Remove deprecated version values (#179)
This commit is contained in:
@@ -12,14 +12,12 @@ replicaCount: 1
|
||||
## @param image.registry The OCI registry to pull the image from
|
||||
## @param image.repository The repository within the registry
|
||||
## @param image.pullPolicy The image pull policy
|
||||
## @param image.version This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||
## @param image.tag Overrides the image tag whose default is the chart appVersion
|
||||
##
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: spiffe/spire-server
|
||||
pullPolicy: IfNotPresent
|
||||
version: ""
|
||||
tag: ""
|
||||
|
||||
## @param imagePullSecrets [array] Pull secrets for images
|
||||
@@ -393,14 +391,12 @@ controllerManager:
|
||||
## @param controllerManager.image.registry The OCI registry to pull the image from
|
||||
## @param controllerManager.image.repository The repository within the registry
|
||||
## @param controllerManager.image.pullPolicy The image pull policy
|
||||
## @param controllerManager.image.version This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||
## @param controllerManager.image.tag Overrides the image tag whose default is the chart appVersion
|
||||
##
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: spiffe/spire-controller-manager
|
||||
pullPolicy: IfNotPresent
|
||||
version: ""
|
||||
tag: "0.4.0"
|
||||
|
||||
## @param controllerManager.resources [object] Resource requests and limits for controller manager
|
||||
@@ -534,14 +530,12 @@ tools:
|
||||
## @param tools.kubectl.image.registry The OCI registry to pull the image from
|
||||
## @param tools.kubectl.image.repository The repository within the registry
|
||||
## @param tools.kubectl.image.pullPolicy The image pull policy
|
||||
## @param tools.kubectl.image.version This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||
## @param tools.kubectl.image.tag Overrides the image tag whose default is the chart appVersion
|
||||
##
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: rancher/kubectl
|
||||
pullPolicy: IfNotPresent
|
||||
version: ""
|
||||
tag: ""
|
||||
|
||||
telemetry:
|
||||
@@ -624,7 +618,6 @@ tornjak:
|
||||
## @param tornjak.image.registry The OCI registry to pull the image from
|
||||
## @param tornjak.image.repository The repository within the registry
|
||||
## @param tornjak.image.pullPolicy The image pull policy
|
||||
## @param tornjak.image.version This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||
## @param tornjak.image.tag Overrides the image tag to be whatever you need it to be. It will always be the flag you set without modifications
|
||||
## @param tornjak.image.defaultTag Sets the default image to use when image.tag is not set. It will automatically be updated with a ubi- prefix if on OpenShift.
|
||||
##
|
||||
@@ -632,7 +625,6 @@ tornjak:
|
||||
registry: ghcr.io
|
||||
repository: spiffe/tornjak-backend
|
||||
pullPolicy: IfNotPresent
|
||||
version: ""
|
||||
tag: ""
|
||||
defaultTag: "v1.4.2"
|
||||
|
||||
@@ -768,12 +760,10 @@ tests:
|
||||
## @param tests.bash.image.registry The OCI registry to pull the image from
|
||||
## @param tests.bash.image.repository The repository within the registry
|
||||
## @param tests.bash.image.pullPolicy The image pull policy
|
||||
## @param tests.bash.image.version This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||
## @param tests.bash.image.tag Overrides the image tag whose default is the chart appVersion
|
||||
##
|
||||
image:
|
||||
registry: cgr.dev
|
||||
repository: chainguard/bash
|
||||
pullPolicy: IfNotPresent
|
||||
version: ""
|
||||
tag: latest@sha256:07d2662ef699e9ceafab3f39624083193dfcb7b768ee86860dbdd5cb4473dcea
|
||||
|
||||
Reference in New Issue
Block a user