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 Aug 1, 2024
1 parent 5410d33 commit 5cfdbbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mtv-plan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.0.5
version: 0.0.6

# 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
4 changes: 3 additions & 1 deletion charts/mtv-plan/templates/04-sonataflow_mtv-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ spec:
arguments:
payload:
description: '"MTV plan " + .migrationName + " is not ready for migration. Error: " + .planErrorMessage'
severity: critical
title: MTV plan is not ready for migration
topic: MTV plan assessment workflow
recipients:
Expand All @@ -138,6 +139,7 @@ spec:
arguments:
payload:
description: '"MTV plan " + .migrationName + " is ready for migration"'
severity: normal
title: MTV plan is ready for migration
topic: MTV plan assessment workflow
recipients:
Expand All @@ -155,7 +157,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-mtv-plan:754490b6bd838d6f074b6f6a392cadfb78ab8216
image: quay.io/orchestrator/serverless-workflow-mtv-plan:ddca7fa22829a8289f065b48d2abd7133af5f6a1
envFrom:
- secretRef:
name: mtv-plan-creds
Expand Down

0 comments on commit 5cfdbbe

Please sign in to comment.