Skip to content

Commit fd0490c

Browse files
chore(dso-console): bump chart version to 2.3.5
1 parent 97a3c30 commit fd0490c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/dso-console/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: cpn-console
33
description: A Helm chart to deploy Cloud Pi Native Console
44
type: application
5-
version: 2.3.4
5+
version: 2.3.5
66
appVersion: 9.14.1
77
keywords: []
88
home: https://cloud-pi-native.fr

charts/dso-console/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cpn-console
22

3-
![Version: 2.3.4](https://img.shields.io/badge/Version-2.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.14.1](https://img.shields.io/badge/AppVersion-9.14.1-informational?style=flat-square)
3+
![Version: 2.3.5](https://img.shields.io/badge/Version-2.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.14.1](https://img.shields.io/badge/AppVersion-9.14.1-informational?style=flat-square)
44

55
A Helm chart to deploy Cloud Pi Native Console
66

@@ -38,7 +38,7 @@ A Helm chart to deploy Cloud Pi Native Console
3838
| backend.autoscaling.targetMemoryUtilizationPercentage | int | `80` | Average memory utilization percentage for the Console CPN backend [HPA]. |
3939
| backend.container.args | list | `[]` | Console CPN backend container command args. |
4040
| backend.container.command | list | `[]` | Console CPN backend container command. |
41-
| backend.container.port | int | `8080` | Console CPN backend container port. |
41+
| backend.container.port | int | `3001` | Console CPN backend container port. |
4242
| backend.container.securityContext | object | `{}` | Toggle and define container-level security context. |
4343
| backend.dbDataCm | string | `""` | Name of the configmap with javascript data that need to be imported by the backend at start up. |
4444
| backend.disabledPlugins | string | `""` | CSV list of plugins to disabled. |
@@ -348,7 +348,7 @@ A Helm chart to deploy Cloud Pi Native Console
348348
| strangler.extraContainers | list | `[]` | Extra containers to add to the Console CPN strangler pod as sidecars. |
349349
| strangler.extraVolumeMounts | list | `[]` | List of extra mounts to add (normally used with extraVolumes). |
350350
| strangler.extraVolumes | list | `[]` | List of extra volumes to add. |
351-
| strangler.healthcheckPath | string | `"/"` | Console CPN strangler container healthcheck endpoint. |
351+
| strangler.healthcheckPath | string | `"/health"` | Console CPN strangler container healthcheck endpoint. |
352352
| strangler.hostAliases | list | `[]` | Host aliases that will be injected at pod-level into /etc/hosts. |
353353
| strangler.image.pullPolicy | string | `"Always"` | Image pull policy for the Console CPN strangler. |
354354
| strangler.image.repository | string | `"ghcr.io/cloud-pi-native/console/nginx-strangler"` | Repository to use for the Console CPN strangler. |

0 commit comments

Comments
 (0)