From 8d8dba0f15606778d2a8d550585c0a746bcb66cb Mon Sep 17 00:00:00 2001 From: Tero Paloheimo Date: Tue, 2 Aug 2022 15:41:44 +0300 Subject: [PATCH] [mosquitto] Remove storage fields from configinc value (#1710) Persistence configuration in values.yaml should be kept to a minimum so that users can implement it based on their liking. Signed-off-by: Tero Paloheimo --- charts/stable/mosquitto/Chart.yaml | 4 ++-- charts/stable/mosquitto/README.md | 4 ++-- charts/stable/mosquitto/values.yaml | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index a2d8e2e7..f18f7088 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 appVersion: 2.0.14 description: Eclipse Mosquitto - An open source MQTT broker name: mosquitto -version: 4.7.1 +version: 4.8.1 kubeVersion: ">=1.16.0-0" keywords: - mosquitto @@ -23,4 +23,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: Upgraded `common` chart dependency to version 4.5.1 + description: Remove some storage fields from the `persistence.configinc` value diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md index da6dd3fd..016418de 100644 --- a/charts/stable/mosquitto/README.md +++ b/charts/stable/mosquitto/README.md @@ -87,7 +87,7 @@ N/A ## Changelog -### Version 4.7.1 +### Version 4.8.1 #### Added @@ -95,7 +95,7 @@ N/A #### Changed -* Upgraded `common` chart dependency to version 4.5.1 +* Remove some storage fields from the `persistence.configinc` value #### Fixed diff --git a/charts/stable/mosquitto/values.yaml b/charts/stable/mosquitto/values.yaml index 55f5559f..f129fec4 100644 --- a/charts/stable/mosquitto/values.yaml +++ b/charts/stable/mosquitto/values.yaml @@ -49,5 +49,3 @@ persistence: configinc: enabled: false mountPath: /mosquitto/configinc - accessMode: ReadWriteOnce - size: 100Mi