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;