Skip to content

Commit 4ff902a

Browse files
authored
Update pipelines version in dev and staging (#8538)
# deleting Pac configs as updating the index to a version which is *confirmed* to be using > PaC v0.37.x
1 parent 51a5c09 commit 4ff902a

File tree

4 files changed

+4
-30
lines changed

4 files changed

+4
-30
lines changed

components/pipeline-service/development/main-pipeline-service-configuration.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,7 +2243,7 @@ metadata:
22432243
namespace: openshift-marketplace
22442244
spec:
22452245
displayName: custom-operators
2246-
image: quay.io/openshift-pipeline/pipelines-index-4.15@sha256:ea4bd6973b821f90fa07166c83e861ef6bfdbbe29ae3539f5813973f188f06ef
2246+
image: quay.io/openshift-pipeline/pipelines-index-4.15@sha256:affbe080c29e18b74a00ec8da0ce550fa7ba1d65fa4a6e6a5898295212786ef7
22472247
sourceType: grpc
22482248
updateStrategy:
22492249
registryPoll:
@@ -2266,13 +2266,6 @@ spec:
22662266
env:
22672267
- name: AUTOINSTALL_COMPONENTS
22682268
value: "false"
2269-
# PaC v0.37.0 - only delete when updating the index to a version which is *confirmed* to be using >= PaC v0.37.x
2270-
- name: IMAGE_PAC_PAC_CONTROLLER
2271-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-controller-rhel9:03e2807aa027874d603600712005820a7cf0961a454344cf5e2e3b70148379de
2272-
- name: IMAGE_PAC_PAC_WATCHER
2273-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-watcher-rhel9:5887db9658dc4f148e3c515577a365c0934ce3de39f8769dcf07e62e3fa9e2af
2274-
- name: IMAGE_PAC_PAC_WEBHOOK
2275-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-webhook-rhel9:6d6122ec424d243e72d465e936a26c24576ee98df1da3335b59452f9275521ef
22762269
---
22772270
apiVersion: route.openshift.io/v1
22782271
kind: Route

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@ metadata:
20702070
namespace: openshift-marketplace
20712071
spec:
20722072
displayName: custom-operators
2073-
image: quay.io/openshift-pipeline/pipelines-index-4.15@sha256:ea4bd6973b821f90fa07166c83e861ef6bfdbbe29ae3539f5813973f188f06ef
2073+
image: quay.io/openshift-pipeline/pipelines-index-4.15@sha256:affbe080c29e18b74a00ec8da0ce550fa7ba1d65fa4a6e6a5898295212786ef7
20742074
sourceType: grpc
20752075
updateStrategy:
20762076
registryPoll:
@@ -2093,13 +2093,6 @@ spec:
20932093
env:
20942094
- name: AUTOINSTALL_COMPONENTS
20952095
value: "false"
2096-
# PaC v0.37.0 - only delete when updating the index to a version which is *confirmed* to be using >= PaC v0.37.x
2097-
- name: IMAGE_PAC_PAC_CONTROLLER
2098-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-controller-rhel9:03e2807aa027874d603600712005820a7cf0961a454344cf5e2e3b70148379de
2099-
- name: IMAGE_PAC_PAC_WATCHER
2100-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-watcher-rhel9:5887db9658dc4f148e3c515577a365c0934ce3de39f8769dcf07e62e3fa9e2af
2101-
- name: IMAGE_PAC_PAC_WEBHOOK
2102-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-webhook-rhel9:6d6122ec424d243e72d465e936a26c24576ee98df1da3335b59452f9275521ef
21032096
---
21042097
apiVersion: route.openshift.io/v1
21052098
kind: Route

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,7 @@ metadata:
26562656
namespace: openshift-marketplace
26572657
spec:
26582658
displayName: custom-operators
2659-
image: quay.io/openshift-pipeline/pipelines-index-4.15@sha256:ea4bd6973b821f90fa07166c83e861ef6bfdbbe29ae3539f5813973f188f06ef
2659+
image: quay.io/openshift-pipeline/pipelines-index-4.15@sha256:affbe080c29e18b74a00ec8da0ce550fa7ba1d65fa4a6e6a5898295212786ef7
26602660
sourceType: grpc
26612661
updateStrategy:
26622662
registryPoll:
@@ -2676,12 +2676,6 @@ spec:
26762676
env:
26772677
- name: AUTOINSTALL_COMPONENTS
26782678
value: "false"
2679-
- name: IMAGE_PAC_PAC_CONTROLLER
2680-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-controller-rhel9:03e2807aa027874d603600712005820a7cf0961a454344cf5e2e3b70148379de
2681-
- name: IMAGE_PAC_PAC_WATCHER
2682-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-watcher-rhel9:5887db9658dc4f148e3c515577a365c0934ce3de39f8769dcf07e62e3fa9e2af
2683-
- name: IMAGE_PAC_PAC_WEBHOOK
2684-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-webhook-rhel9:6d6122ec424d243e72d465e936a26c24576ee98df1da3335b59452f9275521ef
26852679
name: openshift-pipelines-operator-rh
26862680
source: custom-operators
26872681
sourceNamespace: openshift-marketplace

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2668,7 +2668,7 @@ metadata:
26682668
namespace: openshift-marketplace
26692669
spec:
26702670
displayName: custom-operators
2671-
image: quay.io/openshift-pipeline/pipelines-index-4.15@sha256:ea4bd6973b821f90fa07166c83e861ef6bfdbbe29ae3539f5813973f188f06ef
2671+
image: quay.io/openshift-pipeline/pipelines-index-4.15@sha256:affbe080c29e18b74a00ec8da0ce550fa7ba1d65fa4a6e6a5898295212786ef7
26722672
sourceType: grpc
26732673
updateStrategy:
26742674
registryPoll:
@@ -2688,12 +2688,6 @@ spec:
26882688
env:
26892689
- name: AUTOINSTALL_COMPONENTS
26902690
value: "false"
2691-
- name: IMAGE_PAC_PAC_CONTROLLER
2692-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-controller-rhel9:03e2807aa027874d603600712005820a7cf0961a454344cf5e2e3b70148379de
2693-
- name: IMAGE_PAC_PAC_WATCHER
2694-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-watcher-rhel9:5887db9658dc4f148e3c515577a365c0934ce3de39f8769dcf07e62e3fa9e2af
2695-
- name: IMAGE_PAC_PAC_WEBHOOK
2696-
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-webhook-rhel9:6d6122ec424d243e72d465e936a26c24576ee98df1da3335b59452f9275521ef
26972691
name: openshift-pipelines-operator-rh
26982692
source: custom-operators
26992693
sourceNamespace: openshift-marketplace

0 commit comments

Comments
 (0)