Skip to content

Commit

Permalink
Merge pull request #132 from aszeszo/helm-set-image-tag-to-an-empty-s…
Browse files Browse the repository at this point in the history
…tring

Set Helm Chart default .image.tag to an empty string
  • Loading branch information
hitman99 authored Dec 20, 2023
2 parents aaa3af7 + bd0781d commit dbed65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ext-postgres-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/movetokube/postgres-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: ""

# Override chart name, defaults to Chart.name
nameOverride: ""
Expand Down

0 comments on commit dbed65a

Please sign in to comment.