fix(mosquitto): remove portal button (#2164)
This commit is contained in:
parent
82077ed797
commit
df1a28f0e1
|
@ -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
|
||||||
|
|
|
@ -1,28 +1,6 @@
|
||||||
# Include{groups}
|
# Include{groups}
|
||||||
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
|
|
||||||
# Include{global}
|
# Include{global}
|
||||||
- variable: controller
|
- variable: controller
|
||||||
group: "Controller"
|
group: "Controller"
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/eclipse-mosquitto
|
repository: tccr.io/truecharts/eclipse-mosquitto
|
||||||
# -- image tag
|
|
||||||
tag: v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216
|
tag: v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# -- Configures service settings for the chart. Normally this does not need to be modified.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
@ -20,15 +15,9 @@ auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
persistence:
|
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:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/mosquitto/data"
|
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:
|
configinc:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/mosquitto/configinc"
|
mountPath: "/mosquitto/configinc"
|
||||||
|
|
Loading…
Reference in New Issue