Skip to content

Commit

Permalink
chore(makefile): modify helm target
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Feb 16, 2024
1 parent 045b43c commit 48935bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

- name: helmify
run: make helm
run: pwd && ls -lah && make helm

- name: Chart | Push
uses: appany/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ $(HELMIFY): $(LOCALBIN)

.PHONY: helm
helm: manifests kustomize helmify ## Produce operator helm charts
$(KUSTOMIZE) build config/default | $(HELMIFY) ./charts
$(KUSTOMIZE) build config/default | $(HELMIFY) charts

##@ Build Dependencies

Expand Down

0 comments on commit 48935bf

Please sign in to comment.