-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathconfig.yaml
More file actions
141 lines (138 loc) · 6.18 KB
/
Copy pathconfig.yaml
File metadata and controls
141 lines (138 loc) · 6.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Release Metadata
release:
name: OpenShift GitOps Operator
version: "99.99.99"
olm:
# TODO: Compute olm data automatically
name: "openshift-gitops-operator.v99.99.99"
channel: "latest,gitops-99.99"
replaces: "openshift-gitops-operator.v99.99.98"
skip-range: "" # empty for z-stream & ">=1.0.0 <x.y.0" for y-stream
konflux:
repo: https://github.com/rh-gitops-midstream/release.git
branch: main
application: gitops-main
managers:
- name: "Siddhesh Ghadi"
github: svghadi
email: "sghadi@redhat.com"
# Source code repositories
# This section defines the source repositories for GitOps Operator artifacts built from source.
# See docs/sources.md for details on each field and usage instructions.
# On update, run `make sources` to update & validate the submodules.
# Note: `commit` is always used to perform the actual checkout. `ref` is purely metadata for CI which can be a tag or branch.
sources:
- path: sources/gitops-operator
url: https://github.com/redhat-developer/gitops-operator.git
ref: master
commit: fee011bc839911e119c8d774e97308222b4dfa8f
- path: sources/argo-cd
url: https://github.com/argoproj/argo-cd.git
ref: v3.4.2
commit: 0dc6b1b57dd5bb925d5b03c3d09419ab9fb4225e
- path: sources/argo-rollouts
url: https://github.com/argoproj/argo-rollouts.git
ref: v1.8.3
commit: 348260aa4219ed79497296b52be87be7f50a5cdd
- path: sources/kustomize
url: https://github.com/kubernetes-sigs/kustomize.git
ref: kustomize/v5.8.1
commit: 9790a1c3efd2fd35f1b768d495112834176581c1
- path: sources/helm
url: https://github.com/helm/helm.git
ref: v3.19.4
commit: 7cfb6e486dac026202556836bb910c37d847793e
- path: sources/dex
ref: v2.45.0
url: https://github.com/rh-gitops-midstream/dex.git
commit: bcc2283694018a59e9b84c43c6c50ce996e9409b
- path: sources/git-lfs
url: https://github.com/git-lfs/git-lfs.git
ref: v3.7.1
commit: b84b33847fe6458f36ef521534dc0eac953cb379
- path: sources/ssh-connect
url: https://github.com/gotoh/ssh-connect.git
ref: master
commit: b65b09a0ee06950972233e8ea86ef87c4e63b3c9
- path: sources/tini
url: https://github.com/krallin/tini.git
ref: master
commit: 0b44d3665869e46ccbac7414241b8256d6234dc4
- path: sources/argocd-extension-installer
url: https://github.com/argoproj-labs/argocd-extension-installer.git
ref: main
commit: 44a5ab8e6998df0beb6f293b3607262db53aa8c7
- path: sources/gitops-console-plugin
url: https://github.com/redhat-developer/gitops-console-plugin.git
ref: main
commit: 246fd142103a25a0b9694d8597370e6bdca980b5
- path: sources/gitops-backend
url: https://github.com/redhat-developer/gitops-backend.git
ref: master
commit: 18ee1c620ddb72a282f64d682c3108f85aa82a85
- path: sources/rollouts-plugin-trafficrouter-openshift
url: https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-openshift.git
ref: main
commit: 1495bbad184a05cde955fb21dcf35d05c3e58d98
- path: sources/gitops-must-gather
url: https://github.com/redhat-developer/gitops-must-gather.git
ref: main
commit: cb9160c0d5d3ff42668999fc530ecacad9e69d08
- path: sources/rollout-extension
url: https://github.com/argoproj-labs/rollout-extension.git
ref: master
commit: 09102635500867f4119ae63008bf1fe1ae7328b5
- path: sources/argocd-agent
url: https://github.com/argoproj-labs/argocd-agent.git
ref: main
commit: 7bf329860e465e5138559fc1f6f79b7f7caba042
- path: sources/argocd-image-updater
url: https://github.com/argoproj-labs/argocd-image-updater.git
ref: v1.2.1
commit: 1b622412d7ecc2392e86bd5d1d2fee755fc71ca1
# External images pulled directly from Red Hat registry and are
# required by the operator at runtime.
# Bundle generation script will automatically fetch latest sha for each image
# based on the version specified.
externalImages:
- name: "haproxy"
image: registry.redhat.io/openshift4/ose-haproxy-router-rhel9
version: v4.19
- name: "redis"
image: registry.redhat.io/rhel9/redis-7
version: 9.6
# Konflux images are images that are built from the source in this repository
konfluxImages:
- name: argo-rollouts
buildRef: "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argo-rollouts-rhel9"
releaseRef: "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel9"
- name: argocd-extenstions
buildRef: "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-extensions-rhel9"
releaseRef: "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel9"
- name: argocd
buildRef: "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-rhel9"
releaseRef: "registry.redhat.io/openshift-gitops-1/argocd-rhel9"
- name: argocd-agent
buildRef: "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-agent-rhel9"
releaseRef: "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel9"
- name: argocd-image-updater
buildRef: "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-image-updater-rhel9"
releaseRef: "registry.redhat.io/openshift-gitops-1/argocd-image-updater-rhel9"
- name: console-plugin
buildRef: "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/console-plugin-rhel9"
releaseRef: "registry.redhat.io/openshift-gitops-1/console-plugin-rhel9"
- name: dex
buildRef: "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/dex-rhel9"
releaseRef: "registry.redhat.io/openshift-gitops-1/dex-rhel9"
- name: gitops
buildRef: "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/gitops-rhel9"
releaseRef: "registry.redhat.io/openshift-gitops-1/gitops-rhel9"
- name: gitops-operator-bundle
buildRef: "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/gitops-operator-bundle"
releaseRef: "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle"
- name: gitops-operator
buildRef: "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/gitops-rhel9-operator"
releaseRef: "registry.redhat.io/openshift-gitops-1/gitops-rhel9-operator"
- name: must-gather
buildRef: "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/must-gather-rhel9"
releaseRef: "registry.redhat.io/openshift-gitops-1/must-gather-rhel9"