From ce7f298125ec4f40b90d632ca30c1555940e8645 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:29:59 +0300 Subject: [PATCH] fix(wger): another fix (#3011) --- charts/incubator/wger/Chart.yaml | 2 +- charts/incubator/wger/questions.yaml | 2 +- charts/incubator/wger/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/wger/Chart.yaml b/charts/incubator/wger/Chart.yaml index 30e44f8c897..a663406f102 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.4 +version: 0.0.5 annotations: truecharts.org/catagories: | - life diff --git a/charts/incubator/wger/questions.yaml b/charts/incubator/wger/questions.yaml index 153db8c9302..74188f54836 100644 --- a/charts/incubator/wger/questions.yaml +++ b/charts/incubator/wger/questions.yaml @@ -365,7 +365,7 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 0 + default: 1000 - variable: runAsGroup label: "runAsGroup" description: "The groupID this App of the user running the application" diff --git a/charts/incubator/wger/values.yaml b/charts/incubator/wger/values.yaml index b6371b63d2f..b8adb3c7995 100644 --- a/charts/incubator/wger/values.yaml +++ b/charts/incubator/wger/values.yaml @@ -106,7 +106,7 @@ configmap: server { listen 80; location / { - proxy_pass http://localhost; + proxy_pass http://localhost:8000; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host; proxy_redirect off;