Skip to content

Commit 1aeacc4

Browse files
authored
stage: Patch PAC controller image (#7403)
We debug an issue with status check reporting when using Kueue with PAC. The included image will provide additional logs that can help with the investigation. Signed-off-by: Gal Ben Haim <[email protected]>
1 parent 582cf2f commit 1aeacc4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,6 +2093,8 @@ spec:
20932093
value: "false"
20942094
- name: IMAGE_ADDONS_TKN_CLI_SERVE
20952095
value: registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2096+
- name: IMAGE_PAC_PAC_CONTROLLER
2097+
value: ghcr.io/openshift-pipelines/pipelines-as-code/pipelines-as-code-controller@sha256:e5accb4b863a047feb7e8dcadfd5aa43b588b6a9cd4be0c10a886b64ea6af509
20962098
---
20972099
apiVersion: route.openshift.io/v1
20982100
kind: Route

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2676,6 +2676,8 @@ spec:
26762676
value: "false"
26772677
- name: IMAGE_ADDONS_TKN_CLI_SERVE
26782678
value: registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2679+
- name: IMAGE_PAC_PAC_CONTROLLER
2680+
value: ghcr.io/openshift-pipelines/pipelines-as-code/pipelines-as-code-controller@sha256:e5accb4b863a047feb7e8dcadfd5aa43b588b6a9cd4be0c10a886b64ea6af509
26792681
name: openshift-pipelines-operator-rh
26802682
source: custom-operators
26812683
sourceNamespace: openshift-marketplace

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,6 +2688,8 @@ spec:
26882688
value: "false"
26892689
- name: IMAGE_ADDONS_TKN_CLI_SERVE
26902690
value: registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2691+
- name: IMAGE_PAC_PAC_CONTROLLER
2692+
value: ghcr.io/openshift-pipelines/pipelines-as-code/pipelines-as-code-controller@sha256:e5accb4b863a047feb7e8dcadfd5aa43b588b6a9cd4be0c10a886b64ea6af509
26912693
name: openshift-pipelines-operator-rh
26922694
source: custom-operators
26932695
sourceNamespace: openshift-marketplace

0 commit comments

Comments
 (0)