From dd542a4a155cbf9f11848096527308c76dabefb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:53:31 +0100 Subject: [PATCH] Sync chart with bitnami/kubeapps chart (version 14.5.2) (#7517) ### Description of the change This is an automatic PR for synchronizing the changes performed externally at the [bitnami/kubeapps official chart](https://github.com/bitnami/charts/tree/main/bitnami/kubeapps) to the Kubeapps development version. ### Benefits The Kubeapps [development chart](https://github.com/vmware-tanzu/kubeapps/tree/main/chart/kubeapps) will get the newest changes, including image version updates and other updates. ### Possible drawbacks Although unlikely, some changes implemented by the Bitnami team may not be 100% compatible with the current Kubeapps version. ### Applicable issues N/A ### Additional information This PR is marked as a draft until a Kubeapps maintainer manually reviews it. --------- Signed-off-by: kubeapps-bot Signed-off-by: Antonio Gamez Diaz Co-authored-by: kubeapps-bot Co-authored-by: Antonio Gamez Diaz --- chart/kubeapps/Chart.lock | 6 +++--- chart/kubeapps/Chart.yaml | 16 ++++++++-------- chart/kubeapps/values.yaml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/chart/kubeapps/Chart.lock b/chart/kubeapps/Chart.lock index 002c0b88134..8b1edb20754 100644 --- a/chart/kubeapps/Chart.lock +++ b/chart/kubeapps/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 18.14.2 + version: 18.16.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 13.4.6 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.16.1 -digest: sha256:4fd480130fa93298f29f35ecf3fed3496aa4469f2d528caea15314361b0b5956 -generated: "2024-02-21T14:20:34.086930317Z" +digest: sha256:af66f2f89e04b7ba6e899a3265afa863ef667017f116091f21f800531853cfcc +generated: "2024-02-22T11:28:23.402890752Z" diff --git a/chart/kubeapps/Chart.yaml b/chart/kubeapps/Chart.yaml index b97ebc2bb52..06902d3f2cf 100644 --- a/chart/kubeapps/Chart.yaml +++ b/chart/kubeapps/Chart.yaml @@ -8,19 +8,19 @@ annotations: - name: kubeapps-apis image: docker.io/bitnami/kubeapps-apis:2.9.0-debian-12-r17 - name: kubeapps-apprepository-controller - image: docker.io/bitnami/kubeapps-apprepository-controller:2.9.0-debian-12-r16 + image: docker.io/bitnami/kubeapps-apprepository-controller:2.9.0-debian-12-r17 - name: kubeapps-asset-syncer - image: docker.io/bitnami/kubeapps-asset-syncer:2.9.0-debian-12-r17 + image: docker.io/bitnami/kubeapps-asset-syncer:2.9.0-debian-12-r18 - name: kubeapps-dashboard - image: docker.io/bitnami/kubeapps-dashboard:2.9.0-debian-12-r17 + image: docker.io/bitnami/kubeapps-dashboard:2.9.0-debian-12-r18 - name: kubeapps-oci-catalog - image: docker.io/bitnami/kubeapps-oci-catalog:2.9.0-debian-12-r16 + image: docker.io/bitnami/kubeapps-oci-catalog:2.9.0-debian-12-r17 - name: kubeapps-pinniped-proxy - image: docker.io/bitnami/kubeapps-pinniped-proxy:2.9.0-debian-12-r16 + image: docker.io/bitnami/kubeapps-pinniped-proxy:2.9.0-debian-12-r17 - name: nginx - image: docker.io/bitnami/nginx:1.25.4-debian-12-r1 + image: docker.io/bitnami/nginx:1.25.4-debian-12-r2 - name: oauth2-proxy - image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r1 + image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r2 apiVersion: v2 appVersion: DEVEL dependencies: @@ -52,4 +52,4 @@ maintainers: name: kubeapps sources: - https://github.com/bitnami/charts/tree/main/bitnami/kubeapps -version: 14.5.2-dev +version: 14.5.3-dev diff --git a/chart/kubeapps/values.yaml b/chart/kubeapps/values.yaml index 063fbd6dfe2..cc0c078bbf4 100644 --- a/chart/kubeapps/values.yaml +++ b/chart/kubeapps/values.yaml @@ -202,7 +202,7 @@ frontend: image: registry: docker.io repository: bitnami/nginx - tag: 1.25.4-debian-12-r1 + tag: 1.25.4-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1217,7 +1217,7 @@ authProxy: image: registry: docker.io repository: bitnami/oauth2-proxy - tag: 7.6.0-debian-12-r1 + tag: 7.6.0-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'