We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0197f6 commit 20a8f6dCopy full SHA for 20a8f6d
.tekton/infra-deployment-push.yaml.disable renamed to .tekton/infra-deployment-push.yaml
@@ -2,7 +2,7 @@
2
apiVersion: tekton.dev/v1beta1
3
kind: PipelineRun
4
metadata:
5
- name: pipeline-service-push
+ name: pipeline-service-infra-deployment-update
6
annotations:
7
pipelinesascode.tekton.dev/on-event: "push"
8
pipelinesascode.tekton.dev/on-target-branch: "main"
@@ -17,6 +17,7 @@ spec:
17
value: |
18
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/pipeline-service/development/kustomization.yaml
19
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
21
pipelineSpec:
22
params:
23
- description: 'Source Repository URL'
0 commit comments