pipeline-service
pipeline-service copied to clipboard
SaaS for Tekton Pipelines leveraging kcp
In the [documentation](https://github.com/openshift-pipelines/pipeline-service/tree/main/gitops#install-and-setup-pipelines-as-code) we guide users to install upstream Pipeline as Code. This is fine but we should mention that it also comes with OpenShift Pipelines. The latest version shipped...
Currently, there are many tradeoffs and missing scenarios in the installation and setup scripts. This issue will track the overall progress of improving the user experience. Please update the list...
The way workspaces, organizations are structured and the associated RBAC are applied are currently changing in kcp. It is expected that a good amount of these changes: [PR 996](https://github.com/kcp-dev/kcp/pull/996), [bump...
#### Parent comment - [here](https://github.com/openshift-pipelines/pipelines-service/pull/68#issuecomment-1136879126). #### Tasks - * Split the ckcp deployment into two applications: - Operator installation through subscription - Next steps as an Application with [presync hook](https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks/)...
@Roming22 this is a follow-up of your PR #86. I feel that - gitops/README.md should be extended to provide instructions on - the structure of our repo with the availability...
Currently operators (OpenShift Pipelines for now) are installed in openshift-operators namespace. There are benefits of installing the operators in their own namespaces (still separated from operands) rather than openshift-operators. It...
It should be possible, preferably easy to install and configure Pipelines-services without internet connectivity: - it should be possible to copy manifests and consume them offline (possibly in a private...
a fix for https://issues.redhat.com/browse/SRVKP-4405
Automated change by [update-osp-nightly]
- argocd to v2.10.7 - checkov to 3.2.71 - kubectl to v1.30.0 - oc to 4.15.9 - terraform to 1.8.1 Signed-off-by: Tekton CI