Skip to content

Commit

Permalink
Merge pull request #261 from Leukocyte-Lab/fix/deps/postgresql-container
Browse files Browse the repository at this point in the history
fix: Lock postgresql image tag to 15.7.0 due to issues.
  • Loading branch information
Aries0d0f authored Nov 13, 2024
2 parents 56c96ab + e23ce66 commit e08c62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/agh3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ postgresql:
##
image:
repository: docker/bitnami/postgresql
tag: 15
tag: 15.7.0
pullPolicy: IfNotPresent
pullSecrets: []
## @param postgresql.auth.enabled Enable postgresql auth secret generate
Expand Down

0 comments on commit e08c62f

Please sign in to comment.