forked from redhat-developer/rhdh-chart
-
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.
fix: Fix hardcoded image for test connection pod and allow to skip th…
…e creation of this pod [RHDHBUGS-155] [RHIDP-5558] (redhat-developer#54) * Make the test-connection pod image parameters configurable Otherwise, this can reportedly be an issue in air-gapped environments. * Allow to skip the creation of the test-connection pod when creating a Release * Add some test values for CI * Bump the Chart version * Add docs to README template
- Loading branch information
Showing
7 changed files
with
131 additions
and
4 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
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
14 changes: 14 additions & 0 deletions
14
charts/backstage/ci/with-custom-image-for-test-pod-values.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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Workaround for kind cluster in CI which has no Routes and no PVCs | ||
route: | ||
enabled: false | ||
upstream: | ||
postgresql: | ||
primary: | ||
persistence: | ||
enabled: false | ||
|
||
test: | ||
image: | ||
registry: quay.io | ||
repository: curl/curl-base | ||
tag: 8.11.1 |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Workaround for kind cluster in CI which has no Routes and no PVCs | ||
route: | ||
enabled: false | ||
upstream: | ||
postgresql: | ||
primary: | ||
persistence: | ||
enabled: false | ||
|
||
test: | ||
enabled: false |
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