Skip to content

Commit

Permalink
Update to 2024-04-03
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer committed Apr 3, 2024
1 parent 4b237e1 commit e902685
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/kn-plugin-workflow/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = composeEnv([require("@kie-tools/root-env/env")], {
},
KN_PLUGIN_WORKFLOW__devModeImage: {
name: "KN_PLUGIN_WORKFLOW__devModeImage",
default: "quay.io/kiegroup/kogito-swf-devmode-nightly:main-2024-02-18",
default: "quay.io/kiegroup/kogito-swf-devmode-nightly:main-2024-04-03",
description: "SonataFlow dev mode image (used on cli run)",
},
KN_PLUGIN_WORKFLOW__kogitoVersion: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = composeEnv(
description: "",
},
SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderKogitoImageTag: {
default: "main-2024-02-18",
default: "main-2024-04-03",
description: "",
},
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = composeEnv(
description: "",
},
SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderKogitoImageTag: {
default: "main-2024-02-18",
default: "main-2024-04-03",
description: "",
},
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = composeEnv(
description: "",
},
SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeKogitoImageTag: {
default: "main-2024-02-18",
default: "main-2024-04-03",
description: "",
},
}),
Expand Down

0 comments on commit e902685

Please sign in to comment.