Skip to content

Commit

Permalink
Merge pull request #79 from FlowFuse/fix-helm-diff-allow-unreleased
Browse files Browse the repository at this point in the history
fix(deploy_helm_chart): allow to run helm diff on fresh release
  • Loading branch information
hardillb authored Dec 9, 2024
2 parents 82b87b4 + bf6ae15 commit 67ea23a
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 67ea23a

Please sign in to comment.