diff --git a/charts/enterprise/kubeapps/Chart.yaml b/charts/enterprise/kubeapps/Chart.yaml index a551408c2a6..8d8ba8677a3 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.0 +version: 1.0.1 diff --git a/charts/enterprise/kubeapps/values.yaml b/charts/enterprise/kubeapps/values.yaml index 2e9a0445429..0b9faea2b1a 100644 --- a/charts/enterprise/kubeapps/values.yaml +++ b/charts/enterprise/kubeapps/values.yaml @@ -1,24 +1,44 @@ image: pullPolicy: IfNotPresent - repository: tccr.io/tccr/alpine - tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558 -manifestManager: - enabled: false + repository: ghcr.io/xstar97/my-proxy-service + tag: v0.0.1@sha256:2ef9bb1b94f24966e9e52bc398e9c1eb52f1582f22ffe2ebc3629cd2977e49c4 + operator: register: false + portal: open: - enabled: false + enabled: true + +persistence: + token: + projected: + mountPath: /service-account + sources: + - serviceAccountToken: + expirationSeconds: 3600 + path: token + + workload: main: - enabled: false + enabled: true + podSpec: + containers: + container-name: + env: + PORT: 3000 + args: + - --api-file /service-account/token + - --proxy-target http://tckubeapps:8080 + - --auth-token-header authorization service: main: enabled: false ports: main: - enabled: false + port: 3000 tckubeapps: enabled: true primary: true