Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferubah committed Aug 28, 2024
1 parent f71126b commit 63c566e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/mta-v7.x/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.2.32
version: 0.2.33

# 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
6 changes: 3 additions & 3 deletions charts/mta-v7.x/templates/04-sonataflow_mta-analysis-v7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ spec:
functionRef:
arguments:
payload:
description: '"MTA analysis is completed and the report for " + .application.repository.url + " is ready." + (if .migrationWaveJiraTicket != null then "Application was exported to issue manager" else "" end)'
description: '"MTA analysis is completed and the report for " + .application.repository.url + " is ready." + (if .migrationWaveJiraTicket != null then " Application was exported to issue manager" else "" end)'
link: $SECRET.mta.url + "/hub/applications/" + (.application.id|tostring) + "/analysis/report"
severity: normal
title: MTA analysis completed
Expand Down Expand Up @@ -508,7 +508,7 @@ spec:
functionRef:
arguments:
payload:
description: '"MTA analysis for " + .application.repository.url + " completed with " + (.application.mandatoriesIncidents|tostring) +" incidents in mandatories issues. Check the analysis report." + (if .migrationWaveJiraTicket != null then "Application was exported to issue manager." else "" end)'
description: '"MTA analysis for " + .application.repository.url + " completed with " + (.application.mandatoriesIncidents|tostring) +" incidents in mandatory issues. Check the analysis report." + (if .migrationWaveJiraTicket != null then " Application was exported to issue manager." else "" end)'
link: $SECRET.mta.url + "/hub/applications/" + (.application.id|tostring) + "/analysis/report"
severity: high
title: MTA analysis completed with incidents in mandatory issues.
Expand Down Expand Up @@ -548,7 +548,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-mta-v7.x:7a96f585800832583f0c04df19dee2c6c3faa0d8
image: quay.io/orchestrator/serverless-workflow-mta-v7.x:027450f7b31ec0a0d7ecafbd0285b6ec05ab87e0
envFrom:
- secretRef:
name: mta-analysis-v7-creds
Expand Down

0 comments on commit 63c566e

Please sign in to comment.