Skip to content

Commit

Permalink
helm: Fix operator helm chart release url
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Wilson <[email protected]>
  • Loading branch information
aaronnw committed Jun 10, 2024
1 parent a20ea07 commit 54c407f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ bundle-manifests-helm: helm helmify bundle-manifests
mkdir -p dist/charts/
cat dist/ais-operator.yaml | $(HELMIFY) dist/charts/ais-operator
$(HELM) package dist/charts/ais-operator -d dist/
$(HELM) repo index --url $(REPO)/releases/download/v$(VERSION) dist/
$(HELM) repo index --url $(REPO)/releases/download/$(VERSION) dist/

# Run go fmt against code
fmt:
Expand Down

0 comments on commit 54c407f

Please sign in to comment.