File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : cpn-console
33description : A Helm chart to deploy Cloud Pi Native Console
44type : application
5- version : 2.2.1
5+ version : 2.2.2
66appVersion : 9.7.2
77keywords : []
88home : https://cloud-pi-native.fr
Original file line number Diff line number Diff line change 11# cpn-console
22
3- ![ Version: 2.2.1 ] ( https://img.shields.io/badge/Version-2.2.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 9.7.2] ( https://img.shields.io/badge/AppVersion-9.7.2-informational?style=flat-square )
3+ ![ Version: 2.2.2 ] ( https://img.shields.io/badge/Version-2.2.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 9.7.2] ( https://img.shields.io/badge/AppVersion-9.7.2-informational?style=flat-square )
44
55A Helm chart to deploy Cloud Pi Native Console
66
Original file line number Diff line number Diff line change 4343 imagePullPolicy : {{ .Values.server.fetchContainer.pullPolicy }}
4444 {{- if .Values.server.proxy.enabled }}
4545 env :
46- {{- toYaml .Values.server.proxy | nindent 8 }}
46+ {{- toYaml .Values.server.proxy.env | nindent 8 }}
4747 {{- end }}
4848 envFrom :
4949 - configMapRef :
You can’t perform that action at this time.
0 commit comments