diff --git a/.tekton/build-service-push.yaml b/.tekton/build-service-push.yaml index 96f2489b..1c9419fc 100644 --- a/.tekton/build-service-push.yaml +++ b/.tekton/build-service-push.yaml @@ -16,8 +16,8 @@ spec: value: 'quay.io/redhat-appstudio/build-service:{{revision}}' - name: infra-deployment-update-script value: | - sed -i -e 's|\(https://github.com/redhat-appstudio/build-service/.*?ref=\)\(.*\)|\1{{ revision }}|' -e 's/\(newTag: \).*/\1{{ revision }}/' components/build-service/base/kustomization.yaml - sed -i -e 's|\(https://github.com/redhat-appstudio/build-service/.*?ref=\)\(.*\)|\1{{ revision }}|' components/monitoring/grafana/base/dashboards/build-service/kustomization.yaml + sed -i -e 's|\(https://github.com/redhat-appstudio/build-service/.*?ref=\)\(.*\)|\1{{ revision }}|' -e 's/\(newTag: \).*/\1{{ revision }}/' components/build-service/development/kustomization.yaml + sed -i -e 's|\(https://github.com/redhat-appstudio/build-service/.*?ref=\)\(.*\)|\1{{ revision }}|' -e 's/\(newTag: \).*/\1{{ revision }}/' components/build-service/staging/base/kustomization.yaml - name: slack-webhook-notification-team value: build pipelineRef: