diff --git a/README.md b/README.md index 1624d961..0483af48 100644 --- a/README.md +++ b/README.md @@ -51,26 +51,15 @@ helm dep update orchestrator oc new-project orchestrator ``` -Replace `backstage.global.clusterRouterBase` with the route of your cluster ingress router. For example, if the route of -your cluster ingress router is `apps.ocp413.lab.local`, then you should set `backstage.global.clusterRouterBase` to `apps.ocp413.lab.local`. -The value for it can be fetched by: -```console -oc get ingress.config.openshift.io/cluster -oyaml | yq '.spec.domain' -apps.ocp413.lab.local -``` - Install the chart: ```console -$ helm install orchestrator orchestrator --set backstage.global.clusterRouterBase=apps.ocp413.lab.local +$ helm install orchestrator orchestrator NAME: orchestrator LAST DEPLOYED: Tue Jan 2 23:17:54 2024 NAMESPACE: orchestrator STATUS: deployed REVISION: 1 USER-SUPPLIED VALUES: -backstage: - global: - clusterRouterBase: apps.ocp413.lab.local Components Installed Namespace ==================================================================== diff --git a/charts/orchestrator/Chart.lock b/charts/orchestrator/Chart.lock index f2263458..04d5a6d7 100644 --- a/charts/orchestrator/Chart.lock +++ b/charts/orchestrator/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: backstage repository: https://janus-idp.github.io/helm-backstage - version: 2.11.4 -digest: sha256:0765f6554327236552dd44b2c23ed92132a0b1735cb130b64ebda173a6fecccc -generated: "2023-12-24T23:36:03.458288909+02:00" + version: 2.12.1 +digest: sha256:ef07d6cadee4a3a7b4b565cf31515b872eaa765ab829f26e71813af1e9334779 +generated: "2024-01-24T13:20:18.310660694+02:00" diff --git a/charts/orchestrator/Chart.yaml b/charts/orchestrator/Chart.yaml index fc8daa03..94a610fb 100644 --- a/charts/orchestrator/Chart.yaml +++ b/charts/orchestrator/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.7 +version: 0.1.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -25,9 +25,9 @@ appVersion: "0.0.1" # This is an icon to Parodos project. In the future we might design a dedicated logo for the Orchestrator. # However, since the entire development is done under the Parodos organization, we'll use it. -icon: https://github.com/parodos-dev/parodos-dev.github.io/blob/main/assets/images/parodos-logo-darkbg.png?raw=true +icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO-2.svg dependencies: - name: backstage repository: https://janus-idp.github.io/helm-backstage - version: "2.11.4" + version: "2.12.1" diff --git a/charts/orchestrator/values.yaml b/charts/orchestrator/values.yaml index 44afdd91..096532bd 100644 --- a/charts/orchestrator/values.yaml +++ b/charts/orchestrator/values.yaml @@ -36,8 +36,8 @@ backstage: plugins: - disabled: false integrity: >- - sha512-4BsB2jdgzBNYpE0IcFYmlEgfu6HJnD9uX8ZpzzYHTkMs8AU3aWWb3PZG0nu/y5s8m0kr4TBbS++gePwRdqDrgw== - package: "@janus-idp/backstage-plugin-orchestrator-backend-dynamic@0.0.1" + sha512-gy2Xb4rr87Q7AzCNDSJv2mkXu1IQwpGX0w8DHPKp7LYJRLt1J/gibXH7nzM6YAjVbfDb4IXDPbr1DNqgWc5eiw== + package: "@janus-idp/backstage-plugin-orchestrator-backend-dynamic@1.0.1" pluginConfig: orchestrator: dataIndexService: @@ -46,8 +46,8 @@ backstage: path: "https://sandbox.kie.org/swf-chrome-extension/0.32.0" - disabled: false integrity: >- - sha512-QYwZ5MTckS1gQQIQUBoOboiGefCtkcG+S8IFPiJ+6rPEtjzmUpVL5TmG1hXCUHWBMJP/+tKxlpNQib2SMInRnA== - package: "@janus-idp/backstage-plugin-orchestrator@1.0.0" + sha512-Ay+DepZUT7demGmy8EfgjOgncWewn2EvN0VQR/aNqWv8F7KnXLlRlZNhOTaPDOCsJVJtyisTNVcYOffmgKdGmw== + package: "@janus-idp/backstage-plugin-orchestrator@1.0.1" pluginConfig: dynamicPlugins: frontend: @@ -94,6 +94,8 @@ backstage: Domain, ] locations: + - type: url + target: https://github.com/janus-idp/backstage-plugins/blob/main/plugins/notifications-backend/users.yaml - type: url target: https://github.com/parodos-dev/workflow-software-templates/blob/main/entities/workflow-resources.yaml - type: url @@ -104,6 +106,13 @@ backstage: csp: frame-src: - "https://sandbox.kie.org" + database: + client: pg + connection: + password: ${POSTGRESQL_ADMIN_PASSWORD} + user: postgres + host: orchestrator-postgresql-hl.orchestrator.svc.cluster.local + port: 5432 orchestrator: namespace: sonataflow-infra # namespace where the data index, job service and workflows are deployed