Skip to content

Commit

Permalink
CENM release 1.5.5 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushdonepudi authored Aug 10, 2022
1 parent 66f83b5 commit affc553
Show file tree
Hide file tree
Showing 21 changed files with 40 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea/
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

4 changes: 2 additions & 2 deletions k8s/helm/auth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4-zulu-openjdk8u242
tag: 1.5.5-zulu-openjdk8u322
pullPolicy: Always

# Configuration for database
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4-zulu-openjdk8u242
tag: 1.5.5-zulu-openjdk8u322
pullPolicy: Always

# Volume size for etc/ directory
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/hsm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions k8s/helm/idman-ip/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions k8s/helm/idman/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/nmap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/notary-ip/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions k8s/helm/notary/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.9-zulu-openjdk8u242
tag: 4.5.11-zulu-openjdk8u322
pullPolicy: Always

# Volume size for Notary bin/ directory
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/pki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4-zulu-openjdk8u242
tag: 1.5.5-zulu-openjdk8u322
pullPolicy: Always

pkiJar:
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/signer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/zone/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4-zulu-openjdk8u242
tag: 1.5.5-zulu-openjdk8u322
pullPolicy: Always

# Database configuration
Expand Down

0 comments on commit affc553

Please sign in to comment.