mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[HLF-CA] Update CA address to allow correct functioning on Minikube (#11744)
Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
06530e5b9b
commit
8831fb5cf7
@@ -1,7 +1,7 @@
|
||||
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.1.4
|
||||
version: 1.1.6
|
||||
appVersion: 1.3.0
|
||||
keywords:
|
||||
- blockchain
|
||||
|
||||
@@ -8,4 +8,4 @@ data:
|
||||
GODEBUG: "netdns=go"
|
||||
FABRIC_CA_HOME: /var/hyperledger/fabric-ca
|
||||
FABRIC_CA_SERVER_CA_NAME: {{ .Values.caName | quote }}
|
||||
SERVICE_DNS: {{ include "hlf-ca.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local
|
||||
SERVICE_DNS: 0.0.0.0 # Point to itself
|
||||
|
||||
@@ -10,6 +10,10 @@ spec:
|
||||
matchLabels:
|
||||
app: {{ include "hlf-ca.name" . }}
|
||||
release: {{ .Release.Name }}
|
||||
# Ensure we allow our pod to be unavailable, so we can upgrade
|
||||
strategy:
|
||||
rollingUpdate:
|
||||
maxUnavailable: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
@@ -10,9 +10,7 @@ Commands should be run from the root folder of the repository.
|
||||
|
||||
Due to presence of dependencies, please run inside the chart dir:
|
||||
|
||||
```
|
||||
helm dependency update
|
||||
```
|
||||
helm dependency update
|
||||
|
||||
### Install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user