Skip to content

Commit

Permalink
bowie: upgrade to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Nov 10, 2023
1 parent 98dcc89 commit cb2c1d1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/bowie/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
25 changes: 24 additions & 1 deletion charts/bowie/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ queen-v2:
stromae-v2:
ui:
enabled: true
nameOverride: stromae-ui
nameOverride: stromae-v2-ui
replicaCount: 1
image:
repository: inseefr/stromae
Expand All @@ -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

0 comments on commit cb2c1d1

Please sign in to comment.