Skip to content

Commit

Permalink
Upgrade janus-idp chart to 2.12.1
Browse files Browse the repository at this point in the history
Also updated orchestrator plugins version to 1.0.1

Signed-off-by: Moti Asayag <masayag@redhat.com>
  • Loading branch information
masayag committed Jan 24, 2024
1 parent 716b276 commit 4160f2c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 22 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================================================================
Expand Down
6 changes: 3 additions & 3 deletions charts/orchestrator/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 3 additions & 3 deletions charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
17 changes: 13 additions & 4 deletions charts/orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4160f2c

Please sign in to comment.