Skip to content

Commit

Permalink
Merge pull request #12 from corda/release-1.5.1
Browse files Browse the repository at this point in the history
CENM release 1.5.1
  • Loading branch information
jmacmahonr3 authored Apr 30, 2021
2 parents ae76531 + d1ec60d commit b0b5a46
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 18 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Documentation on Corda Enterprise Network Manager (CENM) can be found at [CENM D

## How to get deployment for particular CENM version:

| CENM version | Command to run |
| ------------- |-------------------|
| 1.2 | git checkout v1.2 |
| 1.3 | git checkout v1.3 |
| 1.4 | git checkout v1.4 |
| 1.5 | git checkout v1.5 |
| CENM version | Command to run |
| ------------- |---------------------|
| 1.2 | git checkout v1.2 |
| 1.3 | git checkout v1.3 |
| 1.4 | git checkout v1.4 |
| 1.5 | git checkout v1.5 |
| 1.5.1 | git checkout v1.5.1 |
2 changes: 1 addition & 1 deletion k8s/helm/auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bashDebug: false
# Docker images to use by the Auth Service Helm chart
authImage:
repository: corda/enterprise-auth
tag: 1.5.0-zulu-openjdk8u242
tag: 1.5.1-zulu-openjdk8u242
pullPolicy: Always

# Configuration for database
Expand Down
3 changes: 0 additions & 3 deletions k8s/helm/bootstrap.cenm
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ announce "Bootstrapping CENM Gateway service"
printf "COMMAND: helm install %s-gateway gateway --set prefix=%s --set acceptLicense=%s\n\n" "${releasePrefix}" "${releasePrefix}" "${acceptLicense}"
helm install "${releasePrefix}"-gateway gateway --set prefix="${releasePrefix}" --set acceptLicense="${acceptLicense}"

echo "Waiting 300s before starting more services..."
sleep 300s;

announce "Bootstrapping CENM Zone service"
printf "COMMAND: helm install %s-zone zone --set prefix=%s --set acceptLicense=%s\n\n" "${releasePrefix}" "${releasePrefix}" "${acceptLicense}"
helm install "${releasePrefix}"-zone zone --set prefix="${releasePrefix}" --set acceptLicense="${acceptLicense}"
Expand Down
3 changes: 3 additions & 0 deletions k8s/helm/gateway/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
containers:
- name: main
env:
- name: "CENM_ZONE_PORT"
value: "12345"
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.gatewayImage.repository }}:{{ .Values.gatewayImage.tag }}"
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/idman/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ bashDebug: false
# Docker images to use by the Identity Manager Service Helm chart
dockerImage:
name: corda/enterprise-identitymanager
tag: 1.5.0-zulu-openjdk8u242
tag: 1.5.1-zulu-openjdk8u242
pullPolicy: Always

# Docker images to use by CENM CLI Helm chart
dockerImageCli:
name: corda/enterprise-cli
tag: 1.5.0-zulu-openjdk8u242
tag: 1.5.1-zulu-openjdk8u242
pullPolicy: Always

# Volume size for etc/ directory
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/nmap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ volumeSizeNmapH2: 10Gi
# Docker images to use for the Network Map Service Helm chart
dockerImage:
repository: corda/enterprise-networkmap
tag: 1.5.0-zulu-openjdk8u242
tag: 1.5.1-zulu-openjdk8u242
pullPolicy: Always

dockerImageCli:
repository: corda/enterprise-cli
tag: 1.5.0-zulu-openjdk8u242
tag: 1.5.1-zulu-openjdk8u242
pullPolicy: Always

# Required parameter
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/pki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ volumeSizePkiEtc: 1Gi
# Docker images to use by the PKI Helm chart
pkiImage:
repository: corda/enterprise-pkitool
tag: 1.5.0-zulu-openjdk8u242
tag: 1.5.1-zulu-openjdk8u242
pullPolicy: Always

pkiJar:
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/signer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ bashDebug: false
# Docker images to use by the Signing Service Helm chart
signerImage:
repository: corda/enterprise-signer
tag: 1.5.0-zulu-openjdk8u242
tag: 1.5.1-zulu-openjdk8u242
pullPolicy: Always

dockerImageCli:
repository: corda/enterprise-cli
tag: 1.5.0-zulu-openjdk8u242
tag: 1.5.1-zulu-openjdk8u242
pullPolicy: Always

# Volume size for the etc/ directory
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/zone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bashDebug: false

image:
repository: corda/enterprise-zone
tag: 1.5.0-zulu-openjdk8u242
tag: 1.5.1-zulu-openjdk8u242
pullPolicy: Always

# Database configuration
Expand Down

0 comments on commit b0b5a46

Please sign in to comment.