Skip to content

Commit

Permalink
[HLF-CA] Update CA address to allow correct functioning on Minikube (h…
Browse files Browse the repository at this point in the history
…elm#11744)

Signed-off-by: Alejandro Vicente Grabovetsky <[email protected]>
  • Loading branch information
alexvicegrab authored and k8s-ci-robot committed Feb 26, 2019
1 parent 06530e5 commit 8831fb5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/hlf-ca/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/hlf-ca/templates/configmap--ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions stable/hlf-ca/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions stable/hlf-ca/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8831fb5

Please sign in to comment.