diff --git a/stable/hl-composer/Chart.yaml b/stable/hl-composer/Chart.yaml index 12e03d8872..387c6e231b 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.10 +version: 1.0.11 appVersion: 0.20.0 keywords: - blockchain diff --git a/stable/hl-composer/templates/NOTES.txt b/stable/hl-composer/templates/NOTES.txt index f5a0c958f8..e6be01bf57 100644 --- a/stable/hl-composer/templates/NOTES.txt +++ b/stable/hl-composer/templates/NOTES.txt @@ -19,4 +19,4 @@ {{- end }} 2. Obtain COMPOSER_APIKEY to connect to REST server: - export COMPOSER_APIKEY=$(kubectl get secret --namespace {{ .Release.Namespace }} {{ include "hl-composer.fullname" . }}-hl-composer-rest -o jsonpath="{.data.COMPOSER_APIKEY}" | base64 --decode; echo) + export COMPOSER_APIKEY=$(kubectl get secret --namespace {{ .Release.Namespace }} {{ include "hl-composer.fullname" . }}-rest -o jsonpath="{.data.COMPOSER_APIKEY}" | base64 --decode; echo)