Skip to content

Commit f6ff52c

Browse files
committed
don't set the tag in values.yaml, since it is overwritten at chart build time
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
1 parent ddc8a85 commit f6ff52c

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

deploy/charts/trust-manager/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,8 @@ repository: jetstack/cert-manager-package-debian
174174
175175
The 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

deploy/charts/trust-manager/values.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,7 @@
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": {

deploy/charts/trust-manager/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)