Skip to content

Commit

Permalink
Merge pull request #14 from corda/notick/release-1.5.3-log4j
Browse files Browse the repository at this point in the history
CENM release 1.5.3
  • Loading branch information
jmacmahonr3 authored Dec 22, 2021
2 parents b0b5a46 + 1519322 commit 1bd7832
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ Documentation on Corda Enterprise Network Manager (CENM) can be found at [CENM D
| 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 |
| 1.5.1 | git checkout v1.5.1 |
| 1.5.3 | git checkout v1.5.3 |
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.1-zulu-openjdk8u242
tag: 1.5.3-zulu-openjdk8u242
pullPolicy: Always

# Configuration for database
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/gateway/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 Gateway Service Helm chart
gatewayImage:
repository: corda/enterprise-gateway
tag: 1.5.0-zulu-openjdk8u242
tag: 1.5.3-zulu-openjdk8u242
pullPolicy: Always

# Volume size for etc/ directory
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.1-zulu-openjdk8u242
tag: 1.5.3-zulu-openjdk8u242
pullPolicy: Always

# Docker images to use by CENM CLI Helm chart
dockerImageCli:
name: corda/enterprise-cli
tag: 1.5.1-zulu-openjdk8u242
tag: 1.5.3-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.1-zulu-openjdk8u242
tag: 1.5.3-zulu-openjdk8u242
pullPolicy: Always

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

# Required parameter
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/notary/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 Notary Helm chart
dockerImage:
name: corda/enterprise-notary
tag: 4.5.2-zulu-openjdk8u242
tag: 4.5.8-zulu-openjdk8u242
pullPolicy: Always

# Volume size for Notary bin/ directory
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.1-zulu-openjdk8u242
tag: 1.5.3-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.1-zulu-openjdk8u242
tag: 1.5.3-zulu-openjdk8u242
pullPolicy: Always

dockerImageCli:
repository: corda/enterprise-cli
tag: 1.5.1-zulu-openjdk8u242
tag: 1.5.3-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.1-zulu-openjdk8u242
tag: 1.5.3-zulu-openjdk8u242
pullPolicy: Always

# Database configuration
Expand Down

0 comments on commit 1bd7832

Please sign in to comment.