Skip to content

Commit

Permalink
Fix API v1 migration
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.1.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
Roming22 committed Feb 8, 2024
1 parent 99b0c70 commit 37dd9ba
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .tekton/open-infra-deployment-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,16 @@ spec:
- name: SCRIPT
value: $(params.infra-deployment-update-script)
taskRef:
kind: Task
params:
- name: name
value: update-infra-deployments
- name: bundle
value: >-
quay.io/redhat-appstudio-tekton-catalog/task-update-infra-deployments:0.1
- name: kind
value: task
resolver: bundles
bundle: quay.io/redhat-appstudio-tekton-catalog/task-update-infra-deployments:0.1
name: update-infra-deployments
finally:
- name: send-slack-webhook-notification
when:
Expand All @@ -65,6 +72,13 @@ spec:
- name: key-name
value: $(params.slack-webhook-notification-team)
taskRef:
kind: Task
params:
- name: name
value: slack-webhook-notification
- name: bundle
value: >-
quay.io/redhat-appstudio-tekton-catalog/task-slack-webhook-notification:0.1
- name: kind
value: task
resolver: bundles
bundle: quay.io/redhat-appstudio-tekton-catalog/task-slack-webhook-notification:0.1
name: slack-webhook-notification

0 comments on commit 37dd9ba

Please sign in to comment.