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
|
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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -49,5 +49,3 @@ persistence:
|
|||||||
configinc:
|
configinc:
|
||||||
enabled: false
|
enabled: false
|
||||||
mountPath: /mosquitto/configinc
|
mountPath: /mosquitto/configinc
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 100Mi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user