Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 80d2844

Browse files
committed
bump chart version to 12.4.5
Signed-off-by: kubeapps-bot <tanzu-kubeapps-team@vmware.com>
1 parent 643918f commit 80d2844

30 files changed

Lines changed: 145 additions & 9 deletions

chart/kubeapps/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
version: 17.11.6
55
- name: postgresql
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 12.5.8
7+
version: 12.6.0
88
- name: common
99
repository: oci://registry-1.docker.io/bitnamicharts
10-
version: 2.4.0
11-
digest: sha256:7d47234d9c25508f9cc6bf7a4b9531baf79cec97025a772018bd885fbb55cf88
12-
generated: "2023-06-19T23:35:44.422211204Z"
10+
version: 2.5.0
11+
digest: sha256:56a47d25f54cf394ac4d80e03bc55b4f6640f431c91ee320c464e0743a7416bd
12+
generated: "2023-07-04T05:22:18.654182265Z"

chart/kubeapps/Chart.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
annotations:
25
category: Infrastructure
36
licenses: Apache-2.0
@@ -32,4 +35,4 @@ maintainers:
3235
name: kubeapps
3336
sources:
3437
- https://github.com/bitnami/charts/tree/main/bitnami/kubeapps
35-
version: 12.4.5-dev0
38+
version: 12.4.5

chart/kubeapps/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ With Kubeapps you can:
3131

3232
It also packages the [Bitnami PostgreSQL chart](https://github.com/bitnami/charts/tree/main/bitnami/postgresql), which is required for bootstrapping a deployment for the database requirements of the Kubeapps application.
3333

34+
Looking to use Kubeapps in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
35+
3436
## Prerequisites
3537

3638
- Kubernetes 1.16+ (tested with both bare-metal and managed clusters, including EKS, AKS, GKE and Tanzu Kubernetes Grid, as well as dev clusters, such as Kind, Minikube and Docker for Desktop Kubernetes)
@@ -110,7 +112,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
110112
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------- | --------------------- |
111113
| `frontend.image.registry` | NGINX image registry | `docker.io` |
112114
| `frontend.image.repository` | NGINX image repository | `bitnami/nginx` |
113-
| `frontend.image.tag` | NGINX image tag (immutable tags are recommended) | `1.25.1-debian-11-r1` |
115+
| `frontend.image.tag` | NGINX image tag (immutable tags are recommended) | `1.25.1-debian-11-r6` |
114116
| `frontend.image.digest` | NGINX image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
115117
| `frontend.image.pullPolicy` | NGINX image pull policy | `IfNotPresent` |
116118
| `frontend.image.pullSecrets` | NGINX image pull secrets | `[]` |
@@ -341,7 +343,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
341343
| `authProxy.enabled` | Specifies whether Kubeapps should configure OAuth login/logout | `false` |
342344
| `authProxy.image.registry` | OAuth2 Proxy image registry | `docker.io` |
343345
| `authProxy.image.repository` | OAuth2 Proxy image repository | `bitnami/oauth2-proxy` |
344-
| `authProxy.image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.4.0-debian-11-r79` |
346+
| `authProxy.image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.4.0-debian-11-r84` |
345347
| `authProxy.image.digest` | OAuth2 Proxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
346348
| `authProxy.image.pullPolicy` | OAuth2 Proxy image pull policy | `IfNotPresent` |
347349
| `authProxy.image.pullSecrets` | OAuth2 Proxy image pull secrets | `[]` |

chart/kubeapps/crds/apprepository-crd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
apiVersion: apiextensions.k8s.io/v1
25
kind: CustomResourceDefinition
36
metadata:

chart/kubeapps/templates/_helpers.tpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{/*
2+
Copyright VMware, Inc.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
{{/* vim: set filetype=mustache: */}}
27

38
{{/*

chart/kubeapps/templates/apprepository/apprepositories-secret.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
Copyright VMware, Inc.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
{{- if .Values.packaging.helm.enabled }}
27
{{- range .Values.apprepository.initialRepos }}
38
{{- if or .caCert .authorizationHeader .basicAuth }}

chart/kubeapps/templates/apprepository/apprepositories.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
Copyright VMware, Inc.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
{{- if .Values.packaging.helm.enabled }}
27
{{- range .Values.apprepository.initialRepos }}
38
apiVersion: kubeapps.com/v1alpha1

chart/kubeapps/templates/apprepository/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
Copyright VMware, Inc.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
{{- if .Values.packaging.helm.enabled }}
27
apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
38
kind: Deployment

chart/kubeapps/templates/apprepository/rbac.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
Copyright VMware, Inc.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
{{- if .Values.packaging.helm.enabled }}
27
{{- if .Values.rbac.create -}}
38
apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }}

chart/kubeapps/templates/apprepository/serviceaccount.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
Copyright VMware, Inc.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
{{- if and .Values.apprepository.serviceAccount.create .Values.packaging.helm.enabled }}
27
apiVersion: v1
38
kind: ServiceAccount

0 commit comments

Comments
 (0)