Skip to content

Commit

Permalink
Bump cilium in devcluster to 1.16.0-pre.2 (#904)
Browse files Browse the repository at this point in the history
Fixes #860
  • Loading branch information
aaronmondal authored May 8, 2024
1 parent 727fd19 commit 64ed20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native-cli/programs/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func ProgramForLocalCluster(ctx *pulumi.Context) error {
cilium, err := components.AddComponent(
ctx,
"cilium",
&components.Cilium{Version: "1.16.0-pre.1"},
&components.Cilium{Version: "1.16.0-pre.2"},
)
if err != nil {
log.Println(err)
Expand Down

0 comments on commit 64ed20a

Please sign in to comment.