From 979ad558d0c196e23d9baf40d2fb183fa289570e Mon Sep 17 00:00:00 2001 From: Disaiah Bennett Date: Wed, 3 Jan 2024 16:09:09 -0500 Subject: [PATCH 1/2] added deprecation note to repository Signed-off-by: Disaiah Bennett --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 174c7e5..2919cea 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> This repository is deprecated. It has been moved to as a sub-package `pkg/templates/charts/toggle/console` + # application-chart Open Cluster Management Application console Helm chart @@ -7,15 +9,20 @@ Open Cluster Management Application console Helm chart **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* -- [Getting Started](#getting-started) -- [Prerequisite Tools](#prerequisite-tools) -- [Building for Development](#building-for-development) +- [application-chart](#application-chart) + - [Work in Progress](#work-in-progress) + - [Community, discussion, contribution, and support](#community-discussion-contribution-and-support) + - [Getting Started](#getting-started) + - [Prerequisite Tools](#prerequisite-tools) + - [Building for Development](#building-for-development) + - [Testing on an existing OKD cluster with OCM](#testing-on-an-existing-okd-cluster-with-ocm) ------ ## Work in Progress + We are in the process of enabling this repo for community contribution. See wiki [here](https://open-cluster-management.io/concepts/architecture/). ## Community, discussion, contribution, and support @@ -23,6 +30,7 @@ Open Cluster Management Application console Helm chart Check the [CONTRIBUTING Doc](CONTRIBUTING.md) for how to contribute to the repo. ## Getting Started + Application chart is a helm chart used for deploying the [Application console](https://github.com/stolostron/application-ui). This is a guide on how to build and run stolostron application-chart. ## Prerequisite Tools @@ -30,17 +38,18 @@ Application chart is a helm chart used for deploying the [Application console](h - [helm](https://helm.sh/docs/intro/install/) ## Building for Development -
+
+```bash
 git clone https://github.com/stolostron/application-chart.git
 cd application-chart
 helm package stable/application-chart
-
+``` ## Testing on an existing OKD cluster with OCM Make sure you are logged in using `oc`. -
+```bash
 export GITHUB_TOKEN=<your github personal access token>
 export GITHUB_USER=<your github id>
 cd ..
@@ -51,4 +60,4 @@ cd ../multiclusterhub-repo
 oc annotate mch multiclusterhub -n open-cluster-management mch-pause=true
 make update-charts
 oc annotate mch multiclusterhub -n open-cluster-management mch-pause=false --overwrite
-
\ No newline at end of file +``` From d7df1b0428561d7426cc5b437fe3e7dcb46bb98b Mon Sep 17 00:00:00 2001 From: Disaiah Bennett Date: Wed, 3 Jan 2024 16:28:44 -0500 Subject: [PATCH 2/2] updated README.md Signed-off-by: Disaiah Bennett --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2919cea..b4b9368 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> This repository is deprecated. It has been moved to as a sub-package `pkg/templates/charts/toggle/console` +> This repository has been deprecated in ACM 2.6.z and later. It has been moved to as a sub-package `pkg/templates/charts/toggle/console`. # application-chart Open Cluster Management Application console Helm chart