Skip to content

Commit 091df4a

Browse files
committed
WIP
1 parent a02ea28 commit 091df4a

25 files changed

Lines changed: 4689 additions & 0 deletions

.tekton/images-mirror-set.yaml

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
apiVersion: config.openshift.io/v1
2+
kind: ImageDigestMirrorSet
3+
metadata:
4+
name: gitops-catalog-test-idmr
5+
spec:
6+
imageDigestMirrors:
7+
# -------------------------
8+
# GitOps Backend
9+
# -------------------------
10+
- source: registry.redhat.io/openshift-gitops-1/gitops-rhel8
11+
mirrors:
12+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/gitops-rhel8
13+
- registry.stage.redhat.io/openshift-gitops-1/gitops-rhel8
14+
15+
- source: registry.redhat.io/openshift-gitops-1/gitops-rhel9
16+
mirrors:
17+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/gitops-rhel9
18+
- registry.stage.redhat.io/openshift-gitops-1/gitops-rhel9
19+
20+
# -------------------------
21+
# Console Plugin
22+
# -------------------------
23+
- source: registry.redhat.io/openshift-gitops-1/console-plugin-rhel8
24+
mirrors:
25+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/console-plugin-rhel8
26+
- registry.stage.redhat.io/openshift-gitops-1/console-plugin-rhel8
27+
28+
- source: registry.redhat.io/openshift-gitops-1/console-plugin-rhel9
29+
mirrors:
30+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/console-plugin-rhel9
31+
- registry.stage.redhat.io/openshift-gitops-1/console-plugin-rhel9
32+
33+
# -------------------------
34+
# Dex
35+
# -------------------------
36+
- source: registry.redhat.io/openshift-gitops-1/dex-rhel8
37+
mirrors:
38+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/dex-rhel8
39+
- registry.stage.redhat.io/openshift-gitops-1/dex-rhel8
40+
41+
- source: registry.redhat.io/openshift-gitops-1/dex-rhel9
42+
mirrors:
43+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/dex-rhel9
44+
- registry.stage.redhat.io/openshift-gitops-1/dex-rhel9
45+
46+
# -------------------------
47+
# Must Gather
48+
# -------------------------
49+
- source: registry.redhat.io/openshift-gitops-1/must-gather-rhel8
50+
mirrors:
51+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/must-gather-rhel8
52+
- registry.stage.redhat.io/openshift-gitops-1/must-gather-rhel8
53+
54+
- source: registry.redhat.io/openshift-gitops-1/must-gather-rhel9
55+
mirrors:
56+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/must-gather-rhel9
57+
- registry.stage.redhat.io/openshift-gitops-1/must-gather-rhel9
58+
59+
# -------------------------
60+
# Argo CD
61+
# -------------------------
62+
- source: registry.redhat.io/openshift-gitops-1/argocd-rhel8
63+
mirrors:
64+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-rhel8
65+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-rhel8-tmp
66+
- registry.stage.redhat.io/openshift-gitops-1/argocd-rhel8
67+
68+
- source: registry.redhat.io/openshift-gitops-1/argocd-rhel9
69+
mirrors:
70+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-rhel9
71+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-rhel9-tmp
72+
- registry.stage.redhat.io/openshift-gitops-1/argocd-rhel9
73+
74+
# -------------------------
75+
# Argo CD Agent
76+
# -------------------------
77+
- source: registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8
78+
mirrors:
79+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-agent-rhel8
80+
- registry.stage.redhat.io/openshift-gitops-1/argocd-agent-rhel8
81+
82+
- source: registry.redhat.io/openshift-gitops-1/argocd-agent-rhel9
83+
mirrors:
84+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-agent-rhel9
85+
- registry.stage.redhat.io/openshift-gitops-1/argocd-agent-rhel9
86+
87+
# -------------------------
88+
# Argo Rollouts
89+
# -------------------------
90+
- source: registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8
91+
mirrors:
92+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argo-rollouts-rhel8
93+
- registry.stage.redhat.io/openshift-gitops-1/argo-rollouts-rhel8
94+
95+
- source: registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel9
96+
mirrors:
97+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argo-rollouts-rhel9
98+
- registry.stage.redhat.io/openshift-gitops-1/argo-rollouts-rhel9
99+
100+
# -------------------------
101+
# Operator Bundle
102+
# -------------------------
103+
- source: registry.redhat.io/openshift-gitops-1/gitops-operator-bundle
104+
mirrors:
105+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/gitops-operator-bundle
106+
- registry.stage.redhat.io/openshift-gitops-1/gitops-operator-bundle
107+
108+
# -------------------------
109+
# GitOps Operator Controller
110+
# -------------------------
111+
- source: registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator
112+
mirrors:
113+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/gitops-rhel8-operator
114+
- registry.stage.redhat.io/openshift-gitops-1/gitops-rhel8-operator
115+
116+
- source: registry.redhat.io/openshift-gitops-1/gitops-rhel9-operator
117+
mirrors:
118+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/gitops-rhel9-operator
119+
- registry.stage.redhat.io/openshift-gitops-1/gitops-rhel9-operator
120+
121+
# -------------------------
122+
# Argo CD Extensions
123+
# -------------------------
124+
- source: registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8
125+
mirrors:
126+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-extensions-rhel8
127+
- registry.stage.redhat.io/openshift-gitops-1/argocd-extensions-rhel8
128+
129+
- source: registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel9
130+
mirrors:
131+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-extensions-rhel9
132+
- registry.stage.redhat.io/openshift-gitops-1/argocd-extensions-rhel9
133+
134+
# -------------------------
135+
# Image Updater
136+
# -------------------------
137+
- source: registry.redhat.io/openshift-gitops-1/argocd-image-updater-rhel8
138+
mirrors:
139+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-image-updater-rhel8
140+
- registry.stage.redhat.io/openshift-gitops-1/argocd-image-updater-rhel8
141+
142+
- source: registry.redhat.io/openshift-gitops-1/argocd-image-updater-rhel9
143+
mirrors:
144+
- quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-image-updater-rhel9
145+
- registry.stage.redhat.io/openshift-gitops-1/argocd-image-updater-rhel9

0 commit comments

Comments
 (0)