-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2.11.1-wip] Fix dry-run of helm charts during release. (#7477) | Fix…
… recent Red Hat certificate api changes. (#7453) (#7502) * Fix dry-run of helm charts during release. (#7477) * Fix dry-run of helm charts during release. Signed-off-by: Michael Montgomery <mmontg1@gmail.com> (cherry picked from commit 3ab46dd) * Fix recent Red Hat certificate api changes. (#7453) * Fix recent Red Hat certificate api changes. --------- Signed-off-by: Michael Montgomery <mmontg1@gmail.com> (cherry picked from commit 4c42813)
- Loading branch information
Showing
4 changed files
with
45 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
env: | ||
HELM_DRY_RUN: ${HELM_DRY_RUN:-true} | ||
|
||
steps: | ||
|
||
- label: ":go: helm releaser tool" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters