Skip to content

Commit 4e5107d

Browse files
chore: bump dso-console chart version
1 parent 7b07051 commit 4e5107d

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.1
5+
version: 2.3.2
66
appVersion: 9.13.2
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.1](https://img.shields.io/badge/Version-2.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.13.2](https://img.shields.io/badge/AppVersion-9.13.2-informational?style=flat-square)
3+
![Version: 2.3.2](https://img.shields.io/badge/Version-2.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.13.2](https://img.shields.io/badge/AppVersion-9.13.2-informational?style=flat-square)
44

55
A Helm chart to deploy Cloud Pi Native Console
66

@@ -55,7 +55,7 @@ A Helm chart to deploy Cloud Pi Native Console
5555
| backend.healthcheckPath | string | `"/api/v1/healthz"` | Console CPN backend container healthcheck endpoint. |
5656
| backend.hostAliases | list | `[]` | Host aliases that will be injected at pod-level into /etc/hosts. |
5757
| backend.image.pullPolicy | string | `"Always"` | Image pull policy for the Console CPN backend. |
58-
| backend.image.repository | string | `"ghcr.io/cloud-pi-native/console/backend"` | Repository to use for the Console CPN server. |
58+
| backend.image.repository | string | `"ghcr.io/cloud-pi-native/console/server-nestjs"` | Repository to use for the Console CPN server. |
5959
| backend.image.tag | string | `""` | Tag to use for the Console CPN backend. # Overrides the image tag whose default is the chart appVersion. |
6060
| backend.initContainers | list | `[]` | Init containers to add to the Console CPN client pod. |
6161
| backend.livenessProbe.enabled | bool | `true` | Whether or not enable the probe. |
@@ -351,7 +351,7 @@ A Helm chart to deploy Cloud Pi Native Console
351351
| strangler.healthcheckPath | string | `"/"` | 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. |
354-
| strangler.image.repository | string | `"ghcr.io/cloud-pi-native/console/strangler"` | Repository to use for the Console CPN strangler. |
354+
| strangler.image.repository | string | `"ghcr.io/cloud-pi-native/console/nginx-strangler"` | Repository to use for the Console CPN strangler. |
355355
| strangler.image.tag | string | `""` | Tag to use for the Console CPN strangler. # Overrides the image tag whose default is the chart appVersion. |
356356
| strangler.initContainers | list | `[]` | Init containers to add to the Console CPN strangler pod. |
357357
| strangler.livenessProbe.enabled | bool | `true` | Whether or not enable the probe. |

0 commit comments

Comments
 (0)