diff --git a/repos/testing/rstudio/Chart.yaml b/repos/testing/rstudio/Chart.yaml index 3353591f..a1dca003 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.119 +version: 0.2.120 keywords: - R web IDE diff --git a/repos/testing/rstudio/templates/_helpers.tpl b/repos/testing/rstudio/templates/_helpers.tpl index a1674197..a63ea14a 100644 --- a/repos/testing/rstudio/templates/_helpers.tpl +++ b/repos/testing/rstudio/templates/_helpers.tpl @@ -75,7 +75,6 @@ server { location / { proxy_pass http://backend; - proxy_redirect https://backend/ https://{{ .Values.ingress.host }}/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade";