From ad1b223dcc1c957791471f40659515e5b4ff68af Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Tue, 5 Nov 2024 15:29:28 +0000 Subject: [PATCH 1/8] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/492 --- charts/greeting/Chart.yaml | 2 +- charts/greeting/templates/03-sonataflow_greeting.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/greeting/Chart.yaml b/charts/greeting/Chart.yaml index 1d38627a..d4f0a281 100644 --- a/charts/greeting/Chart.yaml +++ b/charts/greeting/Chart.yaml @@ -6,7 +6,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: 1.3.0-rc6 +version: 1.3.0-rc7 # 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 diff --git a/charts/greeting/templates/03-sonataflow_greeting.yaml b/charts/greeting/templates/03-sonataflow_greeting.yaml index c1b67913..91af1887 100755 --- a/charts/greeting/templates/03-sonataflow_greeting.yaml +++ b/charts/greeting/templates/03-sonataflow_greeting.yaml @@ -23,7 +23,7 @@ spec: operation: sysout type: custom - name: successResult - operation: '{ "completedWith":"success", "message": "Greeting workflow completed successfully", "outputs":[ { "key":"Selected language", "value": .language }, { "key":"Greeting message", "value": .greeting } ] }' + operation: '{ "result": { "completedWith":"success", "message": "Greeting workflow completed successfully", "outputs":[ { "key":"Selected language", "value": .language }, { "key":"Greeting message", "value": .greeting } ] } }' type: expression start: stateName: ChooseOnLanguage @@ -75,7 +75,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-greeting:be3e8e3c8099f475b29a7c67b61c6cb604f8b66c + image: quay.io/orchestrator/serverless-workflow-greeting:1e86b456df773f2daad9f18e3f83dfa6726a2a48 resources: configMaps: - configMap: From d5a5d4cc60ce97cab009e38e7912f2102faabd42 Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Tue, 5 Nov 2024 15:29:35 +0000 Subject: [PATCH 2/8] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/492 --- charts/create-ocp-project/Chart.yaml | 2 +- .../templates/04-sonataflow_create-ocp-project.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/create-ocp-project/Chart.yaml b/charts/create-ocp-project/Chart.yaml index 75e50bdd..e8ede2a1 100644 --- a/charts/create-ocp-project/Chart.yaml +++ b/charts/create-ocp-project/Chart.yaml @@ -6,7 +6,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: 1.3.0-rc4 +version: 1.3.0-rc5 # 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 diff --git a/charts/create-ocp-project/templates/04-sonataflow_create-ocp-project.yaml b/charts/create-ocp-project/templates/04-sonataflow_create-ocp-project.yaml index 4360f1f5..35a4ccd0 100755 --- a/charts/create-ocp-project/templates/04-sonataflow_create-ocp-project.yaml +++ b/charts/create-ocp-project/templates/04-sonataflow_create-ocp-project.yaml @@ -42,13 +42,13 @@ spec: operation: sysout type: custom - name: successResult - operation: '{ "completedWith":"success", "message": "Project " + .projectName + " active", "outputs":[] }' + operation: '{ "result": { "completedWith":"success", "message": "Project " + .projectName + " active", "outputs":[] } }' type: expression - name: errorProjectNotActiveResult - operation: '{ "completedWith":"error", "message": "Project " + .projectName + " not active" }' + operation: '{ "result": { "completedWith":"error", "message": "Project " + .projectName + " not active" } }' type: expression - name: errorAuthorizationDeniedResult - operation: '{ "completedWith":"error", "message": "Creation of project " + .projectName + " denied", "outputs":[ { "key":"Jira issue", "value": $SECRET.jira_url + "/jira/servicedesk/projects/" + .operationsProjectKey + "/issues/" + .operationsJiraCreateIssueResult.key, "format":"link" }] }' + operation: '{ "result": { "completedWith":"error", "message": "Creation of project " + .projectName + " denied", "outputs":[ { "key":"Jira issue", "value": $SECRET.jira_url + "/jira/servicedesk/projects/" + .operationsProjectKey + "/issues/" + .operationsJiraCreateIssueResult.key, "format":"link" }] } }' type: expression start: stateName: '[Audit]: workflow started' @@ -325,7 +325,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-create-ocp-project:be3e8e3c8099f475b29a7c67b61c6cb604f8b66c + image: quay.io/orchestrator/serverless-workflow-create-ocp-project:1e86b456df773f2daad9f18e3f83dfa6726a2a48 envFrom: - secretRef: name: create-ocp-project-creds From 4ee8e5559d94057209a6b766dd50a7464ac0d789 Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Tue, 5 Nov 2024 15:29:50 +0000 Subject: [PATCH 3/8] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/492 --- charts/request-vm-cnv/Chart.yaml | 2 +- .../templates/04-sonataflow_request-vm-cnv.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/request-vm-cnv/Chart.yaml b/charts/request-vm-cnv/Chart.yaml index f7d34510..a7a8e5ab 100644 --- a/charts/request-vm-cnv/Chart.yaml +++ b/charts/request-vm-cnv/Chart.yaml @@ -6,7 +6,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: 1.3.0-rc4 +version: 1.3.0-rc5 # 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 diff --git a/charts/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml b/charts/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml index 0584f9c4..752b2799 100755 --- a/charts/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml +++ b/charts/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml @@ -39,13 +39,13 @@ spec: operation: .vmStatusRunningRetries=.vmStatusRunningRetries + 1 type: expression - name: successResult - operation: '{ "completedWith":"success", "message": "VM" + .vm_name + " in namespace "+.vm_namespace + " using image "+ .vm_image +" ready and running.", "outputs":[ { "key":"Console URL", "value": $SECRET.cluster_console_url + "/k8s/ns/" + .vm_namespace + "/kubevirt.io~v1~VirtualMachine/" + .vm_name + "/console/standalone", "format":"link" } ] }' + operation: '{ "result": { "completedWith":"success", "message": "VM" + .vm_name + " in namespace "+.vm_namespace + " using image "+ .vm_image +" ready and running.", "outputs":[ { "key":"Console URL", "value": $SECRET.cluster_console_url + "/k8s/ns/" + .vm_namespace + "/kubevirt.io~v1~VirtualMachine/" + .vm_name + "/console/standalone", "format":"link" } ] } }' type: expression - name: errorVMNotRunningResult - operation: '{ "completedWith":"error", "message": "VM" + .vm_name + " in namespace "+.vm_namespace + " using image "+ .vm_image +" not ready after "+ .vmStatusRunningRetries + " retries: " + .vm.status }' + operation: '{ "result": { "completedWith":"error", "message": "VM" + .vm_name + " in namespace "+.vm_namespace + " using image "+ .vm_image +" not ready after "+ .vmStatusRunningRetries + " retries: " + .vm.status } }' type: expression - name: errorAuthorizationDeniedResult - operation: '{ "completedWith":"error", "message": "Authorization denied to create VM" + .vm_name + " in namespace "+.vm_namespace + " using image "+ .vm_image, "outputs":[ { "key":"Jira issue", "value": $SECRET.jira_url + "/jira/servicedesk/projects/" + .projectKey + "/issues/" + .jiraCreateIssueResult.key, "format":"link" }] }' + operation: '{ "result": { "completedWith":"error", "message": "Authorization denied to create VM" + .vm_name + " in namespace "+.vm_namespace + " using image "+ .vm_image, "outputs":[ { "key":"Jira issue", "value": $SECRET.jira_url + "/jira/servicedesk/projects/" + .projectKey + "/issues/" + .jiraCreateIssueResult.key, "format":"link" }] } }' type: expression start: stateName: Open issue on JIRA @@ -417,7 +417,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-request-vm-cnv:be3e8e3c8099f475b29a7c67b61c6cb604f8b66c + image: quay.io/orchestrator/serverless-workflow-request-vm-cnv:1e86b456df773f2daad9f18e3f83dfa6726a2a48 envFrom: - secretRef: name: request-vm-cnv-creds From 523da615bd299fecbef5dcc91f77da8eb0e08393 Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Tue, 5 Nov 2024 15:29:53 +0000 Subject: [PATCH 4/8] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/492 --- charts/modify-vm-resources/Chart.yaml | 2 +- .../templates/04-sonataflow_modify-vm-resources.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/modify-vm-resources/Chart.yaml b/charts/modify-vm-resources/Chart.yaml index 869c0a04..a332db07 100644 --- a/charts/modify-vm-resources/Chart.yaml +++ b/charts/modify-vm-resources/Chart.yaml @@ -6,7 +6,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: 1.3.0-rc4 +version: 1.3.0-rc5 # 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 diff --git a/charts/modify-vm-resources/templates/04-sonataflow_modify-vm-resources.yaml b/charts/modify-vm-resources/templates/04-sonataflow_modify-vm-resources.yaml index 66effc6f..fc82026c 100755 --- a/charts/modify-vm-resources/templates/04-sonataflow_modify-vm-resources.yaml +++ b/charts/modify-vm-resources/templates/04-sonataflow_modify-vm-resources.yaml @@ -42,13 +42,13 @@ spec: operation: '{ vm_new_memory:(if (.vm_new_memory == null or .vm_new_memory =="") then .vm.spec.template.spec.domain.memory.guest else .vm_new_memory end), vm_new_cpu_cores:(if .vm_new_cpu_cores == null then .vm.spec.template.spec.domain.cpu.cores else .vm_new_cpu_cores end), vm_new_cpu_sockets:(if .vm_new_cpu_sockets == null then .vm.spec.template.spec.domain.cpu.sockets else .vm_new_cpu_sockets end), vm_new_cpu_threads:if .vm_new_cpu_threads == null then .vm.spec.template.spec.domain.cpu.threads else .vm_new_cpu_threads end }' type: expression - name: successResult - operation: '{ "completedWith":"success", "message": "VM" + .vm_name + " in namespace " + .vm_namespace + " updated.", "outputs":[ { "key":"Console URL", "value": $SECRET.cluster_console_url + "/k8s/ns/" + .vm_namespace + "/kubevirt.io~v1~VirtualMachine/" + .vm_name + "/console/standalone", "format":"link" } ] }' + operation: '{ "result": { "completedWith":"success", "message": "VM" + .vm_name + " in namespace " + .vm_namespace + " updated.", "outputs":[ { "key":"Console URL", "value": $SECRET.cluster_console_url + "/k8s/ns/" + .vm_namespace + "/kubevirt.io~v1~VirtualMachine/" + .vm_name + "/console/standalone", "format":"link" } ] } }' type: expression - name: errorVMNotRunningResult - operation: '{ "completedWith":"error", "message": "VM" + .vm_name + " in namespace " + .vm_namespace + " not ready after the update after checking" + .vmStatusRunningRetries + " times: " + .vm.status }' + operation: '{ "result": { "completedWith":"error", "message": "VM" + .vm_name + " in namespace " + .vm_namespace + " not ready after the update after checking" + .vmStatusRunningRetries + " times: " + .vm.status } }' type: expression - name: errorAuthorizationDeniedResult - operation: '{ "completedWith":"error", "message": "Authorization denied to update VM " + .vm_name + " in namespace " + .vm_namespace + ". Memory: " + .vm_new_memory + ". CPU cores: " + (.vm_new_cpu_cores|tostring) + ". CPU threads: " + (.vm_new_cpu_threads|tostring) + ". CPU sockets: " + (.vm_new_cpu_sockets|tostring), "outputs":[ { "key":"Jira issue", "value": $SECRET.jira_url + "/jira/servicedesk/projects/" + .projectKey + "/issues/" + .jiraCreateIssueResult.key, "format":"link" }] }' + operation: '{ "result": { "completedWith":"error", "message": "Authorization denied to update VM " + .vm_name + " in namespace " + .vm_namespace + ". Memory: " + .vm_new_memory + ". CPU cores: " + (.vm_new_cpu_cores|tostring) + ". CPU threads: " + (.vm_new_cpu_threads|tostring) + ". CPU sockets: " + (.vm_new_cpu_sockets|tostring), "outputs":[ { "key":"Jira issue", "value": $SECRET.jira_url + "/jira/servicedesk/projects/" + .projectKey + "/issues/" + .jiraCreateIssueResult.key, "format":"link" }] } }' type: expression start: stateName: Get VM @@ -425,7 +425,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-modify-vm-resources:be3e8e3c8099f475b29a7c67b61c6cb604f8b66c + image: quay.io/orchestrator/serverless-workflow-modify-vm-resources:1e86b456df773f2daad9f18e3f83dfa6726a2a48 envFrom: - secretRef: name: modify-vm-resources-creds From b04b58dc0980771e070bb1935a5ea1ef65556d12 Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Tue, 5 Nov 2024 15:30:04 +0000 Subject: [PATCH 5/8] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/492 --- charts/mtv-migration/Chart.yaml | 2 +- .../templates/04-sonataflow_mtv-migration.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/mtv-migration/Chart.yaml b/charts/mtv-migration/Chart.yaml index abf54d8d..a9b2561b 100644 --- a/charts/mtv-migration/Chart.yaml +++ b/charts/mtv-migration/Chart.yaml @@ -6,7 +6,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: 1.3.0-rc4 +version: 1.3.0-rc5 # 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 diff --git a/charts/mtv-migration/templates/04-sonataflow_mtv-migration.yaml b/charts/mtv-migration/templates/04-sonataflow_mtv-migration.yaml index 53ec2c16..31dc0016 100755 --- a/charts/mtv-migration/templates/04-sonataflow_mtv-migration.yaml +++ b/charts/mtv-migration/templates/04-sonataflow_mtv-migration.yaml @@ -32,10 +32,10 @@ spec: operation: .getStatusResult.status.conditions | map(select(.category == "Error" or .category == "Critical" or .type == "Failed"))[0].message type: expression - name: successResult - operation: '{ "completedWith":"success", "message": "MTV migration " + .migrationName + " succeeded", "outputs":[] }' + operation: '{ "result": { "completedWith":"success", "message": "MTV migration " + .migrationName + " succeeded", "outputs":[] } }' type: expression - name: errorResult - operation: '{ "completedWith":"error", "message": "MTV migration " + .migrationName + " failed.", "outputs":[ { "key":"Error", "value": .migrationErrorMessage } ] }' + operation: '{ "result": { "completedWith":"error", "message": "MTV migration " + .migrationName + " failed.", "outputs":[ { "key":"Error", "value": .migrationErrorMessage } ] } }' type: expression start: stateName: CreateMigration @@ -158,7 +158,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-mtv-migration:be3e8e3c8099f475b29a7c67b61c6cb604f8b66c + image: quay.io/orchestrator/serverless-workflow-mtv-migration:1e86b456df773f2daad9f18e3f83dfa6726a2a48 envFrom: - secretRef: name: mtv-migration-creds From 8d7069e1fb28f4c89eea36d89f9c2f4980ad3695 Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Tue, 5 Nov 2024 15:29:11 +0000 Subject: [PATCH 6/8] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/492 --- charts/extendable-workflow/Chart.yaml | 2 +- .../templates/03-sonataflow_extendable-workflow.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/extendable-workflow/Chart.yaml b/charts/extendable-workflow/Chart.yaml index a6ebb876..4daecd3b 100644 --- a/charts/extendable-workflow/Chart.yaml +++ b/charts/extendable-workflow/Chart.yaml @@ -6,7 +6,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: 1.3.0-rc3 +version: 1.3.0-rc4 # 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 diff --git a/charts/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml b/charts/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml index 3a0146b3..709c63cd 100755 --- a/charts/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml +++ b/charts/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml @@ -32,7 +32,7 @@ spec: operation: '{ greeting: "Bienvenue " + .personalInfo.firstName + " " + .personalInfo.lastName + " du merveilleux pays de " + .personalInfo.country + " ! Vos mots de passes sont bien reçus: " + .personalInfo.password + " et ils correspondent: " + .personalInfo.confirmPassword + "... Il serait bon de les changer maintenant." }' type: expression - name: successResult - operation: '{ "completedWith":"success", "message": "Extendable workflow completed successfully", "outputs":[ { "key":"Selected language", "value": .languageInfo.language }, { "key":"Greeting message", "value": .greeting } ] }' + operation: '{ "result": { "completedWith":"success", "message": "Extendable workflow completed successfully", "outputs":[ { "key":"Selected language", "value": .languageInfo.language }, { "key":"Greeting message", "value": .greeting } ] } }' type: expression start: stateName: ChooseOnLanguage @@ -107,7 +107,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-extendable-workflow:be3e8e3c8099f475b29a7c67b61c6cb604f8b66c + image: quay.io/orchestrator/serverless-workflow-extendable-workflow:1e86b456df773f2daad9f18e3f83dfa6726a2a48 resources: configMaps: - configMap: From cad4b37f21ff056743e0f3eaba1d11d793ff9d0d Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Tue, 5 Nov 2024 15:28:45 +0000 Subject: [PATCH 7/8] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/492 --- charts/move2kube/Chart.yaml | 2 +- charts/move2kube/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/move2kube/Chart.yaml b/charts/move2kube/Chart.yaml index 8aa1b837..78075e33 100644 --- a/charts/move2kube/Chart.yaml +++ b/charts/move2kube/Chart.yaml @@ -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: 1.3.0-rc6 +version: 1.3.0-rc7 # 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 diff --git a/charts/move2kube/values.yaml b/charts/move2kube/values.yaml index 65514b39..96e47ba5 100644 --- a/charts/move2kube/values.yaml +++ b/charts/move2kube/values.yaml @@ -7,7 +7,7 @@ workflow: backstageNotificationURL: http://orchestrator-backstage.orchestrator:7007/api/notifications/ # URL for backstage notification plugin kfunction: name: m2k-save-transformation-func # name of the Knative function that save the transformation output to git - image: quay.io/orchestrator/serverless-workflow-m2k-kfunc:4a906234f450df6b03cda2de665cfafac9414170 # image of the knative function + image: quay.io/orchestrator/serverless-workflow-m2k-kfunc:1e86b456df773f2daad9f18e3f83dfa6726a2a48 # image of the knative function instance: name: move2kube # name of the move2kube instance deployment image: quay.io/konveyor/move2kube-ui:v0.3.14 # image of the move2kube instance From 975c1ee67d26c10fe43d0f41d22f5e580cd6babe Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Tue, 5 Nov 2024 15:29:36 +0000 Subject: [PATCH 8/8] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/492 --- charts/move2kube/templates/04-sonataflow_m2k.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/move2kube/templates/04-sonataflow_m2k.yaml b/charts/move2kube/templates/04-sonataflow_m2k.yaml index 9adc63d1..892e512c 100755 --- a/charts/move2kube/templates/04-sonataflow_m2k.yaml +++ b/charts/move2kube/templates/04-sonataflow_m2k.yaml @@ -54,10 +54,10 @@ spec: operation: '{ exitMessage: "Error while saving transformation output: " + (if .error == null then "timeout exception was thrown." else .error end) }' type: expression - name: successResult - operation: '{ "completedWith":"success", "message": "Move2Kube workflow " + $WORKFLOW.instanceId + " on workspace " + .workspaceId + " and project " + .projectId + " was successful; the output is available in the branch " + .targetBranch + " of your git repository "+ .repositoryURL, "outputs": [ { "key":"Git repository", "value": .repositoryURL, "format":"link" }, { "key":"Git branch", "value": .targetBranch } ] }' + operation: '{ "result": { "completedWith":"success", "message": "Move2Kube workflow " + $WORKFLOW.instanceId + " on workspace " + .workspaceId + " and project " + .projectId + " was successful; the output is available in the branch " + .targetBranch + " of your git repository "+ .repositoryURL, "outputs": [ { "key":"Git repository", "value": .repositoryURL, "format":"link" }, { "key":"Git branch", "value": .targetBranch } ] } }' type: expression - name: errorResult - operation: '{ "completedWith":"error", "message": "Move2Kube workflow " + $WORKFLOW.instanceId + " on workspace " + .workspaceId + " and project " + .projectId + " failed ", "outputs":[ { "key":"Exit message", "value": .exitMessage }, { "key":"Plan retries", "value": (.planRetries|tostring), "format":"number" } ] }' + operation: '{ "result": { "completedWith":"error", "message": "Move2Kube workflow " + $WORKFLOW.instanceId + " on workspace " + .workspaceId + " and project " + .projectId + " failed ", "outputs":[ { "key":"Exit message", "value": .exitMessage }, { "key":"Plan retries", "value": (.planRetries|tostring), "format":"number" } ] } }' type: expression start: stateName: StartPlanning @@ -303,7 +303,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-move2kube:4a906234f450df6b03cda2de665cfafac9414170 + image: quay.io/orchestrator/serverless-workflow-move2kube:1e86b456df773f2daad9f18e3f83dfa6726a2a48 envFrom: - secretRef: name: m2k-creds