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:
|
||||
- https://github.com/wger-project/wger
|
||||
- https://github.com/wger-project/docker
|
||||
version: 0.0.5
|
||||
version: 0.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- life
|
||||
|
||||
@@ -82,12 +82,14 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- 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:
|
||||
type: boolean
|
||||
default: false
|
||||
- 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:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: emulatorjs
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
||||
appVersion: "1.7.2"
|
||||
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
|
||||
type: application
|
||||
|
||||
@@ -323,6 +323,19 @@ questions:
|
||||
|
||||
# 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{ingressList}
|
||||
|
||||
Reference in New Issue
Block a user