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,6 +2,6 @@ apiVersion: v2
22name : cloud-init
33description : A Helm chart that generates cloud-init config files
44type : application
5- version : 0.4.0
5+ version : 0.4.1
66maintainers :
77 - name : cloudymax
Original file line number Diff line number Diff line change 11# cloud-init
22
3- ![ Version: 0.4.0 ] ( https://img.shields.io/badge/Version-0.4.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 0.4.1 ] ( https://img.shields.io/badge/Version-0.4.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55A Helm chart that generates cloud-init config files
66
Original file line number Diff line number Diff line change 6363 {{- end }}
6464 {{- end }}
6565 {{- with .Values.boot_cmd }}
66- boot_cmd :
66+ bootcmd :
6767 {{- toYaml . | nindent 6 }}
6868 {{- end }}
6969 {{- if gt (len .Values.write_files) 0 }}
You can’t perform that action at this time.
0 commit comments