Skip to content

Commit 110d8d8

Browse files
committed
Update crd and notes
1 parent 8f8fd52 commit 110d8d8

File tree

2 files changed

+533
-254
lines changed

2 files changed

+533
-254
lines changed

charts/pg-db/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ To get a PostgreSQL prompt inside your new cluster you can run:
3131

3232
And then connect to a cluster with a temporary Pod:
3333

34-
$ kubectl run -i --rm --tty percona-client --image=perconalab/percona-distribution-postgresql:16 --restart=Never \
34+
$ kubectl run -i --rm --tty percona-client --image=perconalab/percona-distribution-postgresql:17 --restart=Never \
3535
-- psql $PGBOUNCER_URI

0 commit comments

Comments
 (0)