chore: the cd was broken because bitnami move postgresql 14 to bitnamilegacy repo
This commit is contained in:
parent
068a41aaba
commit
75f70cc953
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@ postgresql:
|
|||
# ref: https://kubernetes.io/docs/user-guide/persistent-volumes
|
||||
pullPolicy: IfNotPresent
|
||||
image:
|
||||
repository: bitnami/postgresql
|
||||
registry: docker.io
|
||||
repository: bitnamilegacy/postgresql
|
||||
tag: 14
|
||||
primary:
|
||||
persistence:
|
||||
|
|
|
|||
Loading…
Reference in a new issue