Skip to content

Commit

Permalink
chore: remove dry-run
Browse files Browse the repository at this point in the history
remove dry run to run actual upgrade in ci
  • Loading branch information
jlangy committed Jan 21, 2025
1 parent 5faaa08 commit f5c6b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/aggregator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install:
.PHONY: upgrade
upgrade: helm-dep
upgrade:
@helm upgrade --install $(call arguments) --dry-run
@helm upgrade --install $(call arguments)

.PHONY: lint
lint: helm-dep
Expand Down

0 comments on commit f5c6b0e

Please sign in to comment.