Open Privatecoder opened 1 year ago
/kind bug
What steps did you take and what happened:
Helm Chart does not deploy as its tag defaults to the chart appVersion 1.13.2-0.0.1 but quay.io only has v1.13.2-0.0.1 (with a v in front of the version number).
1.13.2-0.0.1
quay.io
v1.13.2-0.0.1
v
Therefore the imagepull fails.
https://github.com/syself/charts/blob/main/charts/ccm-hetzner/values.yaml#L11
What did you expect to happen:
Override tag in values.yaml as in v. 1.1.4
values.yaml
/kind bug
What steps did you take and what happened:
Helm Chart does not deploy as its tag defaults to the chart appVersion
1.13.2-0.0.1
butquay.io
only hasv1.13.2-0.0.1
(with av
in front of the version number).Therefore the imagepull fails.
https://github.com/syself/charts/blob/main/charts/ccm-hetzner/values.yaml#L11
What did you expect to happen:
Override tag in
values.yaml
as in v. 1.1.4