Skip to content

Commit c625f6a

Browse files
Merge pull request #2403 from hmcts/CCD-5339_PI33_Helm_chart_upgrade_chart-java
Upgrade chart-java version from 5.0.0 to 5.2.0 and chart version from…
2 parents efe6645 + 75fd096 commit c625f6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/ccd-data-store-api/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ description: Helm chart for the HMCTS CCD Data Store
22
name: ccd-data-store-api
33
apiVersion: v2
44
home: https://github.com/hmcts/ccd-data-store-api
5-
version: 2.0.26
5+
version: 2.0.27
66
maintainers:
77
- name: HMCTS CCD Dev Team
88
99
dependencies:
1010
- name: java
11-
version: 5.0.0
11+
version: 5.2.0
1212
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
1313
- name: elasticsearch
1414
version: 7.17.3

charts/ccd-data-store-api/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ java:
77
applicationPort: 4452
88
aadIdentityName: ccd
99
autoscaling:
10-
enabled: true
10+
enabled: false
1111
maxReplicas: 9
1212
minReplicas: 6
1313
keyVaults:

0 commit comments

Comments
 (0)