Skip to content

Commit

Permalink
remove v so regex matches again (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards authored Aug 30, 2024
1 parent 8513884 commit a2ce795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/launch/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
helmChartName = "kubefirst"
helmChartRepoName = "kubefirst"
helmChartRepoURL = "https://charts.konstruct.io"
helmChartVersion = "v2.5.5-rc3"
helmChartVersion = "2.5.7-rc2"
namespace = "kubefirst"
secretName = "kubefirst-initial-secrets"
)

0 comments on commit a2ce795

Please sign in to comment.