diff --git a/charts/move2kube/Chart.yaml b/charts/move2kube/Chart.yaml index 773ebf84..f2a534e6 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: 0.3.1 +version: 0.3.2 # 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/templates/01-sonataflow_m2k.yaml b/charts/move2kube/templates/01-sonataflow_m2k.yaml index ca8c80d0..ae08806a 100644 --- a/charts/move2kube/templates/01-sonataflow_m2k.yaml +++ b/charts/move2kube/templates/01-sonataflow_m2k.yaml @@ -154,7 +154,6 @@ spec: payload: description: '"Please go to your move2kube instance and answer the questions in order to continue the Move2Kube workflow"' link: '$SECRET.move2kube_url + "/workspaces/"+ .workspaceId + "/projects/" + .projectId + "/outputs/"+ .transformId ' - scope: Move2Kube Workflow title: ' "Transformation " + .transformationId + " waiting for Q&A" ' topic: Move2Kube Workflow recipients: @@ -220,7 +219,6 @@ spec: arguments: payload: description: '"Move2Kube workflow " + $WORKFLOW.instanceId + " on workspace " + .workspaceId + " and project " + .projectId + " failed with exit message: "+ .exitMessage + " -- Plan retries: " + (.planRetries|tostring) + " -- Error: " + .error' - scope: Move2Kube Workflow title: '"Move2Kube workflow " + $WORKFLOW.instanceId + " failed"' topic: Move2Kube Workflow recipients: @@ -254,7 +252,6 @@ spec: arguments: payload: description: '"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' - scope: Move2Kube Workflow title: '"Move2Kube workflow " + $WORKFLOW.instanceId + " succeeded"' topic: Move2Kube Workflow recipients: @@ -273,7 +270,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-move2kube:e847316c8608b2d7616b320006293f342672b8d3 + image: quay.io/orchestrator/serverless-workflow-move2kube:c573d9a0a05ddf25395da384d95525d2f0cbaf74 envFrom: - secretRef: name: m2k-creds