mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[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:
parent
2f55aac1a8
commit
8d8dba0f15
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -49,5 +49,3 @@ persistence:
|
||||
configinc:
|
||||
enabled: false
|
||||
mountPath: /mosquitto/configinc
|
||||
accessMode: ReadWriteOnce
|
||||
size: 100Mi
|
||||
|
Loading…
Reference in New Issue
Block a user