Skip to content

Commit

Permalink
Change default image, fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasskeidsvoll committed Nov 17, 2023
1 parent 3e350d6 commit 18b0904
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion repos/testing/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ maintainers:
email: [email protected]
home: https://www.rstudio.com/products/RStudio/
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-flat.svg
version: 0.3.0
version: 0.3.1
keywords:
- R web IDE
2 changes: 1 addition & 1 deletion repos/testing/rstudio/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ properties:
dockerImage:
type: string
examples:
- quay.io/nird-toolkit/rstudio-server:20220705-ab3ec78
- sigma2as/rstudio-server:20231117-34add32
appstore_generated_data:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion repos/testing/rstudio/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ server {
proxy_set_header X-Forwarded-Host {{ .Values.ingress.host }};
proxy_set_header X-Forwarded-Proto https;

proxy_redirect http://localhost:8787/ https://{{ .Values.ingress.host }}/;
proxy_redirect https://localhost:8787/ https://{{ .Values.ingress.host }}/;
}

error_page 500 502 503 504 /50x.html;
Expand Down
2 changes: 1 addition & 1 deletion repos/testing/rstudio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ appstore_generated_data:
authorized_principals: []
advanced:
debug: false
dockerImage: quay.io/nird-toolkit/rstudio-server:20220705-ab3ec78
dockerImage: sigma2as/rstudio-server:20231117-34add32
proxyImage: sigma2as/rstudio-proxy:20231108-909e38e
authGroupProviders:
- url: "https://groups-api.dataporten.no/groups/me/groups"
Expand Down

0 comments on commit 18b0904

Please sign in to comment.