From a092e47ef3269d81167c3bd8cfe7a08120bb8568 Mon Sep 17 00:00:00 2001 From: "Andreas S. Skeidsvoll" Date: Wed, 13 Sep 2023 09:43:46 +0200 Subject: [PATCH] Forgot semicolon --- repos/testing/rstudio/Chart.yaml | 2 +- repos/testing/rstudio/templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/testing/rstudio/Chart.yaml b/repos/testing/rstudio/Chart.yaml index ad747b0c..b0ab3fa7 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.117 +version: 0.2.118 keywords: - R web IDE diff --git a/repos/testing/rstudio/templates/_helpers.tpl b/repos/testing/rstudio/templates/_helpers.tpl index 222cc727..fe1b0caf 100644 --- a/repos/testing/rstudio/templates/_helpers.tpl +++ b/repos/testing/rstudio/templates/_helpers.tpl @@ -80,7 +80,7 @@ server { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header X-Forwarded-Proto https; - proxy_set_header Host https://{{ .Values.ingress.host }} + proxy_set_header Host https://{{ .Values.ingress.host }}; proxy_read_timeout 20d; }