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