appVersion

start publishing and using appVersion as the image tag,
so its clear that the appVersion of the chart and containers are the same.
This commit is contained in:
LazyDBA247-Anyvision
2021-01-13 22:11:50 +02:00
parent 2ce86f308e
commit 8b55331247
3 changed files with 10 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ global:
registry: ""
repository: ""
imageName: chrislusf/seaweedfs
imageTag: "2.19"
# imageTag: "2.20" - started using {.Chart.appVersion}
imagePullPolicy: IfNotPresent
imagePullSecrets: imagepullsecret
restartPolicy: Always