Skip to content

Commit

Permalink
Merge pull request #590 from jetstack/VC-36353-fix-appversion
Browse files Browse the repository at this point in the history
VC-36353: Helm: appVersion was missing the v prefix
  • Loading branch information
maelvls authored Oct 7, 2024
2 parents d18bbc5 + cb8b863 commit 40224c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ deploy_namespace := venafi
helm_chart_repo_base := oci://quay.io/jetstack/charts
helm_chart_source_dir := deploy/charts/venafi-kubernetes-agent
helm_chart_name := venafi-kubernetes-agent
helm_chart_app_version := $(VERSION)
helm_chart_version := $(VERSION:v%=%)
helm_labels_template_name := preflight.labels
helm_docs_use_helm_tool := 1
Expand Down

0 comments on commit 40224c2

Please sign in to comment.