File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 2.4.1
18+ version : 2.4.2
1919
2020dependencies :
2121- name : library-chart
Original file line number Diff line number Diff line change 7878 {{ if eq .Values.proxyConfig.authentication.type "openid" }}
7979 initContainers :
8080 - name : init
81- image : " inseefrlab/onyxia-base:latest "
82- imagePullPolicy : IfNotPresent
81+ image : " {{ .Values.initContainer.image }}:{{ .Values.initContainer.tag }} "
82+ imagePullPolicy : {{ .Values.initContainer.pullPolicy }}
8383 resources :
8484 limits :
8585 cpu : 500m
Original file line number Diff line number Diff line change @@ -67,6 +67,10 @@ logging:
6767
6868existingAppsSecretName :
6969
70+ initContainer :
71+ image : inseefrlab/onyxia-base
72+ tag : latest
73+ pullPolicy : IfNotPresent
7074
7175ingress :
7276 ingressClassName : " "
You can’t perform that action at this time.
0 commit comments