Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

[mosquitto] Remove storage fields from configinc value #1710

Merged
merged 2 commits into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/stable/mosquitto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/stable/mosquitto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ N/A

## Changelog

### Version 4.7.1
### Version 4.8.1

#### Added

N/A

#### Changed

* Upgraded `common` chart dependency to version 4.5.1
* Remove some storage fields from the `persistence.configinc` value

#### Fixed

Expand Down
2 changes: 0 additions & 2 deletions charts/stable/mosquitto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ persistence:
configinc:
enabled: false
mountPath: /mosquitto/configinc
accessMode: ReadWriteOnce
size: 100Mi