Skip to content

Commit

Permalink
chore: add --no-hooks to helm install
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Dec 20, 2024
1 parent 70dca4b commit d471b90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-charts-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ jobs:
helm install ${CHEKC_CHART_NAME} \
${CHEKC_CHART_NAME} \
--set="${{ inputs.HELM_SET }}"
--set="${{ inputs.HELM_SET }}" \
--no-hooks
helm template ${CHEKC_CHART_NAME} ${CHEKC_CHART_NAME} --validate
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-charts-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ jobs:
helm install ${CHEKC_CHART_NAME} \
${CHEKC_CHART_NAME} \
--set="${{ inputs.HELM_SET }}"
--set="${{ inputs.HELM_SET }}" \
--no-hooks
helm template ${CHEKC_CHART_NAME} ${CHEKC_CHART_NAME} \
--validate \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ jobs:
helm install ${CHEKC_CHART_NAME} \
${CHEKC_CHART_NAME} \
--set="${{ inputs.HELM_SET }}"
--set="${{ inputs.HELM_SET }}" \
--no-hooks
helm template ${CHEKC_CHART_NAME} ${CHEKC_CHART_NAME} \
--validate \
Expand Down

0 comments on commit d471b90

Please sign in to comment.