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

chore: ⬆️ console version 8.7.1 #34

Merged
merged 1 commit into from
Jul 5, 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: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Il expose également un Helm Repository sur [cloud-pi-native.github.io/helm-char
- À chaque PR est associé un pipeline qui vérifie le lint + helm-docs
- Lors du merge sur _main_ le pipeline de release publie la nouvelle version du ou des charts impactés et met à jour le Helm Repo (branche _gh-pages_).

> [!NOTE]
> [!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`
`docker run --rm --volume "$(pwd)/charts/dso-console:/helm-docs" -u $(id -u) jnorwood/helm-docs:latest`

## Utilisation

Expand Down
4 changes: 2 additions & 2 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.6
appVersion: 8.7.0
version: 1.4.7
appVersion: 8.7.1
keywords: []
home: https://cloud-pi-native.fr
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/dso-console/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cpn-console

![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)
![Version: 1.4.7](https://img.shields.io/badge/Version-1.4.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.7.1](https://img.shields.io/badge/AppVersion-8.7.1-informational?style=flat-square)

A Helm chart to deploy Cloud Pi Native Console

Expand Down