forked from pegasystems/pega-helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "US-386386:Changes to support zdt upgrades""
This reverts commit 1d00594
- Loading branch information
arvas
committed
Feb 9, 2021
1 parent
1d00594
commit 0cc67b8
Showing
9 changed files
with
65 additions
and
36 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
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
4 changes: 2 additions & 2 deletions
4
charts/pega/charts/installer/templates/pega-installer-action-validate.yaml
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,6 +1,6 @@ | ||
{{- if (eq (include "performUpgrade" .) "true") }} | ||
{{- $validUpgradeType := list "in-place" "out-of-place" }} | ||
{{- $validUpgradeType := list "in-place" "out-of-place-rules-upgrade" "out-of-place-data-upgrade" "zero-downtime-patch" "custom" }} | ||
{{- if not (has .Values.upgrade.upgradeType $validUpgradeType) }} | ||
{{- fail "Upgrade Type value is not correct. The valid values are 'in-place' 'out-of-place'" }} | ||
{{- fail "Upgrade Type value is not correct. The valid values are 'in-place' 'out-of-place-rules-upgrade' 'out-of-place-data-upgrade' 'zero-downtime-patch' 'custom' " }} | ||
{{- end }} | ||
{{- end }} |
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
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