openshift-pipelines / pipeline-service

SaaS for Tekton Pipelines
Apache License 2.0
23 stars 44 forks source link

Remove SCRIPT_IMAGE param from update infra-deployments task #944

Closed enarha closed 6 months ago

enarha commented 6 months ago

The task we reference in the PipelineRun quay.io/redhat-appstudio-tekton-catalog/task-slack-webhook-notification:0.1 is changed and the SCRIPT_IMAGE parameter removed. Instead a default image is used. ref: https://github.com/redhat-appstudio/build-definitions/pull/792

The new image does not have kustomize, but it has oc, so we use oc kustomize instead.