File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
deploy/charts/trust-manager Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -174,12 +174,8 @@ repository: jetstack/cert-manager-package-debian
174174
175175The repository for the default package image. This image enables the 'useDefaultCAs' source on Bundles.
176176# ### **defaultPackageImage.tag** ~ `string`
177- > Default value:
178- > ```yaml
179- > 20230311-deb12u1.0@sha256:4e46f31af8ab4aedb861b997be37e2004ba5313a187d0f0a3cdb4680937a98a3
180- > ```
181177
182- Override the image tag of the default package image. If no value is set, the chart's appVersion is used .
178+ Override the image tag of the default package image. Is set at chart build time to the version specified in ./make/00_debian_bookworm_version.mk .
183179
184180# ### **defaultPackageImage.digest** ~ `string`
185181
Original file line number Diff line number Diff line change 613613 "type" : " string"
614614 },
615615 "helm-values.defaultPackageImage.tag" : {
616- "default" : " 20230311-deb12u1.0@sha256:4e46f31af8ab4aedb861b997be37e2004ba5313a187d0f0a3cdb4680937a98a3" ,
617- "description" : " Override the image tag of the default package image. If no value is set, the chart's appVersion is used." ,
616+ "description" : " Override the image tag of the default package image. Is set at chart build time to the version specified in ./make/00_debian_bookworm_version.mk." ,
618617 "type" : " string"
619618 },
620619 "helm-values.enabled" : {
Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ defaultPackageImage:
102102 repository : quay.io/jetstack/trust-pkg-debian-bookworm
103103
104104 # Override the image tag of the default package image.
105- # If no value is set, the chart's appVersion is used .
105+ # Is set at chart build time to the version specified in ./make/00_debian_bookworm_version.mk .
106106 # +docs:property
107- tag : " 20230311-deb12u1.0@sha256:4e46f31af8ab4aedb861b997be37e2004ba5313a187d0f0a3cdb4680937a98a3 "
107+ # tag: vX.Y.Z
108108
109109 # Target image digest. Override any tag, if set.
110110 # For example:
You can’t perform that action at this time.
0 commit comments