chore(emulatorjs): add ingress on webui aswell (#3013)
* chore(emulatorjs): add ingress on webui aswell * chore(wger): add note * bump
This commit is contained in:
@@ -26,7 +26,7 @@ name: wger
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/wger-project/wger
|
- https://github.com/wger-project/wger
|
||||||
- https://github.com/wger-project/docker
|
- https://github.com/wger-project/docker
|
||||||
version: 0.0.5
|
version: 0.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- life
|
- life
|
||||||
|
|||||||
@@ -82,12 +82,14 @@ questions:
|
|||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: sync_exercises_on_startup
|
- variable: sync_exercises_on_startup
|
||||||
label: "SYNC_EXERCISES_ON_STARTUP"
|
label: "SYNC_EXERCISES_ON_STARTUP (Slow Startup)"
|
||||||
|
description: "Enabling that can greatly impact the startup of this app"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
- variable: download_exercise_images_on_startup
|
- variable: download_exercise_images_on_startup
|
||||||
label: "DOWNLOAD_EXERCISE_IMAGES_ON_STARTUP"
|
label: "DOWNLOAD_EXERCISE_IMAGES_ON_STARTUP (Slow Startup)"
|
||||||
|
description: "Enabling that can greatly impact the startup of this app"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: emulatorjs
|
name: emulatorjs
|
||||||
version: 2.0.8
|
version: 2.0.9
|
||||||
appVersion: "1.7.2"
|
appVersion: "1.7.2"
|
||||||
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
|
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -323,6 +323,19 @@ questions:
|
|||||||
|
|
||||||
# Include{ingressTraefik}
|
# Include{ingressTraefik}
|
||||||
|
|
||||||
|
# Include{ingressExpert}
|
||||||
|
- variable: front
|
||||||
|
label: "Front Ingress"
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
# Include{ingressDefault}
|
||||||
|
|
||||||
|
# Include{ingressTLS}
|
||||||
|
|
||||||
|
# Include{ingressTraefik}
|
||||||
|
|
||||||
# Include{ingressExpert}
|
# Include{ingressExpert}
|
||||||
|
|
||||||
# Include{ingressList}
|
# Include{ingressList}
|
||||||
|
|||||||
Reference in New Issue
Block a user