[stable/hl-composer] add repo archive notice (#24119)

* [stable/hl-composer] add repo archive notice

Signed-off-by: Scott Rigby <scott@r6by.com>

* [stable/hl-composer] use apps/v1

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

Co-authored-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
Scott Rigby
2020-11-13 09:26:36 -05:00
committed by GitHub
co-authored by Carlos Panato
parent 8a031f1c9d
commit b42fab04f3
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -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
+5
View File
@@ -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.
@@ -1,5 +1,5 @@
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "hl-composer.fullname" . }}-cli
@@ -1,5 +1,5 @@
{{- if .Values.pg.enabled -}}
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "hl-composer.fullname" . }}-pg
@@ -1,5 +1,5 @@
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "hl-composer.fullname" . }}-rest