Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions chart/kubeapps/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.15.5
version: 17.17.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.8.3
version: 12.10.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.8.0
digest: sha256:83bf35af596c2f164f6accddea89ccf8455330b426dfe5323d9084c3c6c6f5d3
generated: "2023-08-20T00:15:57.045602724Z"
version: 2.9.0
digest: sha256:3ba5f8102fb2dc78f8f8548a6b94be3a092339dd2c2dc9e371af246f90c8a1a5
generated: "2023-08-25T16:43:04.357891808Z"
58 changes: 29 additions & 29 deletions chart/kubeapps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,48 @@ annotations:
licenses: Apache-2.0
images: |
- name: kubeapps-apis
image: docker.io/bitnami/kubeapps-apis:2.8.0-debian-11-r44
image: docker.io/bitnami/kubeapps-apis:2.8.0-debian-11-r46
- name: kubeapps-apprepository-controller
image: docker.io/bitnami/kubeapps-apprepository-controller:2.8.0-debian-11-r15
image: docker.io/bitnami/kubeapps-apprepository-controller:2.8.0-debian-11-r17
- name: kubeapps-asset-syncer
image: docker.io/bitnami/kubeapps-asset-syncer:2.8.0-debian-11-r15
image: docker.io/bitnami/kubeapps-asset-syncer:2.8.0-debian-11-r17
- name: kubeapps-pinniped-proxy
image: docker.io/bitnami/kubeapps-pinniped-proxy:2.8.0-debian-11-r44
image: docker.io/bitnami/kubeapps-pinniped-proxy:2.8.0-debian-11-r46
- name: kubeapps-dashboard
image: docker.io/bitnami/kubeapps-dashboard:2.8.0-debian-11-r41
image: docker.io/bitnami/kubeapps-dashboard:2.8.0-debian-11-r43
- name: nginx
image: docker.io/bitnami/nginx:1.25.2-debian-11-r2
image: docker.io/bitnami/nginx:1.25.2-debian-11-r5
- name: oauth2-proxy
image: docker.io/bitnami/oauth2-proxy:7.4.0-debian-11-r275
image: docker.io/bitnami/oauth2-proxy:7.4.0-debian-11-r278
apiVersion: v2
appVersion: DEVEL
dependencies:
- condition: packaging.flux.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.x.x
- condition: packaging.helm.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- condition: packaging.flux.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.x.x
- condition: packaging.helm.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Kubeapps is a web-based UI for launching and managing applications on Kubernetes. It allows users to deploy trusted applications and operators to control users access to the cluster.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/kubeapps/img/kubeapps-stack-220x234.png
keywords:
- helm
- dashboard
- service catalog
- deployment
kubeVersion: ">=1.21.0-0"
- helm
- dashboard
- service catalog
- deployment
kubeVersion: '>=1.21.0-0'
maintainers:
- name: VMware, Inc.
url: https://github.com/bitnami/charts
- name: VMware, Inc.
url: https://github.com/bitnami/charts
name: kubeapps
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kubeapps
version: 12.4.11
- https://github.com/bitnami/charts/tree/main/bitnami/kubeapps
version: 12.4.12
8 changes: 4 additions & 4 deletions chart/kubeapps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------- | --------------------- |
| `frontend.image.registry` | NGINX image registry | `docker.io` |
| `frontend.image.repository` | NGINX image repository | `bitnami/nginx` |
| `frontend.image.tag` | NGINX image tag (immutable tags are recommended) | `1.25.2-debian-11-r2` |
| `frontend.image.tag` | NGINX image tag (immutable tags are recommended) | `1.25.2-debian-11-r5` |
| `frontend.image.digest` | NGINX image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `frontend.image.pullPolicy` | NGINX image pull policy | `IfNotPresent` |
| `frontend.image.pullSecrets` | NGINX image pull secrets | `[]` |
Expand Down Expand Up @@ -341,7 +341,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
| `authProxy.enabled` | Specifies whether Kubeapps should configure OAuth login/logout | `false` |
| `authProxy.image.registry` | OAuth2 Proxy image registry | `docker.io` |
| `authProxy.image.repository` | OAuth2 Proxy image repository | `bitnami/oauth2-proxy` |
| `authProxy.image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.4.0-debian-11-r275` |
| `authProxy.image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.4.0-debian-11-r278` |
| `authProxy.image.digest` | OAuth2 Proxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `authProxy.image.pullPolicy` | OAuth2 Proxy image pull policy | `IfNotPresent` |
| `authProxy.image.pullSecrets` | OAuth2 Proxy image pull secrets | `[]` |
Expand Down Expand Up @@ -485,13 +485,13 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
| `kubeappsapis.containerSecurityContext.runAsUser` | Set KubeappsAPIs container's Security Context runAsUser | `1001` |
| `kubeappsapis.containerSecurityContext.runAsNonRoot` | Set KubeappsAPIs container's Security Context runAsNonRoot | `true` |
| `kubeappsapis.livenessProbe.enabled` | Enable livenessProbe | `true` |
| `kubeappsapis.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `10` |
| `kubeappsapis.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `60` |
| `kubeappsapis.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `kubeappsapis.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
| `kubeappsapis.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` |
| `kubeappsapis.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `kubeappsapis.readinessProbe.enabled` | Enable readinessProbe | `true` |
| `kubeappsapis.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `5` |
| `kubeappsapis.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `0` |
| `kubeappsapis.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
| `kubeappsapis.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `5` |
| `kubeappsapis.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
Expand Down
8 changes: 4 additions & 4 deletions chart/kubeapps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ frontend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.25.2-debian-11-r2
tag: 1.25.2-debian-11-r5
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1145,7 +1145,7 @@ authProxy:
image:
registry: docker.io
repository: bitnami/oauth2-proxy
tag: 7.4.0-debian-11-r275
tag: 7.4.0-debian-11-r278
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1680,7 +1680,7 @@ kubeappsapis:
##
livenessProbe:
enabled: true
initialDelaySeconds: 10
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6
Expand All @@ -1694,7 +1694,7 @@ kubeappsapis:
##
readinessProbe:
enabled: true
initialDelaySeconds: 5
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6
Expand Down