Skip to content

Commit

Permalink
Add --allow-unreleased flag to helm diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Dec 8, 2024
1 parent 82b87b4 commit bf6ae15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_helm_chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ jobs:
--suppress-output-line-regex "(app.kubernetes.io/version|chart):.*" \
--three-way-merge \
--suppress-secrets \
--allow-unreleased \
--dry-run=server \
--output dyff >> diff.result
else
Expand All @@ -228,6 +229,7 @@ jobs:
--suppress-output-line-regex "(app.kubernetes.io/version|chart):.*" \
--three-way-merge \
--suppress-secrets \
--allow-unreleased \
--dry-run=server \
--output dyff > diff.result
fi
Expand Down

0 comments on commit bf6ae15

Please sign in to comment.