diff --git a/charts/mosquitto/Chart.yaml b/charts/mosquitto/Chart.yaml index 2f0f9e9..3fd20b4 100644 --- a/charts/mosquitto/Chart.yaml +++ b/charts/mosquitto/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.0.18 description: Eclipse Mosquitto MQTT name: mosquitto -version: 0.0.2 +version: 0.0.3 type: application keywords: - mqtt diff --git a/charts/mosquitto/templates/deployment.yaml b/charts/mosquitto/templates/deployment.yaml index 2070900..87e68b3 100644 --- a/charts/mosquitto/templates/deployment.yaml +++ b/charts/mosquitto/templates/deployment.yaml @@ -107,27 +107,27 @@ spec: - name: mosquitto-conf mountPath: /mosquitto/config/mosquitto.conf subPath: mosquitto.conf - readOnly: true + readOnly: false - name: mosquitto-passwd mountPath: /mosquitto/password_file subPath: password_file - readOnly: true + readOnly: false - name: mosquitto-ca-cert mountPath: /mosquitto/config/certs/ca.crt subPath: ca.crt - readOnly: true + readOnly: false - name: mosquitto-server-cert mountPath: /mosquitto/config/certs/server.crt subPath: server.crt - readOnly: true + readOnly: false - name: mosquitto-server-key mountPath: /mosquitto/config/certs/server.key subPath: server.key - readOnly: true + readOnly: false - name: mosquitto-data mountPath: /mosquitto subPath: mosquitto - readOnly: true + readOnly: false resources: {{- toYaml .Values.resources | nindent 12 }} volumes: