Switch image.version to image.tag

The convention in most charts is to use image.tag. This patch updates the values
to use it instead of the less standard image.version.

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
Kevin Fox
2023-05-17 20:21:07 +02:00
committed by Marco Franssen
parent 31ce704fa8
commit d1f3cdb909
10 changed files with 36 additions and 36 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ image:
# -- The image pull policy
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
version: ""
tag: ""
imagePullSecrets: []
nameOverride: ""
@@ -170,7 +170,7 @@ controllerManager:
# -- The image pull policy
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
version: "0.2.2"
tag: "0.2.2"
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
@@ -229,7 +229,7 @@ controllerManager:
repository: rancher/kubectl
# -- The image pull policy
pullPolicy: IfNotPresent
version: ""
tag: latest
telemetry:
prometheus: