Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-14 18:55:31 +00:00
parent c84f8e30b9
commit 524db51b4a
15 changed files with 44 additions and 74 deletions

View File

@ -1,34 +0,0 @@
image:
# -- image repository
repository: tccr.io/truecharts/eclipse-mosquitto
# -- image tag
tag: v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216
# -- image pull policy
pullPolicy: IfNotPresent
# -- Configures service settings for the chart. Normally this does not need to be modified.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 1883
targetPort: 1883
auth:
# -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config.
enabled: false
persistence:
# -- Configure a persistent volume to place mosquitto data in.
# When enabled, this enables `persistence` and `persistence_location` in the mosquitto config.
# @default -- See values.yaml
data:
enabled: true
mountPath: "/mosquitto/data"
# -- Configure a persistent volume to place *.conf mosquitto-config-files in.
# When enabled, this gets set as `include_dir` in the mosquitto config.
# @default -- See values.yaml
configinc:
enabled: true
mountPath: "/mosquitto/configinc"

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="mosquitto-5.0.2"></a>
### [mosquitto-5.0.2](https://github.com/truecharts/apps/compare/mosquitto-5.0.1...mosquitto-5.0.2) (2022-03-14)
#### Fix
* remove portal button ([#2164](https://github.com/truecharts/apps/issues/2164))
<a name="mosquitto-5.0.1"></a>
### [mosquitto-5.0.1](https://github.com/truecharts/apps/compare/mosquitto-5.0.0...mosquitto-5.0.1) (2022-03-07)
@ -88,12 +97,3 @@
* update helm general non-major helm releases ([#1828](https://github.com/truecharts/apps/issues/1828))
<a name="mosquitto-4.0.37"></a>
### [mosquitto-4.0.37](https://github.com/truecharts/apps/compare/mosquitto-4.0.36...mosquitto-4.0.37) (2022-01-25)
#### Chore
* update helm general non-major helm releases ([#1791](https://github.com/truecharts/apps/issues/1791))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 9.1.2
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
generated: "2022-03-07T16:43:30.129182204Z"
generated: "2022-03-14T18:47:09.839734687Z"

View File

@ -21,7 +21,7 @@ name: mosquitto
sources:
- https://github.com/eclipse/mosquitto
type: application
version: 5.0.1
version: 5.0.2
annotations:
truecharts.org/catagories: |
- homeautomation

View File

@ -12,11 +12,14 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| auth.enabled | bool | `false` | By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/eclipse-mosquitto"` | image repository |
| image.tag | string | `"v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216"` | image tag |
| persistence.configinc | object | See values.yaml | Configure a persistent volume to place *.conf mosquitto-config-files in. When enabled, this gets set as `include_dir` in the mosquitto config. |
| persistence.data | object | See values.yaml | Configure a persistent volume to place mosquitto data in. When enabled, this enables `persistence` and `persistence_location` in the mosquitto config. |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/eclipse-mosquitto"` | |
| image.tag | string | `"v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216"` | |
| persistence.configinc.enabled | bool | `true` | |
| persistence.configinc.mountPath | string | `"/mosquitto/configinc"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/mosquitto/data"` | |
| service.main.ports.main.port | int | `1883` | |
| service.main.ports.main.targetPort | int | `1883` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,23 @@
image:
repository: tccr.io/truecharts/eclipse-mosquitto
tag: v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 1883
targetPort: 1883
auth:
# -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config.
enabled: false
persistence:
data:
enabled: true
mountPath: "/mosquitto/data"
configinc:
enabled: true
mountPath: "/mosquitto/configinc"

View File

@ -25,30 +25,8 @@ groups:
description: "Addon Configuration"
- name: "Advanced"
description: "Advanced Configuration"
portals:
open:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
host:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
portals: {}
questions:
- variable: portal
group: "Container Image"
label: "Configure Portal Button"
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: "Enable"
description: "enable the portal button"
schema:
hidden: true
editable: false
type: boolean
default: true
- variable: global
label: "global settings"
group: "Controller"