Skip to content

Commit 87d23b8

Browse files
authored
SRVKP-8255: Patch PAC images on stage (#7447)
Continue to debug the reporting to SCM issue when using Kueue and PAC. Signed-off-by: Gal Ben Haim <[email protected]>
1 parent b597a1b commit 87d23b8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

components/pipeline-service/staging/base/main-pipeline-service-configuration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,11 +2094,11 @@ spec:
20942094
- name: IMAGE_ADDONS_TKN_CLI_SERVE
20952095
value: registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
20962096
- name: IMAGE_PAC_PAC_CONTROLLER
2097-
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-controller@sha256:f5c6d3519d8dd90d46e608d53b725663dd726809fe9b5afbcf1a2839f075f27d
2097+
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-controller@sha256:44f4b402db93597ac17b85884d0cab470657f2268fe680b21232e56538c1280d
20982098
- name: IMAGE_PAC_PAC_WATCHER
2099-
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-watcher@sha256:6694e7ca2553c63575c8543285e2176f432ecc0fdedc5e2040df20715923fe6a
2099+
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-watcher@sha256:9df35c2f3f2de7b4147ff579418988bbda2cef98f94c190c8e5f6ea7ea2e27be
21002100
- name: IMAGE_PAC_PAC_WEBHOOK
2101-
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-webhook@sha256:2da58d3218cbbcc99a5d630a8491ea9cc21dcd2a5e99bdb6a02802aa00e56726
2101+
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-webhook@sha256:1e0fef8087ff779ae3331fee5e0f2295efb6e408f4b4ce09e582f688311b0db1
21022102
---
21032103
apiVersion: route.openshift.io/v1
21042104
kind: Route

components/pipeline-service/staging/stone-stage-p01/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2677,11 +2677,11 @@ spec:
26772677
- name: IMAGE_ADDONS_TKN_CLI_SERVE
26782678
value: registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
26792679
- name: IMAGE_PAC_PAC_CONTROLLER
2680-
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-controller@sha256:f5c6d3519d8dd90d46e608d53b725663dd726809fe9b5afbcf1a2839f075f27d
2680+
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-controller@sha256:44f4b402db93597ac17b85884d0cab470657f2268fe680b21232e56538c1280d
26812681
- name: IMAGE_PAC_PAC_WATCHER
2682-
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-watcher@sha256:6694e7ca2553c63575c8543285e2176f432ecc0fdedc5e2040df20715923fe6a
2682+
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-watcher@sha256:9df35c2f3f2de7b4147ff579418988bbda2cef98f94c190c8e5f6ea7ea2e27be
26832683
- name: IMAGE_PAC_PAC_WEBHOOK
2684-
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-webhook@sha256:2da58d3218cbbcc99a5d630a8491ea9cc21dcd2a5e99bdb6a02802aa00e56726
2684+
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-webhook@sha256:1e0fef8087ff779ae3331fee5e0f2295efb6e408f4b4ce09e582f688311b0db1
26852685
name: openshift-pipelines-operator-rh
26862686
source: custom-operators
26872687
sourceNamespace: openshift-marketplace

components/pipeline-service/staging/stone-stg-rh01/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2689,11 +2689,11 @@ spec:
26892689
- name: IMAGE_ADDONS_TKN_CLI_SERVE
26902690
value: registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
26912691
- name: IMAGE_PAC_PAC_CONTROLLER
2692-
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-controller@sha256:f5c6d3519d8dd90d46e608d53b725663dd726809fe9b5afbcf1a2839f075f27d
2692+
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-controller@sha256:44f4b402db93597ac17b85884d0cab470657f2268fe680b21232e56538c1280d
26932693
- name: IMAGE_PAC_PAC_WATCHER
2694-
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-watcher@sha256:6694e7ca2553c63575c8543285e2176f432ecc0fdedc5e2040df20715923fe6a
2694+
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-watcher@sha256:9df35c2f3f2de7b4147ff579418988bbda2cef98f94c190c8e5f6ea7ea2e27be
26952695
- name: IMAGE_PAC_PAC_WEBHOOK
2696-
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-webhook@sha256:2da58d3218cbbcc99a5d630a8491ea9cc21dcd2a5e99bdb6a02802aa00e56726
2696+
value: ghcr.io/zakisk/pipelines-as-code/pipelines-as-code-webhook@sha256:1e0fef8087ff779ae3331fee5e0f2295efb6e408f4b4ce09e582f688311b0db1
26972697
name: openshift-pipelines-operator-rh
26982698
source: custom-operators
26992699
sourceNamespace: openshift-marketplace

0 commit comments

Comments
 (0)