Skip to content

Commit 4475ab4

Browse files
committed
Update examples to use 1.9.0 tag
1 parent d4c70c3 commit 4475ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/kubernetes/multiuser/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
# purpose: apps
2424
containers:
2525
- name: pgbouncer
26-
image: edoburu/pgbouncer:1.8.1
26+
image: edoburu/pgbouncer:1.9.0
2727
#imagePullPolicy: Always
2828
ports:
2929
- containerPort: 5432

examples/kubernetes/singleuser/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
# purpose: apps
2424
containers:
2525
- name: pgbouncer
26-
image: edoburu/pgbouncer:1.8.1
26+
image: edoburu/pgbouncer:1.9.0
2727
#imagePullPolicy: Always
2828
ports:
2929
- containerPort: 5432

0 commit comments

Comments
 (0)