Skip to content

Commit 8c0193f

Browse files
committed
pin results images for now until we verify mem leak fix
rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent 6877368 commit 8c0193f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.tekton/open-infra-deployment-pr-osp-nightly.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ spec:
1818
- name: infra-deployment-update-script
1919
value: |
2020
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/pipeline-service/development/kustomization.yaml
21+
sed -i -E 's/newTag: {{ revision }}/newTag: bae7851ff584423503af324200f52cd28ca99116/g' components/pipeline-service/development/kustomization.yaml
2122
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/pipeline-service/staging/base/kustomization.yaml
23+
sed -i -E 's/newTag: {{ revision }}/newTag: bae7851ff584423503af324200f52cd28ca99116/g' components/pipeline-service/staging/base/kustomization.yaml
2224
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/monitoring/grafana/base/dashboards/pipeline-service/kustomization.yaml
2325
- name: slack-webhook-notification-team
2426
value: pipeline

.tekton/open-infra-deployment-pr.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ spec:
1616
- name: infra-deployment-update-script
1717
value: |
1818
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/pipeline-service/development/kustomization.yaml
19+
sed -i -E 's/newTag: {{ revision }}/newTag: bae7851ff584423503af324200f52cd28ca99116/g' components/pipeline-service/development/kustomization.yaml
1920
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/pipeline-service/staging/base/kustomization.yaml
21+
sed -i -E 's/newTag: {{ revision }}/newTag: bae7851ff584423503af324200f52cd28ca99116/g' components/pipeline-service/staging/base/kustomization.yaml
2022
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/monitoring/grafana/base/dashboards/pipeline-service/kustomization.yaml
2123
oc kustomize components/pipeline-service/staging/stone-stg-m01/resources/ > components/pipeline-service/staging/stone-stg-m01/deploy.yaml
2224
oc kustomize components/pipeline-service/staging/stone-stg-rh01/resources/ > components/pipeline-service/staging/stone-stg-rh01/deploy.yaml

0 commit comments

Comments
 (0)