File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
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.6
5+ version : 2.2.7
66appVersion : 9.10.0
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.6 ] ( https://img.shields.io/badge/Version-2.2.6 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 9.10.0] ( https://img.shields.io/badge/AppVersion-9.10.0-informational?style=flat-square )
3+ ![ Version: 2.2.7 ] ( https://img.shields.io/badge/Version-2.2.7 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 9.10.0] ( https://img.shields.io/badge/AppVersion-9.10.0-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 1919 {{- include "checksum" (list $ "/server/configmap.yaml") | nindent 8 }}
2020 {{- include "checksum" (list $ "/server/secret.yaml") | nindent 8 }}
2121 {{- include "checksum" (list $ "/server/scripts.yaml") | nindent 8 }}
22+ {{- if .Values.config.create }}
23+ {{- include "checksum" (list $ "/config.yaml") | nindent 8 }}
24+ {{- end }}
2225 {{- with .Values.server.podAnnotations }}
2326 {{- toYaml . | nindent 8 }}
2427 {{- end }}
You can’t perform that action at this time.
0 commit comments