diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85e7c1d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea/ diff --git a/README.md b/README.md index 2e0f9b6..1bf1edb 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ 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.3.5 | git checkout v1.3.5 | -| 1.4.4 | git checkout v1.4.4 | -| 1.5.4 | git checkout v1.5.4 | +| CENM version | Command to run | +|--------------|---------------------| +| 1.3.5 | git checkout v1.3.5 | +| 1.4.4 | git checkout v1.4.4 | +| 1.5.5 | git checkout v1.5.5 | + diff --git a/k8s/helm/auth/Chart.yaml b/k8s/helm/auth/Chart.yaml index 82f00a7..d5b89de 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.0 +version: 2.0.1 # 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.4 +appVersion: 1.5.5 diff --git a/k8s/helm/auth/values.yaml b/k8s/helm/auth/values.yaml index ab1636f..dc8e23c 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.4-zulu-openjdk8u242 + tag: 1.5.5-zulu-openjdk8u322 pullPolicy: Always # Configuration for database diff --git a/k8s/helm/gateway/Chart.yaml b/k8s/helm/gateway/Chart.yaml index f00d614..d554e6b 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.0 +version: 2.0.1 # 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.4 +appVersion: 1.5.5 diff --git a/k8s/helm/gateway/values.yaml b/k8s/helm/gateway/values.yaml index fbbdffb..0d6c469 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.4-zulu-openjdk8u242 + tag: 1.5.5-zulu-openjdk8u322 pullPolicy: Always # Volume size for etc/ directory diff --git a/k8s/helm/hsm/Chart.yaml b/k8s/helm/hsm/Chart.yaml index f6d25b4..c8ad2c2 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.0 +version: 2.0.1 # 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.4 +appVersion: 1.5.5 diff --git a/k8s/helm/idman-ip/Chart.yaml b/k8s/helm/idman-ip/Chart.yaml index cf0c02c..05c00e4 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.0 +version: 2.0.1 # 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.4 +appVersion: 1.5.5 diff --git a/k8s/helm/idman/Chart.yaml b/k8s/helm/idman/Chart.yaml index 23f5d17..0aa86ba 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.0 +version: 2.0.1 # 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.4 +appVersion: 1.5.5 diff --git a/k8s/helm/idman/values.yaml b/k8s/helm/idman/values.yaml index c6c4c6e..be86987 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.4-zulu-openjdk8u242 + tag: 1.5.5-zulu-openjdk8u322 pullPolicy: Always # Docker images to use by CENM CLI Helm chart dockerImageCli: name: corda/enterprise-cli - tag: 1.5.4-zulu-openjdk8u242 + tag: 1.5.5-zulu-openjdk8u322 pullPolicy: Always # Volume size for etc/ directory diff --git a/k8s/helm/nmap/Chart.yaml b/k8s/helm/nmap/Chart.yaml index 38078ef..31a1c34 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.0 +version: 2.0.1 # 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.4 +appVersion: 1.5.5 diff --git a/k8s/helm/nmap/values.yaml b/k8s/helm/nmap/values.yaml index 7965314..51e0774 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.4-zulu-openjdk8u242 + tag: 1.5.5-zulu-openjdk8u322 pullPolicy: Always dockerImageCli: repository: corda/enterprise-cli - tag: 1.5.4-zulu-openjdk8u242 + tag: 1.5.5-zulu-openjdk8u322 pullPolicy: Always # Required parameter diff --git a/k8s/helm/notary-ip/Chart.yaml b/k8s/helm/notary-ip/Chart.yaml index 1934793..1f81941 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.0 +version: 2.0.1 # 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.9 +appVersion: 4.5.11 diff --git a/k8s/helm/notary/Chart.yaml b/k8s/helm/notary/Chart.yaml index 70df498..e51e909 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.0 +version: 2.0.1 # 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.9 +appVersion: 4.5.11 diff --git a/k8s/helm/notary/values.yaml b/k8s/helm/notary/values.yaml index 0d6698d..a16e9bc 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.9-zulu-openjdk8u242 + tag: 4.5.11-zulu-openjdk8u322 pullPolicy: Always # Volume size for Notary bin/ directory diff --git a/k8s/helm/pki/Chart.yaml b/k8s/helm/pki/Chart.yaml index 30cb664..44ef594 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.0 +version: 2.0.1 # 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.4 +appVersion: 1.5.5 diff --git a/k8s/helm/pki/values.yaml b/k8s/helm/pki/values.yaml index 142b5c7..8c71ce1 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.4-zulu-openjdk8u242 + tag: 1.5.5-zulu-openjdk8u322 pullPolicy: Always pkiJar: diff --git a/k8s/helm/signer/Chart.yaml b/k8s/helm/signer/Chart.yaml index 44ecc64..893b7bb 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.0 +version: 2.0.1 # 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.4 +appVersion: 1.5.5 diff --git a/k8s/helm/signer/values.yaml b/k8s/helm/signer/values.yaml index 210c60d..25048aa 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.4-zulu-openjdk8u242 + tag: 1.5.5-zulu-openjdk8u322 pullPolicy: Always dockerImageCli: repository: corda/enterprise-cli - tag: 1.5.4-zulu-openjdk8u242 + tag: 1.5.5-zulu-openjdk8u322 pullPolicy: Always # Volume size for the etc/ directory diff --git a/k8s/helm/zone/Chart.yaml b/k8s/helm/zone/Chart.yaml index 494c9dd..bf517a3 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.0 +version: 2.0.1 # 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.4 +appVersion: 1.5.5 diff --git a/k8s/helm/zone/values.yaml b/k8s/helm/zone/values.yaml index d323491..79e0884 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.4-zulu-openjdk8u242 + tag: 1.5.5-zulu-openjdk8u322 pullPolicy: Always # Database configuration