Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache authored and masayag committed Jul 23, 2024
1 parent c3c8ff8 commit 43689c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/move2kube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions charts/move2kube/templates/01-sonataflow_m2k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 43689c6

Please sign in to comment.