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>
27 lines
732 B
YAML
27 lines
732 B
YAML
---
|
|
apiVersion: v2
|
|
appVersion: 2.0.14
|
|
description: Eclipse Mosquitto - An open source MQTT broker
|
|
name: mosquitto
|
|
version: 4.8.1
|
|
kubeVersion: ">=1.16.0-0"
|
|
keywords:
|
|
- mosquitto
|
|
- MQTT
|
|
- eclipse-iot
|
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/mosquitto
|
|
icon: https://raw.githubusercontent.com/eclipse/mosquitto/master/logo/mosquitto-logo-min.svg
|
|
sources:
|
|
- https://github.com/eclipse/mosquitto
|
|
maintainers:
|
|
- name: bjw-s
|
|
email: me@bjw-s.dev
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.k8s-at-home.com
|
|
version: 4.5.1
|
|
annotations:
|
|
artifacthub.io/changes: |-
|
|
- kind: changed
|
|
description: Remove some storage fields from the `persistence.configinc` value
|