diff --git a/charts/mosquitto/Chart.yaml b/charts/mosquitto/Chart.yaml index 8449085..51af307 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.12 +version: 0.0.13 type: application keywords: - mqtt diff --git a/charts/mosquitto/templates/deployment.yaml b/charts/mosquitto/templates/deployment.yaml index 544d218..1ebc6cd 100644 --- a/charts/mosquitto/templates/deployment.yaml +++ b/charts/mosquitto/templates/deployment.yaml @@ -131,7 +131,7 @@ spec: items: - key: password_file path: password_file - mode: 0700 + mode: 0640 - name: mosquitto-conf configMap: name: {{ include "app.fullname" . }}