Skip to content

Commit e24c64c

Browse files
Merge pull request #88 from inteon/use_v_prefix_in_Helm_app_version
Use v-prefixed value for appVersion in Helm chart
2 parents 5c69735 + d36dc3f commit e24c64c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/00_mod.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ deploy_namespace := cert-manager
3333
helm_chart_source_dir := deploy/charts/openshift-routes
3434
helm_chart_name := openshift-routes
3535
helm_chart_version := $(VERSION:v%=%)
36+
helm_chart_app_version := $(VERSION)
3637
helm_labels_template_name := cert-manager-openshift-routes.labels
3738
helm_docs_use_helm_tool := 1
3839
helm_generate_schema := 1

0 commit comments

Comments
 (0)