diff --git a/charts/enterprise/kubeapps/Chart.yaml b/charts/enterprise/kubeapps/Chart.yaml index b0cdd203c4a..942cabac2b8 100644 --- a/charts/enterprise/kubeapps/Chart.yaml +++ b/charts/enterprise/kubeapps/Chart.yaml @@ -17,8 +17,8 @@ dependencies: tags: [] import-values: [] - name: kubeapps - version: 14.4.0 - repository: https://charts.bitnami.com/bitnami + version: 14.4.6 + repository: oci://registry-1.docker.io/bitnamicharts condition: "" alias: ogkubeapps tags: [] @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/kubeapps - https://ghcr.io/xstar97/my-proxy-service type: application -version: 1.2.1 +version: 1.2.2 diff --git a/charts/enterprise/kubeapps/values.yaml b/charts/enterprise/kubeapps/values.yaml index 534778d8aa1..cd1b94aada0 100644 --- a/charts/enterprise/kubeapps/values.yaml +++ b/charts/enterprise/kubeapps/values.yaml @@ -14,14 +14,16 @@ podOptions: automountServiceAccountToken: true workload: + ## TODO: Enable main: - enabled: true + enabled: false primary: true type: Deployment podSpec: containers: + ## TODO: Enable main: - enabled: true + enabled: false primary: true env: PORT: 3000 @@ -42,19 +44,23 @@ workload: port: 3000 service: + ## TODO: Enable main: - enabled: true - primary: true - expandObjectName: false - ports: - main: - enabled: true - primary: true - port: 3000 - targetPort: 3000 + enabled: false + primary: true + expandObjectName: false + ports: + main: + ## TODO: Enable + enabled: false + primary: true + port: 3000 + targetPort: 3000 tckubeapps: enabled: true expandObjectName: false + ## TODO: Move to main service + primary: true labels: truecharts.org/flagged: "true" selectorLabels: