diff --git a/bitnami/kubeapps/Chart.lock b/bitnami/kubeapps/Chart.lock index a496518d57a434..5c86cc7b50a400 100644 --- a/bitnami/kubeapps/Chart.lock +++ b/bitnami/kubeapps/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 19.3.1 + version: 19.3.3 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.3.0 + version: 15.3.3 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.2 -digest: sha256:aa09be072958685a14df7b8a1ac56bbfca4cfd7915db73e77a6fdd6c9caea066 -generated: "2024-05-13T15:37:35.927786026Z" +digest: sha256:ba6f5b356c92a348f84c7e672a9671bf40a0f90404ab300aba0c15761514ff6e +generated: "2024-05-18T16:51:31.829109397Z" diff --git a/bitnami/kubeapps/Chart.yaml b/bitnami/kubeapps/Chart.yaml index 72c69e514fa656..cb802b8487454c 100644 --- a/bitnami/kubeapps/Chart.yaml +++ b/bitnami/kubeapps/Chart.yaml @@ -6,21 +6,21 @@ annotations: licenses: Apache-2.0 images: | - name: kubeapps-apis - image: docker.io/bitnami/kubeapps-apis:2.10.0-debian-12-r4 + image: docker.io/bitnami/kubeapps-apis:2.10.0-debian-12-r5 - name: kubeapps-apprepository-controller - image: docker.io/bitnami/kubeapps-apprepository-controller:2.10.0-debian-12-r3 + image: docker.io/bitnami/kubeapps-apprepository-controller:2.10.0-debian-12-r4 - name: kubeapps-asset-syncer - image: docker.io/bitnami/kubeapps-asset-syncer:2.10.0-debian-12-r3 + image: docker.io/bitnami/kubeapps-asset-syncer:2.10.0-debian-12-r4 - name: kubeapps-dashboard - image: docker.io/bitnami/kubeapps-dashboard:2.10.0-debian-12-r3 + image: docker.io/bitnami/kubeapps-dashboard:2.10.0-debian-12-r4 - name: kubeapps-oci-catalog - image: docker.io/bitnami/kubeapps-oci-catalog:2.10.0-debian-12-r3 + image: docker.io/bitnami/kubeapps-oci-catalog:2.10.0-debian-12-r4 - name: kubeapps-pinniped-proxy - image: docker.io/bitnami/kubeapps-pinniped-proxy:2.10.0-debian-12-r3 + image: docker.io/bitnami/kubeapps-pinniped-proxy:2.10.0-debian-12-r4 - name: nginx - image: docker.io/bitnami/nginx:1.26.0-debian-12-r0 + image: docker.io/bitnami/nginx:1.26.0-debian-12-r1 - name: oauth2-proxy - image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r11 + image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r12 apiVersion: v2 appVersion: 2.10.0 dependencies: @@ -52,4 +52,4 @@ maintainers: name: kubeapps sources: - https://github.com/bitnami/charts/tree/main/bitnami/kubeapps -version: 15.0.4 +version: 15.0.5 diff --git a/bitnami/kubeapps/values.yaml b/bitnami/kubeapps/values.yaml index d3bff6cf7d1d4f..7e9ab23cef99fa 100644 --- a/bitnami/kubeapps/values.yaml +++ b/bitnami/kubeapps/values.yaml @@ -211,7 +211,7 @@ frontend: image: registry: docker.io repository: bitnami/nginx - tag: 1.26.0-debian-12-r0 + tag: 1.26.0-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -615,7 +615,7 @@ dashboard: image: registry: docker.io repository: bitnami/kubeapps-dashboard - tag: 2.10.0-debian-12-r3 + tag: 2.10.0-debian-12-r4 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1007,7 +1007,7 @@ apprepository: image: registry: docker.io repository: bitnami/kubeapps-apprepository-controller - tag: 2.10.0-debian-12-r3 + tag: 2.10.0-debian-12-r4 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1034,7 +1034,7 @@ apprepository: syncImage: registry: docker.io repository: bitnami/kubeapps-asset-syncer - tag: 2.10.0-debian-12-r3 + tag: 2.10.0-debian-12-r4 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-r11 + tag: 7.6.0-debian-12-r12 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1547,7 +1547,7 @@ pinnipedProxy: image: registry: docker.io repository: bitnami/kubeapps-pinniped-proxy - tag: 2.10.0-debian-12-r3 + tag: 2.10.0-debian-12-r4 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1862,7 +1862,7 @@ kubeappsapis: image: registry: docker.io repository: bitnami/kubeapps-apis - tag: 2.10.0-debian-12-r4 + tag: 2.10.0-debian-12-r5 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -2232,7 +2232,7 @@ ociCatalog: image: registry: docker.io repository: bitnami/kubeapps-oci-catalog - tag: 2.10.0-debian-12-r3 + tag: 2.10.0-debian-12-r4 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'