Skip to content

Commit 886bb2c

Browse files
committed
Chart and Readme update
1 parent 076aae3 commit 886bb2c

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.run/cosmotech-api clean spotless build.run.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
2121
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
2222
<DebugAllEnabled>false</DebugAllEnabled>
23+
<RunAsTest>false</RunAsTest>
2324
<method v="2" />
2425
</configuration>
2526
</component>

api/kubernetes/helm-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.0.1
18+
version: 4.0.3-onprem
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.0.3"
24+
appVersion: "4.0.3-onprem"

api/kubernetes/helm-chart/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# cosmotech-api
1+
# cosmotech-api-chart
22

3-
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.3](https://img.shields.io/badge/AppVersion-1.0.3-informational?style=flat-square)
3+
![Version: 4.0.3-onprem](https://img.shields.io/badge/Version-4.0.3--onprem-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.3-onprem](https://img.shields.io/badge/AppVersion-4.0.3--onprem-informational?style=flat-square)
44

55
Cosmo Tech Platform API
66

@@ -20,6 +20,11 @@ Cosmo Tech Platform API
2020
| api.serviceMonitor.enabled | bool | `true` | |
2121
| api.serviceMonitor.namespace | string | `"cosmotech-monitoring"` | |
2222
| api.servletContextPath | string | `"/"` | |
23+
| api.tlsTruststore.enabled | bool | `false` | |
24+
| api.tlsTruststore.fileName | string | `""` | |
25+
| api.tlsTruststore.jksPassword | string | `""` | |
26+
| api.tlsTruststore.secretName | string | `""` | |
27+
| api.tlsTruststore.type | string | `"pem"` | |
2328
| api.version | string | `"latest"` | |
2429
| argo.imageCredentials.password | string | `""` | password for registry to use for pulling the Workflow images. Useful if you are using a private registry |
2530
| argo.imageCredentials.registry | string | `""` | container registry to use for pulling the Workflow images. Useful if you are using a private registry |
@@ -44,6 +49,11 @@ Cosmo Tech Platform API
4449
| config.csm.platform.identityProvider.identity.tenantId | string | `"changeme"` | |
4550
| config.csm.platform.identityProvider.serverBaseUrl | string | `"changeme"` | |
4651
| config.csm.platform.identityProvider.tokenUrl | string | `"changeme"` | |
52+
| config.csm.platform.twincache.host | string | `"redis.host.changeme"` | |
53+
| config.csm.platform.twincache.password | string | `"changeme"` | |
54+
| config.csm.platform.twincache.port | int | `6379` | |
55+
| config.csm.platform.twincache.tls.enabled | bool | `false` | |
56+
| config.csm.platform.twincache.username | string | `"default"` | |
4757
| deploymentStrategy | object | `{"rollingUpdate":{"maxSurge":1,"maxUnavailable":"50%"},"type":"RollingUpdate"}` | Deployment strategy |
4858
| deploymentStrategy.rollingUpdate.maxSurge | int | `1` | maximum number of Pods that can be created over the desired number of Pods |
4959
| deploymentStrategy.rollingUpdate.maxUnavailable | string | `"50%"` | maximum number of Pods that can be unavailable during the update process |
@@ -80,4 +90,4 @@ Cosmo Tech Platform API
8090
| tolerations | list | `[]` | |
8191

8292
----------------------------------------------
83-
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
93+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 commit comments

Comments
 (0)