diff --git a/charts/incubator/wger/Chart.yaml b/charts/incubator/wger/Chart.yaml index a663406f102..bed1e71a890 100644 --- a/charts/incubator/wger/Chart.yaml +++ b/charts/incubator/wger/Chart.yaml @@ -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 diff --git a/charts/incubator/wger/questions.yaml b/charts/incubator/wger/questions.yaml index 74188f54836..96634e3f83a 100644 --- a/charts/incubator/wger/questions.yaml +++ b/charts/incubator/wger/questions.yaml @@ -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 diff --git a/charts/stable/emulatorjs/Chart.yaml b/charts/stable/emulatorjs/Chart.yaml index b7ce011afc3..78f76ba0bec 100644 --- a/charts/stable/emulatorjs/Chart.yaml +++ b/charts/stable/emulatorjs/Chart.yaml @@ -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 diff --git a/charts/stable/emulatorjs/questions.yaml b/charts/stable/emulatorjs/questions.yaml index 5bbbc90bf61..b8051692eb2 100644 --- a/charts/stable/emulatorjs/questions.yaml +++ b/charts/stable/emulatorjs/questions.yaml @@ -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}