Skip to content

Commit 725abdc

Browse files
gabemonteroRoming22
authored andcommitted
switch to downstream (registry.redhat.io) images for PaC and chains
- Revert "Merge pull request #639 from Roming22/rhtap-872"; This reverts commit 01d8e1e, reversing changes made to 1147039. - But also switch from patch to use of kustomization 'images'
1 parent 370b4c7 commit 725abdc

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

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

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

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.10.2-1
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.10.2-1
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.10.2-1
21+
1122
patchesStrategicMerge:
1223
- disable-pipelines-as-code-webhook.yaml
1324

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ resources:
1313
- chains-secrets-config.yaml
1414
- public-key.yaml
1515

16+
images:
17+
- name: gcr.io/tekton-releases/github.com/tektoncd/chains/cmd/controller:v0.14.0
18+
newName: registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8
19+
newTag: v1.10.2-1
20+
1621
patches:
1722
# allow openshift-gitops to manage tekton-chains
1823
- target:

0 commit comments

Comments
 (0)