From defaf5c6ef887767671e4544ef3f905c50ced512 Mon Sep 17 00:00:00 2001 From: JacekZubielik Date: Thu, 22 Aug 2024 18:10:51 +0200 Subject: [PATCH 1/2] chore(password_file): mode 640 --- charts/mosquitto/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" . }} From 56ef07edd7d995fca0c28a21433a24d3b2b99ddb Mon Sep 17 00:00:00 2001 From: JacekZubielik Date: Thu, 22 Aug 2024 18:11:52 +0200 Subject: [PATCH 2/2] chore(chart): update --- charts/mosquitto/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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