chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * remove disabled ingress from values * remove required: false from questions * whoops * some cleanup * more cleanup * clean * commented * some fixes
This commit is contained in:
@@ -22,7 +22,7 @@ name: leaf2mqtt
|
||||
sources:
|
||||
- https://github.com/mitsumaui/leaf2mqtt
|
||||
- https://github.com/k8s-at-home/container-images
|
||||
version: 4.0.4
|
||||
version: 4.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
image:
|
||||
# -- Image repository
|
||||
repository: tccr.io/truecharts/leaf2mqtt
|
||||
# -- Image tag
|
||||
tag: v0.6@sha256:a2afcdee61b39e7306f8c4296376e7b9734f39f07ea10fdf6032bc87e05dc1d6
|
||||
# -- Image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
@@ -35,8 +32,6 @@ secretEnv:
|
||||
MQTT_USERNAME: "mqttuser"
|
||||
MQTT_PASSWORD: "changeme"
|
||||
|
||||
# -- environment variables. See [image docs](https://github.com/mitsumaui/leaf2mqtt) for more details.
|
||||
# @default -- See below
|
||||
env:
|
||||
LEAF_TYPE: ""
|
||||
MQTT_HOST: ""
|
||||
|
||||
Reference in New Issue
Block a user