File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ chart-push: ## Push Helm chart to GHCR (after pushing multi-arch container imag
175175charts : manifests generate # # Generate and package Helm chart with multi-arch image support. Always runs manifests first to ensure CRDs are up to date
176176 $(HELM ) dependency update charts/example-httpbin-operator
177177 mkdir -p dist
178- $(HELM ) package charts/example-httpbin-operator -d dist
178+ $(HELM ) package charts/example-httpbin-operator -d dist --version $( CHART_VERSION )
179179
180180# # OCM
181181
@@ -195,7 +195,7 @@ kind-test: kind-test-cleanup docker-build charts ## Create kind cluster, load im
195195 @echo " Loading operator image into kind..."
196196 $(KIND ) load docker-image ${IMG} --name example-httpbin-operator
197197 @echo " Installing helm chart..."
198- $(HELM ) install example-httpbin-operator dist/example-httpbin-operator-0.0.0 .tgz \
198+ $(HELM ) install example-httpbin-operator dist/example-httpbin-operator-$( CHART_VERSION ) .tgz \
199199 --namespace example-httpbin-operator-system \
200200 --set image.tag=$(DOCKER_VERSION ) \
201201 --create-namespace \
You can’t perform that action at this time.
0 commit comments