From 998ab7553965584224b31bce96550e695e23484b Mon Sep 17 00:00:00 2001 From: Yash Nabar Date: Fri, 4 Feb 2022 10:22:36 +0000 Subject: [PATCH] CENM release 1.5.4 (#24) --- README.md | 6 +++--- k8s/helm/auth/Chart.yaml | 2 +- k8s/helm/auth/values.yaml | 2 +- k8s/helm/gateway/Chart.yaml | 2 +- k8s/helm/gateway/values.yaml | 2 +- k8s/helm/hsm/Chart.yaml | 2 +- k8s/helm/idman-ip/Chart.yaml | 2 +- k8s/helm/idman/Chart.yaml | 2 +- k8s/helm/idman/values.yaml | 4 ++-- k8s/helm/nmap/Chart.yaml | 2 +- k8s/helm/nmap/values.yaml | 4 ++-- k8s/helm/notary-ip/Chart.yaml | 2 +- k8s/helm/notary/Chart.yaml | 2 +- k8s/helm/notary/values.yaml | 2 +- k8s/helm/pki/Chart.yaml | 2 +- k8s/helm/pki/values.yaml | 2 +- k8s/helm/signer/Chart.yaml | 2 +- k8s/helm/signer/values.yaml | 4 ++-- k8s/helm/zone/Chart.yaml | 2 +- k8s/helm/zone/values.yaml | 2 +- 20 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 676bdcf..c4e5bdf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ Documentation on Corda Enterprise Network Manager (CENM) can be found at [CENM D | CENM version | Command to run | | ------------- |---------------------| -| 1.3.4 | git checkout v1.3.4 | -| 1.4.3 | git checkout v1.4.3 | -| 1.5.3 | git checkout v1.5.3 | \ No newline at end of file +| 1.3.5 | git checkout v1.3.5 | +| 1.4.4 | git checkout v1.4.4 | +| 1.5.4 | git checkout v1.5.4 | \ No newline at end of file diff --git a/k8s/helm/auth/Chart.yaml b/k8s/helm/auth/Chart.yaml index e6bec39..82f00a7 100644 --- a/k8s/helm/auth/Chart.yaml +++ b/k8s/helm/auth/Chart.yaml @@ -18,4 +18,4 @@ version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.0.1 +appVersion: 1.5.4 diff --git a/k8s/helm/auth/values.yaml b/k8s/helm/auth/values.yaml index 7e7bd7b..ab1636f 100644 --- a/k8s/helm/auth/values.yaml +++ b/k8s/helm/auth/values.yaml @@ -8,7 +8,7 @@ bashDebug: false # Docker images to use by the Auth Service Helm chart authImage: repository: corda/enterprise-auth - tag: 1.5.3-zulu-openjdk8u242 + tag: 1.5.4-zulu-openjdk8u242 pullPolicy: Always # Configuration for database diff --git a/k8s/helm/gateway/Chart.yaml b/k8s/helm/gateway/Chart.yaml index 7fc7da9..f00d614 100644 --- a/k8s/helm/gateway/Chart.yaml +++ b/k8s/helm/gateway/Chart.yaml @@ -18,4 +18,4 @@ version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.1.0 +appVersion: 1.5.4 diff --git a/k8s/helm/gateway/values.yaml b/k8s/helm/gateway/values.yaml index 990f8dc..fbbdffb 100644 --- a/k8s/helm/gateway/values.yaml +++ b/k8s/helm/gateway/values.yaml @@ -8,7 +8,7 @@ bashDebug: false # Docker images to use by the Gateway Service Helm chart gatewayImage: repository: corda/enterprise-gateway - tag: 1.5.3-zulu-openjdk8u242 + tag: 1.5.4-zulu-openjdk8u242 pullPolicy: Always # Volume size for etc/ directory diff --git a/k8s/helm/hsm/Chart.yaml b/k8s/helm/hsm/Chart.yaml index f1aa832..f6d25b4 100644 --- a/k8s/helm/hsm/Chart.yaml +++ b/k8s/helm/hsm/Chart.yaml @@ -18,4 +18,4 @@ version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.4.0 +appVersion: 1.5.4 diff --git a/k8s/helm/idman-ip/Chart.yaml b/k8s/helm/idman-ip/Chart.yaml index 7b0b817..cf0c02c 100644 --- a/k8s/helm/idman-ip/Chart.yaml +++ b/k8s/helm/idman-ip/Chart.yaml @@ -18,4 +18,4 @@ version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.4.0 +appVersion: 1.5.4 diff --git a/k8s/helm/idman/Chart.yaml b/k8s/helm/idman/Chart.yaml index ba643d7..23f5d17 100644 --- a/k8s/helm/idman/Chart.yaml +++ b/k8s/helm/idman/Chart.yaml @@ -18,4 +18,4 @@ version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.4.0 +appVersion: 1.5.4 diff --git a/k8s/helm/idman/values.yaml b/k8s/helm/idman/values.yaml index 285581d..c6c4c6e 100644 --- a/k8s/helm/idman/values.yaml +++ b/k8s/helm/idman/values.yaml @@ -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.3-zulu-openjdk8u242 + tag: 1.5.4-zulu-openjdk8u242 pullPolicy: Always # Docker images to use by CENM CLI Helm chart dockerImageCli: name: corda/enterprise-cli - tag: 1.5.3-zulu-openjdk8u242 + tag: 1.5.4-zulu-openjdk8u242 pullPolicy: Always # Volume size for etc/ directory diff --git a/k8s/helm/nmap/Chart.yaml b/k8s/helm/nmap/Chart.yaml index 833437f..38078ef 100644 --- a/k8s/helm/nmap/Chart.yaml +++ b/k8s/helm/nmap/Chart.yaml @@ -18,4 +18,4 @@ version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.4.0 +appVersion: 1.5.4 diff --git a/k8s/helm/nmap/values.yaml b/k8s/helm/nmap/values.yaml index 83679e4..7965314 100644 --- a/k8s/helm/nmap/values.yaml +++ b/k8s/helm/nmap/values.yaml @@ -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.3-zulu-openjdk8u242 + tag: 1.5.4-zulu-openjdk8u242 pullPolicy: Always dockerImageCli: repository: corda/enterprise-cli - tag: 1.5.3-zulu-openjdk8u242 + tag: 1.5.4-zulu-openjdk8u242 pullPolicy: Always # Required parameter diff --git a/k8s/helm/notary-ip/Chart.yaml b/k8s/helm/notary-ip/Chart.yaml index a70f959..1934793 100644 --- a/k8s/helm/notary-ip/Chart.yaml +++ b/k8s/helm/notary-ip/Chart.yaml @@ -18,4 +18,4 @@ version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 4.5.1 +appVersion: 4.5.9 diff --git a/k8s/helm/notary/Chart.yaml b/k8s/helm/notary/Chart.yaml index 220b566..70df498 100644 --- a/k8s/helm/notary/Chart.yaml +++ b/k8s/helm/notary/Chart.yaml @@ -18,4 +18,4 @@ version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 4.5.1 +appVersion: 4.5.9 diff --git a/k8s/helm/notary/values.yaml b/k8s/helm/notary/values.yaml index a074643..0d6698d 100644 --- a/k8s/helm/notary/values.yaml +++ b/k8s/helm/notary/values.yaml @@ -8,7 +8,7 @@ bashDebug: false # Docker images to use by the Notary Helm chart dockerImage: name: corda/enterprise-notary - tag: 4.5.8-zulu-openjdk8u242 + tag: 4.5.9-zulu-openjdk8u242 pullPolicy: Always # Volume size for Notary bin/ directory diff --git a/k8s/helm/pki/Chart.yaml b/k8s/helm/pki/Chart.yaml index 8dbc706..30cb664 100644 --- a/k8s/helm/pki/Chart.yaml +++ b/k8s/helm/pki/Chart.yaml @@ -18,4 +18,4 @@ version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.4.0 +appVersion: 1.5.4 diff --git a/k8s/helm/pki/values.yaml b/k8s/helm/pki/values.yaml index b6d2712..142b5c7 100644 --- a/k8s/helm/pki/values.yaml +++ b/k8s/helm/pki/values.yaml @@ -14,7 +14,7 @@ volumeSizePkiEtc: 1Gi # Docker images to use by the PKI Helm chart pkiImage: repository: corda/enterprise-pkitool - tag: 1.5.3-zulu-openjdk8u242 + tag: 1.5.4-zulu-openjdk8u242 pullPolicy: Always pkiJar: diff --git a/k8s/helm/signer/Chart.yaml b/k8s/helm/signer/Chart.yaml index 98171b7..44ecc64 100644 --- a/k8s/helm/signer/Chart.yaml +++ b/k8s/helm/signer/Chart.yaml @@ -18,4 +18,4 @@ version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.4.0 +appVersion: 1.5.4 diff --git a/k8s/helm/signer/values.yaml b/k8s/helm/signer/values.yaml index 6810949..210c60d 100644 --- a/k8s/helm/signer/values.yaml +++ b/k8s/helm/signer/values.yaml @@ -8,12 +8,12 @@ bashDebug: false # Docker images to use by the Signing Service Helm chart signerImage: repository: corda/enterprise-signer - tag: 1.5.3-zulu-openjdk8u242 + tag: 1.5.4-zulu-openjdk8u242 pullPolicy: Always dockerImageCli: repository: corda/enterprise-cli - tag: 1.5.3-zulu-openjdk8u242 + tag: 1.5.4-zulu-openjdk8u242 pullPolicy: Always # Volume size for the etc/ directory diff --git a/k8s/helm/zone/Chart.yaml b/k8s/helm/zone/Chart.yaml index 3d03093..494c9dd 100644 --- a/k8s/helm/zone/Chart.yaml +++ b/k8s/helm/zone/Chart.yaml @@ -18,4 +18,4 @@ version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.4.0 +appVersion: 1.5.4 diff --git a/k8s/helm/zone/values.yaml b/k8s/helm/zone/values.yaml index f2ae7d9..d323491 100644 --- a/k8s/helm/zone/values.yaml +++ b/k8s/helm/zone/values.yaml @@ -7,7 +7,7 @@ bashDebug: false image: repository: corda/enterprise-zone - tag: 1.5.3-zulu-openjdk8u242 + tag: 1.5.4-zulu-openjdk8u242 pullPolicy: Always # Database configuration