Skip to content

Commit 683d4c9

Browse files
Add Orchestrator ArgoCD and Tekton Plugin Integration (#1375)
* Add Orchestrator gitops script to infra * Add Orchestrator Gitops operator script and refactoring * Add doc for Orchestrator Gitops * Update doc for Orchestrator * Move gitops and tekton resources to plugin deps * Update rbac + remove gitops operator script * Update documentation * Regenerate bundle/installer manifests Co-authored-by: jenniferubah <jenniferubah@users.noreply.github.com> * Apply feedback * Add setup script + argocd cr * Update cicd documentation * Update cicd documentation * Regenerate bundle/installer manifests Co-authored-by: jenniferubah <jenniferubah@users.noreply.github.com> * Move setup script location * Add kubenetes + github plugins * Apply feedback * Regenerate bundle/installer manifests Co-authored-by: jenniferubah <jenniferubah@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jenniferubah <jenniferubah@users.noreply.github.com>
1 parent ff6219c commit 683d4c9

19 files changed

Lines changed: 2090 additions & 10 deletions

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha2/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha3/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha4/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ metadata:
4545
}
4646
}
4747
]
48-
createdAt: "2025-07-22T13:40:21Z"
48+
createdAt: "2025-07-31T18:53:34Z"
4949
description: Backstage Operator
5050
operators.operatorframework.io/builder: operator-sdk-v1.37.0
5151
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4

bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ metadata:
4949
categories: Developer Tools
5050
certified: "true"
5151
containerImage: registry.redhat.io/rhdh/rhdh-rhel9-operator:1.8
52-
createdAt: "2025-07-22T13:40:22Z"
52+
createdAt: "2025-07-31T18:53:36Z"
5353
description: Red Hat Developer Hub is a Red Hat supported version of Backstage.
5454
It comes with pre-built plug-ins and configuration settings, supports use of
5555
an external database, and can help streamline the process of setting up a self-managed
@@ -243,6 +243,31 @@ spec:
243243
- patch
244244
- update
245245
- watch
246+
- apiGroups:
247+
- tekton.dev
248+
resources:
249+
- tasks
250+
- pipelines
251+
verbs:
252+
- create
253+
- delete
254+
- get
255+
- list
256+
- patch
257+
- update
258+
- watch
259+
- apiGroups:
260+
- argoproj.io
261+
resources:
262+
- appprojects
263+
verbs:
264+
- create
265+
- delete
266+
- get
267+
- list
268+
- patch
269+
- update
270+
- watch
246271
- apiGroups:
247272
- authentication.k8s.io
248273
resources:

0 commit comments

Comments
 (0)