From a07c7f57d35eb2fcc97a5222442ccc4e2f4575c5 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 16 Feb 2024 15:27:58 +0100 Subject: [PATCH] Revert "feat(kubeapps): add tokenlessloginoption" This reverts commit b7ab46c33b79f902e3d90ac349bebe592711d8b2. --- charts/enterprise/kubeapps/Chart.yaml | 2 +- charts/enterprise/kubeapps/values.yaml | 34 ++++++-------------------- 2 files changed, 8 insertions(+), 28 deletions(-) diff --git a/charts/enterprise/kubeapps/Chart.yaml b/charts/enterprise/kubeapps/Chart.yaml index 8d8ba8677a3..a551408c2a6 100644 --- a/charts/enterprise/kubeapps/Chart.yaml +++ b/charts/enterprise/kubeapps/Chart.yaml @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/kubeapps - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 1.0.1 +version: 1.0.0 diff --git a/charts/enterprise/kubeapps/values.yaml b/charts/enterprise/kubeapps/values.yaml index 0b9faea2b1a..2e9a0445429 100644 --- a/charts/enterprise/kubeapps/values.yaml +++ b/charts/enterprise/kubeapps/values.yaml @@ -1,44 +1,24 @@ image: pullPolicy: IfNotPresent - repository: ghcr.io/xstar97/my-proxy-service - tag: v0.0.1@sha256:2ef9bb1b94f24966e9e52bc398e9c1eb52f1582f22ffe2ebc3629cd2977e49c4 - + repository: tccr.io/tccr/alpine + tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558 +manifestManager: + enabled: false operator: register: false - portal: open: - enabled: true - -persistence: - token: - projected: - mountPath: /service-account - sources: - - serviceAccountToken: - expirationSeconds: 3600 - path: token - - + enabled: false workload: main: - enabled: true - podSpec: - containers: - container-name: - env: - PORT: 3000 - args: - - --api-file /service-account/token - - --proxy-target http://tckubeapps:8080 - - --auth-token-header authorization + enabled: false service: main: enabled: false ports: main: - port: 3000 + enabled: false tckubeapps: enabled: true primary: true