From cb2c1d1274d78729184380a15bf65cc1efe20c76 Mon Sep 17 00:00:00 2001 From: Laurent Caouissin Date: Fri, 10 Nov 2023 16:12:10 +0100 Subject: [PATCH] bowie: upgrade to 0.1.7 --- charts/bowie/Chart.yaml | 4 ++-- charts/bowie/values.yaml | 25 ++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/charts/bowie/Chart.yaml b/charts/bowie/Chart.yaml index 30c06ad..9deb0db 100644 --- a/charts/bowie/Chart.yaml +++ b/charts/bowie/Chart.yaml @@ -30,7 +30,7 @@ dependencies: repository: "https://inseefr.github.io/Helm-Charts" - name: stromae-v2 alias: stromae-v3 - condition: stromae-v2.enabled + condition: stromae-v3.enabled version: 0.6.0 repository: "https://inseefr.github.io/Helm-Charts" - name: drama-queen @@ -51,7 +51,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.6 +version: 0.1.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/bowie/values.yaml b/charts/bowie/values.yaml index 9095a7f..4727070 100644 --- a/charts/bowie/values.yaml +++ b/charts/bowie/values.yaml @@ -198,7 +198,7 @@ queen-v2: stromae-v2: ui: enabled: true - nameOverride: stromae-ui + nameOverride: stromae-v2-ui replicaCount: 1 image: repository: inseefr/stromae @@ -217,3 +217,26 @@ stromae-v2: - stromae-v2.domain.com env: AUTHENTICATION_TYPE: NONE + +stromae-v3: + ui: + enabled: true + nameOverride: stromae-v3-ui + replicaCount: 1 + image: + repository: inseefr/stromae + tag: 2.2.14 + ingress: + enabled: true + annotations: + kubernetes.io/ingress.class: nginx + hosts: + - host: stromae-v3.domain.com + paths: + - path: / + pathType: ImplementationSpecific + tls: + - hosts: + - stromae-v3.domain.com + env: + AUTHENTICATION_TYPE: NONE