Skip to content

Commit 0b84b01

Browse files
committed
Set Helm Chart default .image.tag to an empty string
1 parent e7a5af4 commit 0b84b01

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)