File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed
operator/gitops/argocd/pipeline-service Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : openshift-pipelines-operator
6
6
namespace : openshift-operators
7
7
spec :
8
- channel : pipelines-1.10
8
+ channel : pipelines-1.11
9
9
name : openshift-pipelines-operator-rh
10
10
source : redhat-operators
11
11
sourceNamespace : openshift-marketplace
Original file line number Diff line number Diff line change @@ -8,17 +8,16 @@ resources:
8
8
- allow-argocd.yaml
9
9
- https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.16.0/release.yaml
10
10
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
22
21
23
22
patchesStrategicMerge :
24
23
- disable-pipelines-as-code-webhook.yaml
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ resources:
16
16
images :
17
17
- name : gcr.io/tekton-releases/github.com/tektoncd/chains/cmd/controller:v0.14.0
18
18
newName : registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8
19
- newTag : v1.10.2-1
19
+ newTag : v1.11.0-22
20
20
21
21
patches :
22
22
# allow openshift-gitops to manage tekton-chains
You can’t perform that action at this time.
0 commit comments