Skip to content

Commit

Permalink
Merge pull request #77 from stg-0/bump_capa
Browse files Browse the repository at this point in the history
Bump capa version prerelease
  • Loading branch information
stg-0 authored Mar 25, 2023
2 parents d35e56b + 4e979b0 commit fa5514e
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 fa5514e

Please sign in to comment.