From 98947f29164bc85ba0592c77bf355ed7fed09a9f Mon Sep 17 00:00:00 2001 From: "Andreas S. Skeidsvoll" Date: Thu, 7 Sep 2023 19:36:52 +0200 Subject: [PATCH] Remove http --- repos/testing/rstudio/Chart.yaml | 2 +- repos/testing/rstudio/templates/_helpers.tpl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/repos/testing/rstudio/Chart.yaml b/repos/testing/rstudio/Chart.yaml index cd181b73..4f1d7f7d 100755 --- a/repos/testing/rstudio/Chart.yaml +++ b/repos/testing/rstudio/Chart.yaml @@ -6,6 +6,6 @@ maintainers: email: system@uninett.no home: https://www.rstudio.com/products/RStudio/ icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-flat.svg -version: 0.2.109 +version: 0.2.110 keywords: - R web IDE diff --git a/repos/testing/rstudio/templates/_helpers.tpl b/repos/testing/rstudio/templates/_helpers.tpl index 37d074ec..d3b0b2d9 100644 --- a/repos/testing/rstudio/templates/_helpers.tpl +++ b/repos/testing/rstudio/templates/_helpers.tpl @@ -76,7 +76,6 @@ server { location / { proxy_pass http://backend; - proxy_redirect http://backend/ https://{{ .Values.ingress.host }}/; proxy_redirect https://backend/ https://{{ .Values.ingress.host }}/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;