Instead of removing version, first deprecate version
Deprecating version allows users of the chart to have a migration path Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -16,6 +16,8 @@ image:
|
||||
repository: spiffe/oidc-discovery-provider
|
||||
# -- The image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||
version: ""
|
||||
# -- Overrides the image tag whose default is the chart appVersion
|
||||
tag: ""
|
||||
|
||||
@@ -65,6 +67,8 @@ insecureScheme:
|
||||
repository: nginxinc/nginx-unprivileged
|
||||
# -- The image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||
version: ""
|
||||
# -- Overrides the image tag
|
||||
tag: 1.23.2-alpine
|
||||
# chainguard image does not support the templates feature
|
||||
@@ -147,6 +151,8 @@ telemetry:
|
||||
repository: nginx/nginx-prometheus-exporter
|
||||
# -- The image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||
version: ""
|
||||
# -- Overrides the image tag
|
||||
tag: "0.11.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user