Skip to content

Commit

Permalink
Update cluster-api-provider-gcp pre-release (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjanr authored Oct 24, 2024
1 parent 760397d commit 30cf217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/internal/create/actions/createworker/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func newGCPBuilder() *GCPBuilder {
func (b *GCPBuilder) setCapx(managed bool) {
b.capxProvider = "gcp"
b.capxVersion = "v1.6.1"
b.capxImageVersion = "1.6.1-0.2.0-f093a2d"
b.capxImageVersion = "1.6.1-0.2.0-3344876"
b.capxName = "capg"
b.capxManaged = managed
b.csiNamespace = "kube-system"
Expand Down

0 comments on commit 30cf217

Please sign in to comment.