Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Get AMI data from helm value rather than from hardcoded string in the…
Browse files Browse the repository at this point in the history
… code.
  • Loading branch information
whites11 committed Sep 11, 2023
1 parent c2a9db4 commit 0b7bc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name string = "aws-operator"
source string = "https://github.com/giantswarm/aws-operator"
version = "14.21.1-dev"
version = "14.21.1-whites"
)

func Description() string {
Expand Down

0 comments on commit 0b7bc61

Please sign in to comment.