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:
|
||||
repository: rancher/mirrored-cilium-cilium
|
||||
tag: v1.10.4
|
||||
useDigest: false
|
||||
operator:
|
||||
image:
|
||||
repository: rancher/mirrored-cilium-operator
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
url: local
|
||||
packageVersion: 02
|
||||
packageVersion: 03
|
||||
releaseCandidateVersion: 00
|
||||
|
|
Loading…
Reference in New Issue