From badcdcb764327554bfeadfc064ded0fb5a1273dc Mon Sep 17 00:00:00 2001 From: 3u13r Date: Tue, 9 Jan 2024 16:45:56 +0100 Subject: [PATCH] deps: bump cilium to v1.15.0-pre.3-edg.1 (#2808) --- internal/constellation/helm/loader.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/constellation/helm/loader.go b/internal/constellation/helm/loader.go index 903f811965..a1f5c363a9 100644 --- a/internal/constellation/helm/loader.go +++ b/internal/constellation/helm/loader.go @@ -340,18 +340,18 @@ func (i *chartLoader) loadCiliumValues(cloudprovider.Provider) (map[string]any, }, "l7Proxy": false, "image": map[string]any{ - "repository": "ghcr.io/3u13r/cilium", + "repository": "ghcr.io/edgelesssys/cilium/cilium", "suffix": "", - "tag": "v1.15.0-pre.2-edg.1", - "digest": "sha256:eebf631fd0f27e1f28f1fdeb2e049f2c83b887381466245c4b3e26440daefa27", + "tag": "v1.15.0-pre.3-edg.1", + "digest": "sha256:008b848a1faf0db3293e014a967003638e27324dabaa2355f7ca4071581b34ec", "useDigest": true, }, "operator": map[string]any{ "image": map[string]any{ - "repository": "ghcr.io/3u13r/operator", - "tag": "v1.15.0-pre.2-edg.1", + "repository": "ghcr.io/edgelesssys/cilium/operator", "suffix": "", - "genericDigest": "sha256:bfaeac2e05e8c38f439b0fbc36558fd8d11602997f2641423e8d86bd7ac6a88c", + "tag": "v1.15.0-pre.3-edg.1", + "genericDigest": "sha256:340829ed0ec3d2777df9d724e0fb33a348e2292292dc2654121363bbe91019ee", "useDigest": true, }, "podDisruptionBudget": map[string]any{