Skip to content

Commit a5081dc

Browse files
committed
Fix broken pipelines
* Fix dashboard path in infra-deployment-push * Upgrade rosa version in stonesoup-e2e-test Signed-off-by: Romain Arnaud <[email protected]>
1 parent 0f4c699 commit a5081dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/infra-deployment-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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
20+
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/monitoring/grafana/base/dashboards/pipeline-service/kustomization.yaml
2121
pipelineSpec:
2222
params:
2323
- description: 'Source Repository URL'

.tekton/stonesoup-e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
- name: aws_region
2121
value: "us-east-1"
2222
- name: ocp_version
23-
value: "4.12.16"
23+
value: "4.12.22"
2424
- name: repo_url
2525
value: "{{ repo_url }}"
2626
- name: revision

0 commit comments

Comments
 (0)