Skip to content

Commit 97b4239

Browse files
committed
pin watcher to mem leak version, revert latest fix attempt
rh-pre-commit.version: 2.3.0 rh-pre-commit.check-secrets: ENABLED
1 parent ad97404 commit 97b4239

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ 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+
# just pin the watcher image, which is the second image ref
22+
yq -e -i '.images[1].newTag = "bae7851ff584423503af324200f52cd28ca99116"' components/pipeline-service/development/kustomization.yaml
2123
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/pipeline-service/staging/base/kustomization.yaml
24+
# just pin the watcher image, which is the second image ref
25+
yq -e -i '.images[1].newTag = "bae7851ff584423503af324200f52cd28ca99116"' components/pipeline-service/staging/base/kustomization.yaml
2226
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/monitoring/grafana/base/dashboards/pipeline-service/kustomization.yaml
2327
- name: slack-webhook-notification-team
2428
value: pipeline

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

+4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ 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+
# just pin the watcher image, which is the second image ref
20+
yq -e -i '.images[1].newTag = "bae7851ff584423503af324200f52cd28ca99116"' components/pipeline-service/development/kustomization.yaml
1921
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/pipeline-service/staging/base/kustomization.yaml
22+
# just pin the watcher image, which is the second image ref
23+
yq -e -i '.images[1].newTag = "bae7851ff584423503af324200f52cd28ca99116"' components/pipeline-service/staging/base/kustomization.yaml
2024
sed -i -E 's/[0-9a-f]{40}/{{ revision }}/g' components/monitoring/grafana/base/dashboards/pipeline-service/kustomization.yaml
2125
oc kustomize components/pipeline-service/staging/stone-stg-m01/resources/ > components/pipeline-service/staging/stone-stg-m01/deploy.yaml
2226
oc kustomize components/pipeline-service/staging/stone-stg-rh01/resources/ > components/pipeline-service/staging/stone-stg-rh01/deploy.yaml

0 commit comments

Comments
 (0)