Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
c84f8e30b9
commit
524db51b4a
|
@ -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"
|
|
|
@ -1,6 +1,15 @@
|
||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [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))
|
* 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))
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 9.1.2
|
version: 9.1.2
|
||||||
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
|
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
|
||||||
generated: "2022-03-07T16:43:30.129182204Z"
|
generated: "2022-03-14T18:47:09.839734687Z"
|
|
@ -21,7 +21,7 @@ name: mosquitto
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/eclipse/mosquitto
|
- https://github.com/eclipse/mosquitto
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.1
|
version: 5.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- homeautomation
|
- homeautomation
|
|
@ -12,11 +12,14 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| auth.enabled | bool | `false` | By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config. |
|
| 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.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"tccr.io/truecharts/eclipse-mosquitto"` | image repository |
|
| image.repository | string | `"tccr.io/truecharts/eclipse-mosquitto"` | |
|
||||||
| image.tag | string | `"v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216"` | image tag |
|
| image.tag | string | `"v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216"` | |
|
||||||
| 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.configinc.enabled | bool | `true` | |
|
||||||
| 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. |
|
| persistence.configinc.mountPath | string | `"/mosquitto/configinc"` | |
|
||||||
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
|
| 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
|
All Rights Reserved - The TrueCharts Project
|
|
@ -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"
|
|
@ -25,30 +25,8 @@ groups:
|
||||||
description: "Addon Configuration"
|
description: "Addon Configuration"
|
||||||
- name: "Advanced"
|
- name: "Advanced"
|
||||||
description: "Advanced Configuration"
|
description: "Advanced Configuration"
|
||||||
portals:
|
portals: {}
|
||||||
open:
|
|
||||||
protocols:
|
|
||||||
- "$kubernetes-resource_configmap_portal_protocol"
|
|
||||||
host:
|
|
||||||
- "$kubernetes-resource_configmap_portal_host"
|
|
||||||
ports:
|
|
||||||
- "$kubernetes-resource_configmap_portal_port"
|
|
||||||
questions:
|
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
|
- variable: global
|
||||||
label: "global settings"
|
label: "global settings"
|
||||||
group: "Controller"
|
group: "Controller"
|
Loading…
Reference in New Issue