mirror of https://git.rancher.io/rke2-charts
rke2-cilium: Disable image digest usage
Upstream Cilium helm chart looks for the specific image digest for a given release. Since we use different mirrored images, we need to disable that check on our side. Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>pull/161/head
parent
362643fe48
commit
f83c330d57
|
@ -7,6 +7,7 @@ cilium:
|
||||||
image:
|
image:
|
||||||
repository: rancher/mirrored-cilium-cilium
|
repository: rancher/mirrored-cilium-cilium
|
||||||
tag: v1.10.4
|
tag: v1.10.4
|
||||||
|
useDigest: false
|
||||||
operator:
|
operator:
|
||||||
image:
|
image:
|
||||||
repository: rancher/mirrored-cilium-operator
|
repository: rancher/mirrored-cilium-operator
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
url: local
|
url: local
|
||||||
packageVersion: 02
|
packageVersion: 03
|
||||||
releaseCandidateVersion: 00
|
releaseCandidateVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue