From 8e9210fa6dfdd6df81cfbf055652b0b7e5468551 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 25 Sep 2022 12:16:07 +0300 Subject: [PATCH] fix(recipes): fix nginx conf (#3878) * fix(recipes): fix nginx conf * bump --- charts/stable/recipes/Chart.yaml | 2 +- charts/stable/recipes/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/recipes/Chart.yaml b/charts/stable/recipes/Chart.yaml index f13ffc661bb..433fac76daa 100644 --- a/charts/stable/recipes/Chart.yaml +++ b/charts/stable/recipes/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.4.2" description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. name: recipes -version: 8.0.52 +version: 8.0.54 kubeVersion: ">=1.16.0-0" keywords: - recipes diff --git a/charts/stable/recipes/values.yaml b/charts/stable/recipes/values.yaml index 31b9f73a3f2..17f8c10c0ac 100644 --- a/charts/stable/recipes/values.yaml +++ b/charts/stable/recipes/values.yaml @@ -41,7 +41,7 @@ configmap: location / { proxy_set_header Host $http_host; proxy_pass http://localhost:8080; - proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto; } } }