From d199c9cf48ae55dfda0f421c5b9f7e904253091a Mon Sep 17 00:00:00 2001 From: Daniel S Date: Wed, 26 Oct 2022 09:34:16 +0200 Subject: [PATCH 1/2] OLA-83: remove env from Dockerfile --- Dockerfile | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cdd4d41..74349f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ ARG MINIKUBE_VERSION=v1.27.1 # renovate: datasource=github-tags depName=aquasecurity/trivy ARG TRIVY_VERSION=0.32.1 +ADD package.json /package.json RUN addgroup theia && \ adduser -G theia -s /bin/sh -D theia && \ chmod g+rw /home && \ @@ -119,7 +120,6 @@ COPY --from=0 --chown=theia:theia /home/theia /home/theia ENV SHELL=/bin/bash \ THEIA_DEFAULT_PLUGINS=local-dir:/home/theia/plugins \ - THEIA_WEBVIEW_EXTERNAL_ENDPOINT='{{uuid}}.{{hostname}}'\ USE_LOCAL_GIT=true USER theia diff --git a/package.json b/package.json index 5f833f9..60a0b01 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,8 @@ "frontend": { "config": { "defaultTheme": "dark" - } + }, + "warnOnPotentiallyInsecureHostPattern": false } }, "theiaPluginsDir": "plugins", From d6d95ef13910c883098451567e3d379544af14a0 Mon Sep 17 00:00:00 2001 From: Daniel S Date: Wed, 26 Oct 2022 09:39:32 +0200 Subject: [PATCH 2/2] OLA-83: increase version --- deploy/charts/webshell/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/charts/webshell/Chart.yaml b/deploy/charts/webshell/Chart.yaml index 1be2b81..af9c409 100644 --- a/deploy/charts/webshell/Chart.yaml +++ b/deploy/charts/webshell/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: webshell description: A Helm chart to deploy a webshell environment type: application -version: 0.2.17 -appVersion: "0.2.17" +version: 0.2.18 +appVersion: "0.2.18"