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:
Stavros Kois
2022-06-17 10:24:54 +02:00
committed by GitHub
parent 7d5d05b7ca
commit ff2a5dae0d
227 changed files with 669 additions and 1024 deletions
+1 -1
View File
@@ -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
-5
View File
@@ -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: ""