Skip to content

Commit dbed65a

Browse files
authored
Merge pull request #132 from aszeszo/helm-set-image-tag-to-an-empty-string
Set Helm Chart default .image.tag to an empty string
2 parents aaa3af7 + bd0781d commit dbed65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/ext-postgres-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/movetokube/postgres-operator
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "latest"
11+
tag: ""
1212

1313
# Override chart name, defaults to Chart.name
1414
nameOverride: ""

0 commit comments

Comments
 (0)