Skip to content

Commit 4dc5afe

Browse files
Merge pull request #81 from JacekZubielik/mosquitto
build(mosquitto): 0.0.5
2 parents 730f62c + 6447de0 commit 4dc5afe

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

charts/mosquitto/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 2.0.18
33
description: Eclipse Mosquitto MQTT
44
name: mosquitto
5-
version: 0.0.4
5+
version: 0.0.5
66
type: application
77
keywords:
88
- mqtt

charts/mosquitto/templates/deployment.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,28 @@ spec:
4040
runAsGroup: {{ .Values.securityContext.runAsGrop }}
4141
fsGroup: {{ .Values.securityContext.fsGroup }}
4242
{{- end }}
43-
initContainers:
44-
- name: init-config
45-
image: busybox
46-
command: ["/bin/cp", "-v", "/tmp/password_file", "/mosquitto/password_file"]
47-
securityContext:
48-
runAsNonRoot: false
49-
privileged: true
50-
volumeMounts:
51-
- name: mosquitto-passwd
52-
mountPath: /tmp/password_file
53-
subPath: password_file
54-
- name: mosquitto-data
55-
mountPath: /mosquitto
56-
- name: setup-permissions
57-
image: busybox
58-
command: ["/bin/chown", "-R", "1883:1883", "/mosquitto"]
59-
securityContext:
60-
runAsUser: 0
61-
privileged: true
62-
volumeMounts:
63-
- name: mosquitto-data
64-
mountPath: /mosquitto
43+
# initContainers:
44+
# - name: init-config
45+
# image: busybox
46+
# command: ["/bin/cp", "-v", "/tmp/password_file", "/mosquitto/password_file"]
47+
# securityContext:
48+
# runAsNonRoot: false
49+
# privileged: true
50+
# volumeMounts:
51+
# - name: mosquitto-passwd
52+
# mountPath: /tmp/password_file
53+
# subPath: password_file
54+
# - name: mosquitto-data
55+
# mountPath: /mosquitto
56+
# - name: setup-permissions
57+
# image: busybox
58+
# command: ["/bin/chown", "-R", "1883:1883", "/mosquitto"]
59+
# securityContext:
60+
# runAsUser: 0
61+
# privileged: true
62+
# volumeMounts:
63+
# - name: mosquitto-data
64+
# mountPath: /mosquitto
6565
containers:
6666
- name: {{ .Chart.Name }}
6767
securityContext:
@@ -107,9 +107,9 @@ spec:
107107
- name: mosquitto-conf
108108
mountPath: /mosquitto/config/mosquitto.conf
109109
subPath: mosquitto.conf
110-
- name: mosquitto-passwd
111-
mountPath: /mosquitto/password_file
112-
subPath: password_file
110+
# - name: mosquitto-passwd
111+
# mountPath: /mosquitto/password_file
112+
# subPath: password_file
113113
- name: mosquitto-ca-cert
114114
mountPath: /mosquitto/config/certs/ca.crt
115115
subPath: ca.crt

0 commit comments

Comments
 (0)