Skip to content

Commit

Permalink
Change chart to 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayoz committed Mar 20, 2024
1 parent 60f07e4 commit fdd509f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed k8s/components/charts/cilium-1.15.1.tgz
Binary file not shown.
Binary file added k8s/components/charts/cilium-1.15.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/k8s/pkg/snap/snap.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (s *snap) Components() map[string]types.Component {
return map[string]types.Component{
"network": {
ReleaseName: "ck-network",
ManifestPath: path.Join(s.snapDir, "k8s", "components", "charts", "cilium-1.15.1.tgz"),
ManifestPath: path.Join(s.snapDir, "k8s", "components", "charts", "cilium-1.15.2.tgz"),
Namespace: "kube-system",
},
"dns": {
Expand Down

0 comments on commit fdd509f

Please sign in to comment.