From 9013c73d60b273b69273e17b9d55a21d7253b17f Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Fri, 31 May 2024 14:25:38 +0200 Subject: [PATCH] fixup! helm: bump Cilium to v1.15.0-edg.1 --- internal/constellation/helm/loader.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/constellation/helm/loader.go b/internal/constellation/helm/loader.go index 53d6cbde1..25afb2452 100644 --- a/internal/constellation/helm/loader.go +++ b/internal/constellation/helm/loader.go @@ -373,9 +373,9 @@ func (i *chartLoader) loadCiliumValues(cloudprovider.Provider) (map[string]any, }, "operator": map[string]any{ "image": map[string]any{ - "repository": "ghcr.io/edgelesssys/cilium/operator", - "suffix": "", - "tag": "v1.15.0-edg.1-experimental", + "repository": "ghcr.io/edgelesssys/cilium/operator", + "suffix": "", + "tag": "v1.15.0-edg.1-experimental", // Careful: this is the digest of ghcr.io/.../operator-generic! // See magic image manipulation in ./helm/charts/cilium/templates/cilium-operator/_helpers.tpl. "genericDigest": "sha256:d85bda80753131905514bbc419c3acb00782f0cdc6e5b0e7b6ade10447442ff1",