Skip to content

Commit

Permalink
Bump capa version prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-0 committed Mar 24, 2023
1 parent d35e56b commit 4e979b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/internal/create/actions/createworker/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func newAWSBuilder() *AWSBuilder {
func (b *AWSBuilder) setCapx(managed bool) {
b.capxProvider = "aws"
b.capxVersion = "v2.0.2"
b.capxImageVersion = "2.0.2-0.1.0-M2"
b.capxImageVersion = "2.0.2-0.1.0-abc39a5"
b.capxName = "capa"
b.stClassName = "gp2"
if managed {
Expand Down

0 comments on commit 4e979b0

Please sign in to comment.