Skip to content

Commit b6fd6fe

Browse files
authored
fix(orchestrator): update default sonataflow container image (#1891)
* fix(orchestrator): update default sonataflow container image Fixes https://issues.redhat.com/browse/RHIDP-9847. The image that is currently used has a bug that will error when running workflows locally that support calls to APIs * squash: update report
1 parent fa48491 commit b6fd6fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workspaces/orchestrator/plugins/orchestrator-common/report.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export interface ConfigurationParameters {
141141
export const DEFAULT_SONATAFLOW_BASE_URL = "http://localhost";
142142

143143
// @public
144-
export const DEFAULT_SONATAFLOW_CONTAINER_IMAGE = "quay.io/kubesmarts/incubator-kie-sonataflow-devmode:9.103.x-prod";
144+
export const DEFAULT_SONATAFLOW_CONTAINER_IMAGE = "quay.io/kubesmarts/incubator-kie-sonataflow-devmode:main";
145145

146146
// Warning: (ae-missing-release-tag) "DEFAULT_SONATAFLOW_PERSISTENCE_PATH" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
147147
//

workspaces/orchestrator/plugins/orchestrator-common/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* This approach will enable a more smooth dev mode experience, as opposed to using nightly or dayly builds.
2323
*/
2424
export const DEFAULT_SONATAFLOW_CONTAINER_IMAGE =
25-
'quay.io/kubesmarts/incubator-kie-sonataflow-devmode:9.103.x-prod';
25+
'quay.io/kubesmarts/incubator-kie-sonataflow-devmode:main';
2626
export const DEFAULT_SONATAFLOW_PERSISTENCE_PATH = '/home/kogito/persistence';
2727
export const DEFAULT_SONATAFLOW_BASE_URL = 'http://localhost';
2828

0 commit comments

Comments
 (0)