Skip to content

Commit 20a8f6d

Browse files
gabemonteroRoming22
authored andcommitted
re-enable PaC job to update infra-deployments on merge
1 parent a0197f6 commit 20a8f6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.tekton/infra-deployment-push.yaml.disable renamed to .tekton/infra-deployment-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: tekton.dev/v1beta1
33
kind: PipelineRun
44
metadata:
5-
name: pipeline-service-push
5+
name: pipeline-service-infra-deployment-update
66
annotations:
77
pipelinesascode.tekton.dev/on-event: "push"
88
pipelinesascode.tekton.dev/on-target-branch: "main"
@@ -17,6 +17,7 @@ spec:
1717
value: |
1818
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/pipeline-service/development/kustomization.yaml
1919
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/pipeline-service/staging/base/kustomization.yaml
20+
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/monitoring/grafana/base/pipeline-service/kustomization.yaml
2021
pipelineSpec:
2122
params:
2223
- description: 'Source Repository URL'

0 commit comments

Comments
 (0)