Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export interface ConfigurationParameters {
export const DEFAULT_SONATAFLOW_BASE_URL = "http://localhost";

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

// 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)
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This approach will enable a more smooth dev mode experience, as opposed to using nightly or dayly builds.
*/
export const DEFAULT_SONATAFLOW_CONTAINER_IMAGE =
'quay.io/kubesmarts/incubator-kie-sonataflow-devmode:9.103.x-prod';
'quay.io/kubesmarts/incubator-kie-sonataflow-devmode:main';
export const DEFAULT_SONATAFLOW_PERSISTENCE_PATH = '/home/kogito/persistence';
export const DEFAULT_SONATAFLOW_BASE_URL = 'http://localhost';

Expand Down