From 5330525c7a5885d3ccffd4e2df01a29d0b5f86cf Mon Sep 17 00:00:00 2001 From: kubeapps-bot Date: Mon, 8 Apr 2024 20:41:21 +0000 Subject: [PATCH 1/2] bump chart version to 15.0.2 Signed-off-by: kubeapps-bot --- chart/kubeapps/.helmignore | 2 +- chart/kubeapps/Chart.lock | 6 +++--- chart/kubeapps/Chart.yaml | 18 +++++++++--------- chart/kubeapps/README.md | 4 +++- chart/kubeapps/values.yaml | 4 ++-- 5 files changed, 18 insertions(+), 16 deletions(-) diff --git a/chart/kubeapps/.helmignore b/chart/kubeapps/.helmignore index 1206beba76a..46d67d5b770 100644 --- a/chart/kubeapps/.helmignore +++ b/chart/kubeapps/.helmignore @@ -1,4 +1,4 @@ -# Copyright 2021-2024 the Kubeapps contributors. +# Copyright 2021-2022 the Kubeapps contributors. # SPDX-License-Identifier: Apache-2.0 # Patterns to ignore when building packages. diff --git a/chart/kubeapps/Chart.lock b/chart/kubeapps/Chart.lock index 53671f88864..bcd6993a0f3 100644 --- a/chart/kubeapps/Chart.lock +++ b/chart/kubeapps/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 19.0.2 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.2.1 + version: 15.2.4 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.1 -digest: sha256:d64105d1430715a1fb7d70d0374d41d3e89060a673e97ed9eb8d6e2737826f2e -generated: "2024-04-02T12:29:24.392238637+02:00" +digest: sha256:2ff034d67cb1b9c11f0243b3ab9a6a8642bf12142df2f86043f9006adf6dbba1 +generated: "2024-04-08T09:01:34.727544997Z" diff --git a/chart/kubeapps/Chart.yaml b/chart/kubeapps/Chart.yaml index 463d9cdb1ad..5815c7695fa 100644 --- a/chart/kubeapps/Chart.yaml +++ b/chart/kubeapps/Chart.yaml @@ -6,21 +6,21 @@ annotations: licenses: Apache-2.0 images: | - name: kubeapps-apis - image: docker.io/bitnami/kubeapps-apis:2.9.0-debian-12-r19 + image: docker.io/bitnami/kubeapps-apis:2.10.0-debian-12-r0 - name: kubeapps-apprepository-controller - image: docker.io/bitnami/kubeapps-apprepository-controller:2.9.0-debian-12-r18 + image: docker.io/bitnami/kubeapps-apprepository-controller:2.10.0-debian-12-r0 - name: kubeapps-asset-syncer - image: docker.io/bitnami/kubeapps-asset-syncer:2.9.0-debian-12-r19 + image: docker.io/bitnami/kubeapps-asset-syncer:2.10.0-debian-12-r0 - name: kubeapps-dashboard - image: docker.io/bitnami/kubeapps-dashboard:2.9.0-debian-12-r18 + image: docker.io/bitnami/kubeapps-dashboard:2.10.0-debian-12-r0 - name: kubeapps-oci-catalog - image: docker.io/bitnami/kubeapps-oci-catalog:2.9.0-debian-12-r17 + image: docker.io/bitnami/kubeapps-oci-catalog:2.10.0-debian-12-r0 - name: kubeapps-pinniped-proxy - image: docker.io/bitnami/kubeapps-pinniped-proxy:2.9.0-debian-12-r17 + image: docker.io/bitnami/kubeapps-pinniped-proxy:2.10.0-debian-12-r0 - name: nginx - image: docker.io/bitnami/nginx:1.25.4-debian-12-r3 + image: docker.io/bitnami/nginx:1.25.4-debian-12-r7 - name: oauth2-proxy - image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r4 + image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r7 apiVersion: v2 appVersion: DEVEL dependencies: @@ -52,4 +52,4 @@ maintainers: name: kubeapps sources: - https://github.com/bitnami/charts/tree/main/bitnami/kubeapps -version: 15.0.1-dev +version: 15.0.2 diff --git a/chart/kubeapps/README.md b/chart/kubeapps/README.md index 8c54aea054b..e4d3e5977ca 100644 --- a/chart/kubeapps/README.md +++ b/chart/kubeapps/README.md @@ -1,3 +1,5 @@ + + # Bitnami package for Kubeapps 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. @@ -1194,4 +1196,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/chart/kubeapps/values.yaml b/chart/kubeapps/values.yaml index be870b38b7b..4b61978fea1 100644 --- a/chart/kubeapps/values.yaml +++ b/chart/kubeapps/values.yaml @@ -211,7 +211,7 @@ frontend: image: registry: docker.io repository: bitnami/nginx - tag: 1.25.4-debian-12-r3 + tag: 1.25.4-debian-12-r7 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1391,7 +1391,7 @@ authProxy: image: registry: docker.io repository: bitnami/oauth2-proxy - tag: 7.6.0-debian-12-r4 + tag: 7.6.0-debian-12-r7 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 88e67cd14f174f3aca1ee227edd862cd66be9f43 Mon Sep 17 00:00:00 2001 From: Antonio Gamez Diaz Date: Tue, 9 Apr 2024 09:51:12 +0200 Subject: [PATCH 2/2] Bring dev changes back Signed-off-by: Antonio Gamez Diaz --- chart/kubeapps/.helmignore | 2 +- chart/kubeapps/Chart.yaml | 2 +- chart/kubeapps/README.md | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/chart/kubeapps/.helmignore b/chart/kubeapps/.helmignore index 46d67d5b770..1206beba76a 100644 --- a/chart/kubeapps/.helmignore +++ b/chart/kubeapps/.helmignore @@ -1,4 +1,4 @@ -# Copyright 2021-2022 the Kubeapps contributors. +# Copyright 2021-2024 the Kubeapps contributors. # SPDX-License-Identifier: Apache-2.0 # Patterns to ignore when building packages. diff --git a/chart/kubeapps/Chart.yaml b/chart/kubeapps/Chart.yaml index 5815c7695fa..7020c84300e 100644 --- a/chart/kubeapps/Chart.yaml +++ b/chart/kubeapps/Chart.yaml @@ -52,4 +52,4 @@ maintainers: name: kubeapps sources: - https://github.com/bitnami/charts/tree/main/bitnami/kubeapps -version: 15.0.2 +version: 15.0.3-dev diff --git a/chart/kubeapps/README.md b/chart/kubeapps/README.md index e4d3e5977ca..c03ab44f0ce 100644 --- a/chart/kubeapps/README.md +++ b/chart/kubeapps/README.md @@ -1,5 +1,3 @@ - - # Bitnami package for Kubeapps 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.