Skip to content

Commit

Permalink
feat(helm_db-dependency): change image tag to get latest minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Mar 20, 2024
1 parent 5a277da commit a2663c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/policy-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ postgresql:
# port: 5432;
# Switch to enable or disable the PostgreSQL helm chart.
enabled: true
# -- Setting image tag to major to get latest minor updates
image:
tag: "15-debian-11"
commonLabels:
app.kubernetes.io/version: "15"
auth:
# -- Non-root username.
username: hub
Expand Down

0 comments on commit a2663c1

Please sign in to comment.