From 55cfcb49c9f30efa1fa9aae86f0e034c28de350d Mon Sep 17 00:00:00 2001 From: "Sasha (Alejandro Vicente Grabovetsky)" Date: Fri, 21 Sep 2018 14:53:45 +0300 Subject: [PATCH] [hlf-peer] Update to Fabric 1.2.0 (#7888) Signed-off-by: Alejandro Vicente Grabovetsky --- stable/hlf-ca/Chart.yaml | 4 ++-- stable/hlf-ca/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/hlf-ca/Chart.yaml b/stable/hlf-ca/Chart.yaml index e145c8b7e3..cd7a815164 100644 --- a/stable/hlf-ca/Chart.yaml +++ b/stable/hlf-ca/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Hyperledger Fabric Certificate Authority chart (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project) name: hlf-ca -version: 1.0.12 -appVersion: 1.1.0 +version: 1.1.0 +appVersion: 1.2.0 keywords: - blockchain - hyperledger diff --git a/stable/hlf-ca/values.yaml b/stable/hlf-ca/values.yaml index 8565afb537..8aece1f419 100644 --- a/stable/hlf-ca/values.yaml +++ b/stable/hlf-ca/values.yaml @@ -4,7 +4,7 @@ image: repository: hyperledger/fabric-ca - tag: x86_64-1.1.0 + tag: 1.2.0 pullPolicy: IfNotPresent service: @@ -56,7 +56,7 @@ db: ## Settings used in configMap "--config" config: - hlfToolsVersion: 1.1.0 + hlfToolsVersion: 1.2.0 ## Mount the TLS certificate & key to disk? mountTLS: false ## Enable debug logging in ca Server configuration file