Remove deprecated version values (#179)
This commit is contained in:
@@ -9,14 +9,12 @@ global: {}
|
||||
## @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/tornjak-frontend
|
||||
pullPolicy: IfNotPresent
|
||||
version: ""
|
||||
tag: ""
|
||||
|
||||
## @param imagePullSecrets [array] Pull secrets for images
|
||||
@@ -150,12 +148,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