Skip to content

Commit e8489f1

Browse files
authored
Merge pull request #96 from disco-stu/fix/helm-latest-tag
fix(chart): use charts appVersion as default tag (closes #95)
2 parents a851990 + 7a2e5c2 commit e8489f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/charts/s3-operator/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ controllerManager:
1313
- ALL
1414
image:
1515
repository: inseefrlab/s3-operator
16-
tag: latest
16+
# Use the charts appVersion as a default
17+
tag: null
1718
imagePullPolicy: IfNotPresent
1819
imagePullSecrets: []
1920
resources:

0 commit comments

Comments
 (0)