[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 <tero.paloheimo@iki.fi>
This commit is contained in:
Tero Paloheimo 2022-08-02 15:41:44 +03:00 committed by GitHub
parent 2f55aac1a8
commit 8d8dba0f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View File

@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.0.14 appVersion: 2.0.14
description: Eclipse Mosquitto - An open source MQTT broker description: Eclipse Mosquitto - An open source MQTT broker
name: mosquitto name: mosquitto
version: 4.7.1 version: 4.8.1
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- mosquitto - mosquitto
@ -23,4 +23,4 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: changed - kind: changed
description: Upgraded `common` chart dependency to version 4.5.1 description: Remove some storage fields from the `persistence.configinc` value

View File

@ -87,7 +87,7 @@ N/A
## Changelog ## Changelog
### Version 4.7.1 ### Version 4.8.1
#### Added #### Added
@ -95,7 +95,7 @@ N/A
#### Changed #### Changed
* Upgraded `common` chart dependency to version 4.5.1 * Remove some storage fields from the `persistence.configinc` value
#### Fixed #### Fixed

View File

@ -49,5 +49,3 @@ persistence:
configinc: configinc:
enabled: false enabled: false
mountPath: /mosquitto/configinc mountPath: /mosquitto/configinc
accessMode: ReadWriteOnce
size: 100Mi