Skip to content

Commit

Permalink
Merge pull request #24 from masayag/0.0.6-alpha1
Browse files Browse the repository at this point in the history
Update orchestrator plugins version to 0.0.6-alpha3 and sonataflow-operator-catalog
  • Loading branch information
masayag authored Jan 9, 2024
2 parents f20e16f + efea24e commit 31d9ac6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,19 @@ knativeserving.operator.knative.dev/knative-serving condition met
sonataflow.sonataflow.org/greeting condition met
```

### Installation from OpenShift
```shell
cat << EOF | oc apply -f -
apiVersion: helm.openshift.io/v1beta1
kind: HelmChartRepository
metadata:
name: orchestrator
spec:
connectionConfig:
url: 'https://parodos-dev.github.io/orchestrator-helm-chart'
EOF
```

## Testing the Sample Workflow - Greeting

* Retrieve the route of the Greeting workflow service and save it environment variable $ROUTE.
Expand Down
2 changes: 1 addition & 1 deletion 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.4
version: 0.1.5

# 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 Down
10 changes: 5 additions & 5 deletions charts/orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sonataFlowOperator:
channel: alpha # channel of an operator package to subscribe to
installPlanApproval: Automatic # whether the update should be installed automatically
pkgName: sonataflow-operator # name of the operator package
sourceImage: quay.io/masayag/kogito-serverless-operator-catalog:v2.0.0-02fd35b40 # catalog image of the development build. Unset it for the release build.
sourceImage: quay.io/masayag/kogito-serverless-operator-catalog:v2.0.0-labels # catalog image of the development build. Unset it for the release build.
sourceNamespace: openshift-marketplace # namespace of the catalog source
source: sonataflow-operator # name of the catalog source for the operator

Expand Down Expand Up @@ -36,8 +36,8 @@ backstage:
plugins:
- disabled: false
integrity: >-
sha512-asBtNsRpAuy1JBRbK/9Qb+ChWtpU3p1HmDv/Y9PbNaLDEAlcGy5Aq+waEZ9N6x31wL9wTg0L64cS/d+IBG3e5A==
package: "@caponetto-tests/[email protected].5"
sha512-PO+rs/qYLYUR0jEsLPEdO0pgCKZDtrm2qlPHb73jocOf6+81lnYjbNdV4nKi/XjRIQvr7BB0yTW3zg80nb8ToQ==
package: "@caponetto-tests/[email protected].6-alpha3"
pluginConfig:
orchestrator:
sonataFlowService:
Expand All @@ -49,8 +49,8 @@ backstage:
path: "https://sandbox.kie.org/swf-chrome-extension/0.32.0"
- disabled: false
integrity: >-
sha512-5W80xP7Ojal9f/AiAEzChEtSz13cdd4krF+TtDaMs0enYB++HTOHjH7dmk5YM2BtmmP7H9Byh1i+IYkUJL5rIw==
package: "@caponetto-tests/[email protected].5"
sha512-RANTNf1A/V/lY6sy3M1c7Gl7c3MJkzsqjpgygCtdVgaMHHbQ02oVkyGdgAzFEiYb6LUqmM/ei6XrRoXXTz/KNA==
package: "@caponetto-tests/[email protected].6-alpha3"
pluginConfig:
dynamicPlugins:
frontend:
Expand Down

0 comments on commit 31d9ac6

Please sign in to comment.