diff --git a/README.md b/README.md index 36438f1..65aec9a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ Il expose également un Helm Repository sur [cloud-pi-native.github.io/helm-char > [!NOTE] > La version dans le fichier `Chart.yaml` doit être modifiée avant le merge sur main sous peine d'une erreur lors du pipeline de release pour doublon de version. +Exemple de commande pour mettre à jour la console + +`docker run --rm --volume "$(pwd)/console:/helm-docs" -u $(id -u) jnorwood/helm-docs:latest` + ## Utilisation ### CLI diff --git a/charts/dso-console/Chart.yaml b/charts/dso-console/Chart.yaml index 603c6d3..2e39b4c 100644 --- a/charts/dso-console/Chart.yaml +++ b/charts/dso-console/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cpn-console description: A Helm chart to deploy Cloud Pi Native Console type: application -version: 1.4.5 -appVersion: 8.6.0 +version: 1.4.6 +appVersion: 8.7.0 keywords: [] home: https://cloud-pi-native.fr sources: @@ -21,6 +21,6 @@ dependencies: deprecated: false annotations: {} maintainers: - - name: Thibault Colin + - name: this-is-tobi email: thibault.colin@interieur.gouv.fr url: https://this-is-tobi.com diff --git a/charts/dso-console/README.md b/charts/dso-console/README.md index 8ded999..eabb3fd 100644 --- a/charts/dso-console/README.md +++ b/charts/dso-console/README.md @@ -1,6 +1,6 @@ # cpn-console -![Version: 1.4.5](https://img.shields.io/badge/Version-1.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.6.0](https://img.shields.io/badge/AppVersion-8.6.0-informational?style=flat-square) +![Version: 1.4.6](https://img.shields.io/badge/Version-1.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.7.0](https://img.shields.io/badge/AppVersion-8.7.0-informational?style=flat-square) A Helm chart to deploy Cloud Pi Native Console @@ -10,7 +10,7 @@ A Helm chart to deploy Cloud Pi Native Console | Name | Email | Url | | ---- | ------ | --- | -| Thibault Colin | | | +| this-is-tobi | | | ## Source Code @@ -91,7 +91,7 @@ A Helm chart to deploy Cloud Pi Native Console | cnpg.backup.retentionPolicy | string | `"30d"` | Retention policy for cnpg backups recurrences. | | cnpg.backup.s3Credentials.accessKeyId.key | string | `"accessKeyId"` | S3 accessKeyId kubernetes secret key used for cnpg backups. | | cnpg.backup.s3Credentials.accessKeyId.value | string | `""` | S3 accessKeyId value used for cnpg backups. | -| cnpg.backup.s3Credentials.create | bool | `false` | Whether or not to create kuebernetes secret used for cnpg backups. It will use `name`, `accessKeyId.key`, `accessKeyId.value`, `secretAccessKey.key` and `secretAccessKey.value` to create the secret. | +| cnpg.backup.s3Credentials.create | bool | `false` | Whether or not to create kuebernetes secret used for cnpg backups. It will use `name`, `accessKeyId.key`, `accessKeyId.value`, `secretAccessKey.key` and `secretAccessKey.value` to create the secret. | | cnpg.backup.s3Credentials.name | string | `""` | S3 kuebernetes secret name used for cnpg backups. | | cnpg.backup.s3Credentials.secretAccessKey.key | string | `"secretAccessKey"` | S3 secretAccessKey kubernetes secret key used for cnpg backups. | | cnpg.backup.s3Credentials.secretAccessKey.value | string | `""` | S3 secretAccessKey value used for cnpg backups. | @@ -153,10 +153,10 @@ A Helm chart to deploy Cloud Pi Native Console | keycloak.tls.enabled | bool | `false` | | | nameOverride | string | `""` | Provide a name in place of the default application name. | | postgresql.architecture | string | `"standalone"` | | -| postgresql.auth.database | string | `""` | | -| postgresql.auth.password | string | `""` | | -| postgresql.auth.postgresPassword | string | `""` | | -| postgresql.auth.username | string | `""` | | +| postgresql.auth.database | string | `"default"` | | +| postgresql.auth.password | string | `"default"` | | +| postgresql.auth.postgresPassword | string | `"default"` | | +| postgresql.auth.username | string | `"default"` | | | postgresql.enabled | bool | `true` | | | postgresql.nameOverride | string | `"cpn-console-db"` | | | postgresql.primary.persistence.size | string | `"2Gi"` | | diff --git a/charts/dso-console/values.yaml b/charts/dso-console/values.yaml index cb18f8a..b45c136 100644 --- a/charts/dso-console/values.yaml +++ b/charts/dso-console/values.yaml @@ -120,10 +120,10 @@ client: initContainers: [] # - name: wait-for-keycloak # image: docker.io/curlimages/curl:latest - # command: + # command: # - "/bin/sh" # - "-c" - # args: + # args: # - "while [ $(curl -sw '%{http_code}' http://webserver.svc.cluster.local -o /dev/null) -ne 200 ]; do sleep 5; echo 'Waiting for the webserver...'; done" # volumeMounts: # - mountPath: /custom-volume @@ -154,7 +154,7 @@ client: envFrom: [] # - configMapRef: # name: my-config - # - secretRef: + # - secretRef: # name: my-secret # -- Console CPN client container env variables, it will be injected into a configmap and loaded into the container. env: {} @@ -290,10 +290,10 @@ server: initContainers: [] # - name: wait-for-keycloak # image: docker.io/curlimages/curl:latest - # command: + # command: # - "/bin/sh" # - "-c" - # args: + # args: # - "while [ $(curl -sw '%{http_code}' http://webserver.svc.cluster.local -o /dev/null) -ne 200 ]; do sleep 5; echo 'Waiting for the webserver...'; done" # volumeMounts: # - mountPath: /custom-volume @@ -324,7 +324,7 @@ server: envFrom: [] # - configMapRef: # name: my-config - # - secretRef: + # - secretRef: # name: my-secret # -- Console CPN server container env variables, it will be injected into a configmap and loaded into the container. env: {} @@ -495,7 +495,7 @@ cnpg: # -- The secret key containing S3 CA for cnpg backups. key: "" s3Credentials: - # -- Whether or not to create kuebernetes secret used for cnpg backups. + # -- Whether or not to create kuebernetes secret used for cnpg backups. # It will use `name`, `accessKeyId.key`, `accessKeyId.value`, `secretAccessKey.key` and `secretAccessKey.value` to create the secret. create: false # -- S3 kuebernetes secret name used for cnpg backups. @@ -522,10 +522,10 @@ postgresql: nameOverride: "cpn-console-db" architecture: "standalone" auth: - postgresPassword: "" - username: "" - password: "" - database: "" + postgresPassword: "default" + username: "default" + password: "default" + database: "default" primary: service: type: "ClusterIP"