Skip to content

Commit

Permalink
helm: bump cilium version
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Jan 25, 2024
1 parent 4431ac3 commit bf97fed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/constellation/helm/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,16 +342,16 @@ func (i *chartLoader) loadCiliumValues(cloudprovider.Provider) (map[string]any,
"image": map[string]any{
"repository": "ghcr.io/edgelesssys/cilium/cilium",
"suffix": "",
"tag": "v1.15.0-pre.3-edg.1",
"digest": "sha256:008b848a1faf0db3293e014a967003638e27324dabaa2355f7ca4071581b34ec",
"tag": "v1.15.0-pre.3-edg.1-pre.1",
"digest": "sha256:c21b7fbbb084a128a479d6170e5f89ad2768dfecb4af10ee6a99ffe5d1a11749",
"useDigest": true,
},
"operator": map[string]any{
"image": map[string]any{
"repository": "ghcr.io/edgelesssys/cilium/operator",
"suffix": "",
"tag": "v1.15.0-pre.3-edg.1",
"genericDigest": "sha256:340829ed0ec3d2777df9d724e0fb33a348e2292292dc2654121363bbe91019ee",
"tag": "v1.15.0-pre.3-edg.1-pre.1",
"genericDigest": "sha256:4ea9de5cfeb4554b82b509f0de41120a90e35a15e81a04f76c4cb405ddea3e7c",
"useDigest": true,
},
"podDisruptionBudget": map[string]any{
Expand Down

0 comments on commit bf97fed

Please sign in to comment.