From f375ac05f63eb6d51419f65e9652735035b06ea2 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Wed, 31 Jul 2024 15:12:26 -0300 Subject: [PATCH] Update README.md add deprecation notice and links to new repo, issues, and images. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e3cd3342..926ab86d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Backstage Operator +## DEPRECATION WARNING + +As of August 2024, this repo is deprecated and read-only. + +Please continue to work on this project in the following places: + +* Code has moved to https://github.com/redhat-developer/rhdh-operator +* Issues can be reported at https://issues.redhat.com/browse/RHIDP +* CI images can be found at https://quay.io/repository/rhdh/rhdh-rhel9-operator?tab=info + + ## The Goal The Goal of [Backstage](https://backstage.io) Operator project is creating Kubernetes Operator for configuring, installing and synchronizing Backstage instance on Kubernetes/OpenShift. The initial target is in support of Red Hat's assemblies of Backstage - specifically supporting [dynamic-plugins](https://github.com/janus-idp/backstage-showcase/blob/main/showcase-docs/dynamic-plugins.md) on OpenShift. This includes [Red Hat Developer Hub (RHDH)](https://developers.redhat.com/rhdh) but may be flexible enough to install any compatible Backstage instance on Kubernetes. See additional information under [Configuration](docs/configuration.md).