Skip to content

Commit 636129b

Browse files
authored
Merge pull request #115 from cloudymax/cloudinit-patch
fix typo in module name
2 parents f639151 + c172811 commit 636129b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/cloud-init/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: cloud-init
33
description: A Helm chart that generates cloud-init config files
44
type: application
5-
version: 0.4.0
5+
version: 0.4.1
66
maintainers:
77
- name: cloudymax

charts/cloud-init/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A Helm chart that generates cloud-init config files
66

charts/cloud-init/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ data:
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 }}

0 commit comments

Comments
 (0)