mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
kubeapps: bump chart version to 2.0.1
This commit is contained in:
@@ -25,12 +25,24 @@ metadata:
|
||||
spec:
|
||||
type: helm
|
||||
url: {{ .url }}
|
||||
{{- if $.Values.securityContext.enabled }}
|
||||
{{- if or $.Values.securityContext.enabled $.Values.apprepository.initialReposProxy.enabled}}
|
||||
syncJobPodTemplate:
|
||||
spec:
|
||||
securityContext:
|
||||
{{- if $.Values.apprepository.initialReposProxy.enabled }}
|
||||
containers:
|
||||
- env:
|
||||
- name: https_proxy
|
||||
value: {{ $.Values.apprepository.initialReposProxy.https_proxy }}
|
||||
- name: http_proxy
|
||||
value: {{ $.Values.apprepository.initialReposProxy.http_proxy }}
|
||||
- name: no_proxy
|
||||
value: {{ $.Values.apprepository.initialReposProxy.no_proxy }}
|
||||
{{- end }}
|
||||
{{- if $.Values.securityContext.enabled }}
|
||||
securityContext:
|
||||
runAsUser: {{ $.Values.securityContext.runAsUser }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if or .caCert .authorizationHeader }}
|
||||
auth:
|
||||
{{- if .caCert }}
|
||||
|
||||
Reference in New Issue
Block a user