Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Commit 95e37ab

Browse files
committed
Update orchestrator to 1.4.0.-rc.6
1 parent 71cf096 commit 95e37ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

helm-charts/orchestrator/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ rhdhOperator:
5858

5959
rhdhPlugins: # RHDH plugins required for the Orchestrator
6060
npmRegistry: "https://npm.stage.registry.redhat.com" # NPM registry is defined already in the container, but sometimes the registry need to be modified to use different versions of the plugin, for example: staging(https://npm.stage.registry.redhat.com) or development repositories
61-
scope: "https://github.com/rhdhorchestrator/orchestrator-plugins-internal-release/releases/download/1.4.0-rc.4"
61+
scope: "https://github.com/rhdhorchestrator/orchestrator-plugins-internal-release/releases/download/1.4.0-rc.6"
6262
orchestrator:
63-
package: "backstage-plugin-orchestrator-1.4.0-rc.4.tgz"
64-
integrity: sha512-2Dp6E1i5bAfUnbUctmYnJGE9su5PgHWhFsOXvDYHYzccIy4fMlSrEkvIjrX8KXu+9PSM+FnYAZZ/13zNcsM+Og==
63+
package: "backstage-plugin-orchestrator-1.4.0-rc.6.tgz"
64+
integrity: sha512-cLTF/SKvlio3fDau94dga6f9XSJoHDm9egfwUpsc3h4uGY9VtsFI/imcKEi+WKuVUXXA1sWgufXiGZHe1lNCww==
6565
orchestratorBackend:
66-
package: "backstage-plugin-orchestrator-backend-dynamic-1.4.0-rc.4.tgz"
67-
integrity: sha512-h3RNs965QFn/ldoBIKGKNP3Mb4i25uWn4bFUXLZ5f+XVxFmZ/9yf7Ue8sGQOXC5GyxRb8W9cA0zae48E9YCcyQ==
66+
package: "backstage-plugin-orchestrator-backend-dynamic-1.4.0-rc.6.tgz"
67+
integrity: sha512-0ZXOhvwCmDe6OnOKxnLL1wWGvdtFJ5p+XkajJtLq+i1l6fAO/nv0Kw/nNNwKnj1OlFmvw2ssjvtTvMNZNtBjdw==
6868
notificationsEmail:
6969
enabled: false # whether to install the notifications email plugin. requires setting of hostname and credentials in backstage secret to enable. See value backstage-backend-auth-secret. See plugin configuration at https://github.com/backstage/backstage/blob/master/plugins/notifications-backend-module-email/config.d.ts
7070
port: 587 # SMTP server port
@@ -105,4 +105,4 @@ argocd:
105105
namespace: "" # Defines the namespace where the orchestrator's instance of ArgoCD is deployed. The value is captured when running setup.sh script and stored as a label in the selected namespace. User can override the value by populating this field. Defaults to `orchestrator-gitops` in the setup.sh script.
106106

107107
networkPolicy:
108-
rhdhNamespace: "" # Namespace of existing RHDH instance
108+
rhdhNamespace: "" # Namespace of existing RHDH instance

0 commit comments

Comments
 (0)