Skip to content

Commit

Permalink
fix: Wrong version of cilium's chart file
Browse files Browse the repository at this point in the history
Signed-off-by: pixiake <[email protected]>
  • Loading branch information
pixiake committed Apr 6, 2023
1 parent ebb34c9 commit 5ce93a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kk/pkg/plugins/network/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (r *ReleaseCiliumChart) Execute(runtime connector.Runtime) error {
if err != nil {
return err
}
chartFile, err := f.Open("cilium-1.11.6.tgz")
chartFile, err := f.Open("cilium-1.11.7.tgz")
if err != nil {
return err
}
Expand Down

0 comments on commit 5ce93a4

Please sign in to comment.