Skip to content

Commit

Permalink
Merge pull request #88 from inteon/use_v_prefix_in_Helm_app_version
Browse files Browse the repository at this point in the history
Use v-prefixed value for appVersion in Helm chart
  • Loading branch information
cert-manager-prow[bot] authored Sep 11, 2024
2 parents 5c69735 + d36dc3f commit e24c64c
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 @@ -33,6 +33,7 @@ deploy_namespace := cert-manager
helm_chart_source_dir := deploy/charts/openshift-routes
helm_chart_name := openshift-routes
helm_chart_version := $(VERSION:v%=%)
helm_chart_app_version := $(VERSION)
helm_labels_template_name := cert-manager-openshift-routes.labels
helm_docs_use_helm_tool := 1
helm_generate_schema := 1
Expand Down

0 comments on commit e24c64c

Please sign in to comment.