Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache committed Aug 1, 2024
1 parent 84fc675 commit 1371c43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/create-ocp-project/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.1.3
version: 0.1.4

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ spec:
payload:
description: Jira ticket created
link: $SECRET.jira_url + "/jira/servicedesk/projects/" + .operationsProjectKey + "/issues/" + .operationsJiraCreateIssueResult.key
severity: normal
title: Jira ticket created
topic: Create OCP Project workflow
recipients:
Expand Down Expand Up @@ -200,6 +201,7 @@ spec:
arguments:
payload:
description: '"Project " + .projectName + " active"'
severity: normal
title: '"Project " + .projectName + " active"'
topic: Create OCP Project workflow
recipients:
Expand All @@ -220,6 +222,7 @@ spec:
arguments:
payload:
description: '"Project " + .projectName + " inactive"'
severity: high
title: '"Project " + .projectName + " inactive"'
topic: Create OCP Project workflow
recipients:
Expand Down Expand Up @@ -295,7 +298,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-create-ocp-project:754490b6bd838d6f074b6f6a392cadfb78ab8216
image: quay.io/orchestrator/serverless-workflow-create-ocp-project:ddca7fa22829a8289f065b48d2abd7133af5f6a1
envFrom:
- secretRef:
name: create-ocp-project-creds
Expand Down

0 comments on commit 1371c43

Please sign in to comment.