From 217286646f929489d201f616aed2a405aaef7cb2 Mon Sep 17 00:00:00 2001 From: tomstark99 Date: Wed, 29 Nov 2023 12:57:42 +0000 Subject: [PATCH 1/5] CENM release 1.5.9 --- k8s/helm/auth/Chart.yaml | 4 ++-- k8s/helm/auth/values.yaml | 2 +- k8s/helm/gateway/Chart.yaml | 4 ++-- k8s/helm/gateway/values.yaml | 2 +- k8s/helm/hsm/Chart.yaml | 4 ++-- k8s/helm/idman-ip/Chart.yaml | 4 ++-- k8s/helm/idman/Chart.yaml | 4 ++-- k8s/helm/idman/values.yaml | 4 ++-- k8s/helm/nmap/Chart.yaml | 4 ++-- 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 | 4 ++-- k8s/helm/pki/values.yaml | 2 +- k8s/helm/signer/Chart.yaml | 4 ++-- k8s/helm/signer/values.yaml | 4 ++-- k8s/helm/zone/Chart.yaml | 4 ++-- k8s/helm/zone/values.yaml | 2 +- 19 files changed, 31 insertions(+), 31 deletions(-) diff --git a/k8s/helm/auth/Chart.yaml b/k8s/helm/auth/Chart.yaml index 23716b4..0200f43 100644 --- a/k8s/helm/auth/Chart.yaml +++ b/k8s/helm/auth/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.4 +version: 2.0.5 # 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.5.8 +appVersion: 1.5.9 diff --git a/k8s/helm/auth/values.yaml b/k8s/helm/auth/values.yaml index e4bbc2e..d7f458c 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.8-zulu-openjdk8u322 + tag: 1.5.9-zulu-openjdk8u382 pullPolicy: Always # Configuration for database diff --git a/k8s/helm/gateway/Chart.yaml b/k8s/helm/gateway/Chart.yaml index 0fb3931..123e263 100644 --- a/k8s/helm/gateway/Chart.yaml +++ b/k8s/helm/gateway/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.4 +version: 2.0.5 # 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.5.8 +appVersion: 1.5.9 diff --git a/k8s/helm/gateway/values.yaml b/k8s/helm/gateway/values.yaml index 0a5cf1e..b7c5244 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.8-zulu-openjdk8u322 + tag: 1.5.9-zulu-openjdk8u382 pullPolicy: Always # Volume size for etc/ directory diff --git a/k8s/helm/hsm/Chart.yaml b/k8s/helm/hsm/Chart.yaml index 8bb648c..ce544de 100644 --- a/k8s/helm/hsm/Chart.yaml +++ b/k8s/helm/hsm/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.4 +version: 2.0.5 # 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.5.8 +appVersion: 1.5.9 diff --git a/k8s/helm/idman-ip/Chart.yaml b/k8s/helm/idman-ip/Chart.yaml index 0f4e28f..b17295a 100644 --- a/k8s/helm/idman-ip/Chart.yaml +++ b/k8s/helm/idman-ip/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.4 +version: 2.0.5 # 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.5.8 +appVersion: 1.5.9 diff --git a/k8s/helm/idman/Chart.yaml b/k8s/helm/idman/Chart.yaml index 80e937f..01816f3 100644 --- a/k8s/helm/idman/Chart.yaml +++ b/k8s/helm/idman/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.4 +version: 2.0.5 # 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.5.8 +appVersion: 1.5.9 diff --git a/k8s/helm/idman/values.yaml b/k8s/helm/idman/values.yaml index 4b645ff..6379862 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.8-zulu-openjdk8u322 + tag: 1.5.9-zulu-openjdk8u382 pullPolicy: Always # Docker images to use by CENM CLI Helm chart dockerImageCli: name: corda/enterprise-cli - tag: 1.5.8-zulu-openjdk8u322 + tag: 1.5.9-zulu-openjdk8u382 pullPolicy: Always # Volume size for etc/ directory diff --git a/k8s/helm/nmap/Chart.yaml b/k8s/helm/nmap/Chart.yaml index ede98f8..87dab90 100644 --- a/k8s/helm/nmap/Chart.yaml +++ b/k8s/helm/nmap/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.4 +version: 2.0.5 # 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.5.8 +appVersion: 1.5.9 diff --git a/k8s/helm/nmap/values.yaml b/k8s/helm/nmap/values.yaml index aea15ec..7836061 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.8-zulu-openjdk8u322 + tag: 1.5.9-zulu-openjdk8u382 pullPolicy: Always dockerImageCli: repository: corda/enterprise-cli - tag: 1.5.8-zulu-openjdk8u322 + tag: 1.5.9-zulu-openjdk8u382 pullPolicy: Always # Required parameter diff --git a/k8s/helm/notary-ip/Chart.yaml b/k8s/helm/notary-ip/Chart.yaml index 6065b55..4134abd 100644 --- a/k8s/helm/notary-ip/Chart.yaml +++ b/k8s/helm/notary-ip/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.4 +version: 2.0.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/k8s/helm/notary/Chart.yaml b/k8s/helm/notary/Chart.yaml index c1cc04f..9cf25f9 100644 --- a/k8s/helm/notary/Chart.yaml +++ b/k8s/helm/notary/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.4 +version: 2.0.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/k8s/helm/notary/values.yaml b/k8s/helm/notary/values.yaml index a16e9bc..13eb7f5 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.11-zulu-openjdk8u322 + tag: 4.5.11-zulu-openjdk8u382 pullPolicy: Always # Volume size for Notary bin/ directory diff --git a/k8s/helm/pki/Chart.yaml b/k8s/helm/pki/Chart.yaml index de1e533..9490c0e 100644 --- a/k8s/helm/pki/Chart.yaml +++ b/k8s/helm/pki/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.4 +version: 2.0.5 # 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.5.8 +appVersion: 1.5.9 diff --git a/k8s/helm/pki/values.yaml b/k8s/helm/pki/values.yaml index a320e24..d0802bf 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.8-zulu-openjdk8u322 + tag: 1.5.9-zulu-openjdk8u382 pullPolicy: Always pkiJar: diff --git a/k8s/helm/signer/Chart.yaml b/k8s/helm/signer/Chart.yaml index b06e6c1..12119e4 100644 --- a/k8s/helm/signer/Chart.yaml +++ b/k8s/helm/signer/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.4 +version: 2.0.5 # 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.5.8 +appVersion: 1.5.9 diff --git a/k8s/helm/signer/values.yaml b/k8s/helm/signer/values.yaml index 4baca61..88a7f84 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.8-zulu-openjdk8u322 + tag: 1.5.9-zulu-openjdk8u382 pullPolicy: Always dockerImageCli: repository: corda/enterprise-cli - tag: 1.5.8-zulu-openjdk8u322 + tag: 1.5.9-zulu-openjdk8u382 pullPolicy: Always # Volume size for the etc/ directory diff --git a/k8s/helm/zone/Chart.yaml b/k8s/helm/zone/Chart.yaml index b831d63..966c3da 100644 --- a/k8s/helm/zone/Chart.yaml +++ b/k8s/helm/zone/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.4 +version: 2.0.5 # 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.5.8 +appVersion: 1.5.9 diff --git a/k8s/helm/zone/values.yaml b/k8s/helm/zone/values.yaml index bdc3072..ef546d8 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.8-zulu-openjdk8u322 + tag: 1.5.9-zulu-openjdk8u382 pullPolicy: Always # Database configuration From cd8f303f1f9b7284e9fa35ebebc871aeb037c31c Mon Sep 17 00:00:00 2001 From: tomstark99 Date: Wed, 29 Nov 2023 13:00:00 +0000 Subject: [PATCH 2/5] CENM release 1.5.9 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64258c9..f01047c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Documentation on Corda Enterprise Network Manager (CENM) can be found at [CENM D | CENM version | Command to run | |------------------------------|---------------------| -| 1.3.5 (no longer maintained) | git checkout v1.3.5 | -| 1.4.4 (no longer maintained) | git checkout v1.4.4 | -| 1.5.8 | git checkout v1.5.8 | + +| 1.5.9 | git checkout v1.5.9 | From d5c6ab46fd5e14271f6e2fede8e81ebe3eb868ea Mon Sep 17 00:00:00 2001 From: Tom Stark <47384103+tomstark99@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:13:54 +0000 Subject: [PATCH 3/5] README.md fix --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f01047c..f59414f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Documentation on Corda Enterprise Network Manager (CENM) can be found at [CENM D | CENM version | Command to run | |------------------------------|---------------------| +| 1.5.9 | git checkout v1.5.9 | -| 1.5.9 | git checkout v1.5.9 | - From 5bad06eb852a13aa21636b258bad621fea8c67d2 Mon Sep 17 00:00:00 2001 From: tomstark99 Date: Mon, 11 Dec 2023 11:53:10 +0000 Subject: [PATCH 4/5] CENM release 1.6 --- README.md | 3 ++- k8s/helm/auth/Chart.yaml | 4 ++-- k8s/helm/auth/values.yaml | 2 +- k8s/helm/gateway/Chart.yaml | 4 ++-- k8s/helm/gateway/values.yaml | 2 +- k8s/helm/hsm/Chart.yaml | 4 ++-- k8s/helm/idman-ip/Chart.yaml | 4 ++-- k8s/helm/idman/Chart.yaml | 4 ++-- k8s/helm/idman/values.yaml | 4 ++-- k8s/helm/nmap/Chart.yaml | 4 ++-- k8s/helm/nmap/values.yaml | 4 ++-- k8s/helm/notary-ip/Chart.yaml | 4 ++-- k8s/helm/notary/Chart.yaml | 4 ++-- k8s/helm/notary/values.yaml | 2 +- k8s/helm/pki/Chart.yaml | 4 ++-- k8s/helm/pki/values.yaml | 2 +- k8s/helm/signer/Chart.yaml | 4 ++-- k8s/helm/signer/values.yaml | 4 ++-- k8s/helm/zone/Chart.yaml | 4 ++-- k8s/helm/zone/values.yaml | 2 +- 20 files changed, 35 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index f59414f..28128a4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # Corda Enterprise Network Manager (CENM) deployment -Documentation on Corda Enterprise Network Manager (CENM) can be found at [CENM Deployment with Docker, Kubernetes and Helm charts](https://docs.r3.com/en/platform/corda/1.5/cenm/deployment-kubernetes.html). +Documentation on Corda Enterprise Network Manager (CENM) can be found at [CENM Deployment with Docker, Kubernetes and Helm charts](https://docs.r3.com/en/platform/corda/1.6/cenm/deployment-kubernetes.html). ## How to get deployment for particular CENM version: | CENM version | Command to run | |------------------------------|---------------------| +| 1.6 | git checkout v1.6 | | 1.5.9 | git checkout v1.5.9 | diff --git a/k8s/helm/auth/Chart.yaml b/k8s/helm/auth/Chart.yaml index 0200f43..47d326b 100644 --- a/k8s/helm/auth/Chart.yaml +++ b/k8s/helm/auth/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.5 +version: 2.0.6 # 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.5.9 +appVersion: '1.6' diff --git a/k8s/helm/auth/values.yaml b/k8s/helm/auth/values.yaml index d7f458c..80b20af 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.9-zulu-openjdk8u382 + tag: 1.6-zulu-openjdk8u392 pullPolicy: Always # Configuration for database diff --git a/k8s/helm/gateway/Chart.yaml b/k8s/helm/gateway/Chart.yaml index 123e263..6e6e1e3 100644 --- a/k8s/helm/gateway/Chart.yaml +++ b/k8s/helm/gateway/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.5 +version: 2.0.6 # 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.5.9 +appVersion: '1.6' diff --git a/k8s/helm/gateway/values.yaml b/k8s/helm/gateway/values.yaml index b7c5244..f9b51d5 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.9-zulu-openjdk8u382 + tag: 1.6-zulu-openjdk8u392 pullPolicy: Always # Volume size for etc/ directory diff --git a/k8s/helm/hsm/Chart.yaml b/k8s/helm/hsm/Chart.yaml index ce544de..7b789c8 100644 --- a/k8s/helm/hsm/Chart.yaml +++ b/k8s/helm/hsm/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.5 +version: 2.0.6 # 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.5.9 +appVersion: '1.6' diff --git a/k8s/helm/idman-ip/Chart.yaml b/k8s/helm/idman-ip/Chart.yaml index b17295a..90789ab 100644 --- a/k8s/helm/idman-ip/Chart.yaml +++ b/k8s/helm/idman-ip/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.5 +version: 2.0.6 # 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.5.9 +appVersion: '1.6' diff --git a/k8s/helm/idman/Chart.yaml b/k8s/helm/idman/Chart.yaml index 01816f3..9994104 100644 --- a/k8s/helm/idman/Chart.yaml +++ b/k8s/helm/idman/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.5 +version: 2.0.6 # 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.5.9 +appVersion: '1.6' diff --git a/k8s/helm/idman/values.yaml b/k8s/helm/idman/values.yaml index 6379862..5fa025a 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.9-zulu-openjdk8u382 + tag: 1.6-zulu-openjdk8u392 pullPolicy: Always # Docker images to use by CENM CLI Helm chart dockerImageCli: name: corda/enterprise-cli - tag: 1.5.9-zulu-openjdk8u382 + tag: 1.6-zulu-openjdk8u392 pullPolicy: Always # Volume size for etc/ directory diff --git a/k8s/helm/nmap/Chart.yaml b/k8s/helm/nmap/Chart.yaml index 87dab90..3851f98 100644 --- a/k8s/helm/nmap/Chart.yaml +++ b/k8s/helm/nmap/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.5 +version: 2.0.6 # 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.5.9 +appVersion: '1.6' diff --git a/k8s/helm/nmap/values.yaml b/k8s/helm/nmap/values.yaml index 7836061..198614e 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.9-zulu-openjdk8u382 + tag: 1.6-zulu-openjdk8u392 pullPolicy: Always dockerImageCli: repository: corda/enterprise-cli - tag: 1.5.9-zulu-openjdk8u382 + tag: 1.6-zulu-openjdk8u392 pullPolicy: Always # Required parameter diff --git a/k8s/helm/notary-ip/Chart.yaml b/k8s/helm/notary-ip/Chart.yaml index 4134abd..db7cd21 100644 --- a/k8s/helm/notary-ip/Chart.yaml +++ b/k8s/helm/notary-ip/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.5 +version: 2.0.6 # 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.11 +appVersion: 4.11.1 diff --git a/k8s/helm/notary/Chart.yaml b/k8s/helm/notary/Chart.yaml index 9cf25f9..2da75b9 100644 --- a/k8s/helm/notary/Chart.yaml +++ b/k8s/helm/notary/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.5 +version: 2.0.6 # 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.11 +appVersion: 4.11.1 diff --git a/k8s/helm/notary/values.yaml b/k8s/helm/notary/values.yaml index 13eb7f5..58f627e 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.11-zulu-openjdk8u382 + tag: 4.11.1-zulu-openjdk8u392 pullPolicy: Always # Volume size for Notary bin/ directory diff --git a/k8s/helm/pki/Chart.yaml b/k8s/helm/pki/Chart.yaml index 9490c0e..b350217 100644 --- a/k8s/helm/pki/Chart.yaml +++ b/k8s/helm/pki/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.5 +version: 2.0.6 # 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.5.9 +appVersion: '1.6' diff --git a/k8s/helm/pki/values.yaml b/k8s/helm/pki/values.yaml index d0802bf..0d97cae 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.9-zulu-openjdk8u382 + tag: 1.6-zulu-openjdk8u392 pullPolicy: Always pkiJar: diff --git a/k8s/helm/signer/Chart.yaml b/k8s/helm/signer/Chart.yaml index 12119e4..1f52900 100644 --- a/k8s/helm/signer/Chart.yaml +++ b/k8s/helm/signer/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.5 +version: 2.0.6 # 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.5.9 +appVersion: '1.6' diff --git a/k8s/helm/signer/values.yaml b/k8s/helm/signer/values.yaml index 88a7f84..62d2fe5 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.9-zulu-openjdk8u382 + tag: 1.6-zulu-openjdk8u392 pullPolicy: Always dockerImageCli: repository: corda/enterprise-cli - tag: 1.5.9-zulu-openjdk8u382 + tag: 1.6-zulu-openjdk8u392 pullPolicy: Always # Volume size for the etc/ directory diff --git a/k8s/helm/zone/Chart.yaml b/k8s/helm/zone/Chart.yaml index 966c3da..346a83a 100644 --- a/k8s/helm/zone/Chart.yaml +++ b/k8s/helm/zone/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.5 +version: 2.0.6 # 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.5.9 +appVersion: '1.6' diff --git a/k8s/helm/zone/values.yaml b/k8s/helm/zone/values.yaml index ef546d8..12b3a35 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.9-zulu-openjdk8u382 + tag: 1.6-zulu-openjdk8u392 pullPolicy: Always # Database configuration From f707a8e3d5a81b256c2c1d864c4f47a9ba7d7bb9 Mon Sep 17 00:00:00 2001 From: tomstark99 Date: Mon, 11 Dec 2023 12:56:06 +0000 Subject: [PATCH 5/5] CENM release 1.6 --- k8s/helm/notary/files/notary.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/helm/notary/files/notary.conf b/k8s/helm/notary/files/notary.conf index 614dfbe..220ed40 100644 --- a/k8s/helm/notary/files/notary.conf +++ b/k8s/helm/notary/files/notary.conf @@ -14,6 +14,7 @@ dataSourceProperties { notary { validating = "{{ .Values.notary.validating }}" + serviceLegalName = "O=Initial notary service for {{ .Values.prefix | upper }} environment,L=Zurich,C=CH" } devMode = {{ .Values.devMode }}