helm: update default Chart.yaml, appVersion version bump, add appVersion as a default image tag (#1247)

Co-authored-by: majinghe <42570491+majinghe@users.noreply.github.com>
This commit is contained in:
Juri Malinovski
2025-12-27 14:50:22 +02:00
committed by GitHub
parent fe9609fd17
commit 2e3c5f695a
4 changed files with 10 additions and 23 deletions
+1 -3
View File
@@ -11,7 +11,7 @@ image:
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.0.0-alpha.73"
tag: "latest"
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
@@ -187,6 +187,4 @@ initStep:
runAsUser: 0
runAsGroup: 0
extraManifests: []