Skip to content

Commit

Permalink
fix(orchestrator): update devmode container tag (janus-idp#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Apr 3, 2024
1 parent 55c00b2 commit d59ad04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/orchestrator-common/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Default values for the orchestrator plugin configuration
export const DEFAULT_SONATAFLOW_CONTAINER_IMAGE =
'quay.io/kiegroup/kogito-swf-devmode-nightly:main-2024-02-19';
'quay.io/kiegroup/kogito-swf-devmode-nightly:main-2024-04-03';
export const DEFAULT_SONATAFLOW_PERSISTANCE_PATH = '/home/kogito/persistence';
export const DEFAULT_EDITOR_PATH =
'https://sandbox.kie.org/swf-chrome-extension/0.32.0';
Expand Down

0 comments on commit d59ad04

Please sign in to comment.