Skip to content

Commit 70b5a4c

Browse files
gabemonteroRoming22
authored andcommitted
update openshift-pipelines operator and chains/pac image overrides to 1.11
1 parent 955b826 commit 70b5a4c

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

operator/gitops/argocd/pipeline-service/openshift-pipelines/openshift-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: openshift-pipelines-operator
66
namespace: openshift-operators
77
spec:
8-
channel: pipelines-1.10
8+
channel: pipelines-1.11
99
name: openshift-pipelines-operator-rh
1010
source: redhat-operators
1111
sourceNamespace: openshift-marketplace

operator/gitops/argocd/pipeline-service/pipelines-as-code/kustomization.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ resources:
88
- allow-argocd.yaml
99
- https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.16.0/release.yaml
1010

11-
# TODO backing off until https://issues.redhat.com/browse/SRVKP-3134 is resolved
12-
# images:
13-
# - name: ghcr.io/openshift-pipelines/pipelines-as-code-controller:v0.16.0
14-
# newName: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-rhel8
15-
# newTag: v1.10.2-1
16-
# - name: ghcr.io/openshift-pipelines/pipelines-as-code-watcher:v0.16.0
17-
# newName: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-rhel8
18-
# newTag: v1.10.2-1
19-
# - name: ghcr.io/openshift-pipelines/pipelines-as-code-webhook:v0.16.0
20-
# newName: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-rhel8
21-
# newTag: v1.10.2-1
11+
images:
12+
- name: ghcr.io/openshift-pipelines/pipelines-as-code-controller:v0.16.0
13+
newName: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-rhel8
14+
newTag: v1.11.0-25
15+
- name: ghcr.io/openshift-pipelines/pipelines-as-code-watcher:v0.16.0
16+
newName: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-rhel8
17+
newTag: v1.11.0-25
18+
- name: ghcr.io/openshift-pipelines/pipelines-as-code-webhook:v0.16.0
19+
newName: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-rhel8
20+
newTag: v1.11.0-25
2221

2322
patchesStrategicMerge:
2423
- disable-pipelines-as-code-webhook.yaml

operator/gitops/argocd/pipeline-service/tekton-chains/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resources:
1616
images:
1717
- name: gcr.io/tekton-releases/github.com/tektoncd/chains/cmd/controller:v0.14.0
1818
newName: registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8
19-
newTag: v1.10.2-1
19+
newTag: v1.11.0-22
2020

2121
patches:
2222
# allow openshift-gitops to manage tekton-chains

0 commit comments

Comments
 (0)