Skip to content

Commit

Permalink
Update dependency civo-k3s to v1.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2024
1 parent 4cc5383 commit c4871eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func main() {
},
Region: pulumi.String(region),
Cni: pulumi.String("cilium"),
KubernetesVersion: pulumi.String("1.28.2-k3s1"),
KubernetesVersion: pulumi.String("1.29.2-k3s1"),
},
pulumi.AdditionalSecretOutputs([]string{"kubeconfig"}))
if err != nil {
Expand Down

0 comments on commit c4871eb

Please sign in to comment.