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