Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 💚 fix for chart test #32

Merged
merged 2 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/dso-console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -21,6 +21,6 @@ dependencies:
deprecated: false
annotations: {}
maintainers:
- name: Thibault Colin
- name: this-is-tobi
email: [email protected]
url: https://this-is-tobi.com
14 changes: 7 additions & 7 deletions charts/dso-console/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -10,7 +10,7 @@ A Helm chart to deploy Cloud Pi Native Console

| Name | Email | Url |
| ---- | ------ | --- |
| Thibault Colin | <[email protected]> | <https://this-is-tobi.com> |
| this-is-tobi | <[email protected]> | <https://this-is-tobi.com> |

## Source Code

Expand Down Expand Up @@ -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. |
Expand Down Expand Up @@ -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"` | |
Expand Down
22 changes: 11 additions & 11 deletions charts/dso-console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: {}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: {}
Expand Down Expand Up @@ -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.
Expand All @@ -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"
Expand Down
Loading