Skip to content

Commit 9d68c57

Browse files
Merge pull request #79 from JacekZubielik/mosquitto
build(mosquitto): 0.0.3
2 parents ccff10a + c587e37 commit 9d68c57

2 files changed

Lines changed: 7 additions & 7 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.2
5+
version: 0.0.3
66
type: application
77
keywords:
88
- mqtt

charts/mosquitto/templates/deployment.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,27 +107,27 @@ spec:
107107
- name: mosquitto-conf
108108
mountPath: /mosquitto/config/mosquitto.conf
109109
subPath: mosquitto.conf
110-
readOnly: true
110+
readOnly: false
111111
- name: mosquitto-passwd
112112
mountPath: /mosquitto/password_file
113113
subPath: password_file
114-
readOnly: true
114+
readOnly: false
115115
- name: mosquitto-ca-cert
116116
mountPath: /mosquitto/config/certs/ca.crt
117117
subPath: ca.crt
118-
readOnly: true
118+
readOnly: false
119119
- name: mosquitto-server-cert
120120
mountPath: /mosquitto/config/certs/server.crt
121121
subPath: server.crt
122-
readOnly: true
122+
readOnly: false
123123
- name: mosquitto-server-key
124124
mountPath: /mosquitto/config/certs/server.key
125125
subPath: server.key
126-
readOnly: true
126+
readOnly: false
127127
- name: mosquitto-data
128128
mountPath: /mosquitto
129129
subPath: mosquitto
130-
readOnly: true
130+
readOnly: false
131131
resources:
132132
{{- toYaml .Values.resources | nindent 12 }}
133133
volumes:

0 commit comments

Comments
 (0)