We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c22082 commit 598c0ccCopy full SHA for 598c0cc
CHANGELOG.md
@@ -12,6 +12,10 @@
12
### Fixed
13
14
15
+## [4.9.0] - 2025-8-06
16
+### Changed
17
+- Add prod config in metadata.yml template ([#1126](https://github.com/opendevstack/ods-quickstarters/pull/1126))
18
+
19
## [4.8.2] - 2025-5-15
20
21
### Changed
release-manager/metadata.yml.tmpl
@@ -34,3 +34,9 @@ repositories: []
34
35
# Uncomment (below) to allow partial rebuilding during development
36
# allowPartialRebuild: true
37
38
+# Uncomment (below) and configure the Openshift production cluster details
39
+# environments:
40
+# prod:
41
+# openshiftClusterApiUrl: https://<openshift production cluster url>:<port>
42
+# openshiftClusterCredentialsId: <credentials id>
0 commit comments