From b42fab04f3469d8fb9bde2ac329b3ead87fe4bac Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Fri, 13 Nov 2020 09:26:36 -0500 Subject: [PATCH] [stable/hl-composer] add repo archive notice (#24119) * [stable/hl-composer] add repo archive notice Signed-off-by: Scott Rigby * [stable/hl-composer] use apps/v1 Signed-off-by: Carlos Panato Co-authored-by: Carlos Panato --- stable/hl-composer/Chart.yaml | 2 +- stable/hl-composer/README.md | 5 +++++ stable/hl-composer/templates/hl-composer-cli-deployment.yaml | 2 +- stable/hl-composer/templates/hl-composer-pg-deployment.yaml | 2 +- .../hl-composer/templates/hl-composer-rest-deployment.yaml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/stable/hl-composer/Chart.yaml b/stable/hl-composer/Chart.yaml index 5a2b9b4f4c..9c54269bc8 100644 --- a/stable/hl-composer/Chart.yaml +++ b/stable/hl-composer/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Hyperledger Composer REST Server chart name: hl-composer -version: 1.0.12 +version: 1.0.13 appVersion: 0.20.0 keywords: - blockchain diff --git a/stable/hl-composer/README.md b/stable/hl-composer/README.md index 4c12cac2be..a5db04b02f 100644 --- a/stable/hl-composer/README.md +++ b/stable/hl-composer/README.md @@ -1,3 +1,8 @@ +# ⚠️ Repo Archive Notice + +As of Nov 13, 2020, charts in this repo will no longer be updated. +For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/). + # Hyperledger Composer [Hyperledger Composer](https://hyperledger.github.io/composer) is a set of tools to aid in the development of Blockchain solutions using the [Hyperledger](https://www.hyperledger.org/) Fabric permissioned blockchain framework. diff --git a/stable/hl-composer/templates/hl-composer-cli-deployment.yaml b/stable/hl-composer/templates/hl-composer-cli-deployment.yaml index f4116b5708..24c12a7478 100644 --- a/stable/hl-composer/templates/hl-composer-cli-deployment.yaml +++ b/stable/hl-composer/templates/hl-composer-cli-deployment.yaml @@ -1,5 +1,5 @@ --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "hl-composer.fullname" . }}-cli diff --git a/stable/hl-composer/templates/hl-composer-pg-deployment.yaml b/stable/hl-composer/templates/hl-composer-pg-deployment.yaml index f56aad94af..e9ced434fa 100644 --- a/stable/hl-composer/templates/hl-composer-pg-deployment.yaml +++ b/stable/hl-composer/templates/hl-composer-pg-deployment.yaml @@ -1,5 +1,5 @@ {{- if .Values.pg.enabled -}} -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "hl-composer.fullname" . }}-pg diff --git a/stable/hl-composer/templates/hl-composer-rest-deployment.yaml b/stable/hl-composer/templates/hl-composer-rest-deployment.yaml index 869b07df51..32691c92d2 100644 --- a/stable/hl-composer/templates/hl-composer-rest-deployment.yaml +++ b/stable/hl-composer/templates/hl-composer-rest-deployment.yaml @@ -1,5 +1,5 @@ --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "hl-composer.fullname" . }}-rest