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

Commit 0c3d591

Browse files
github-actions[bot]kubeapps-botantgamdia
authored
Sync chart with bitnami/kubeapps chart (version 15.0.2) (#7682)
### 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 <tanzu-kubeapps-team@vmware.com> Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com> Co-authored-by: kubeapps-bot <tanzu-kubeapps-team@vmware.com> Co-authored-by: Antonio Gamez Diaz <agamez@vmware.com>
1 parent b0367ee commit 0c3d591

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

chart/kubeapps/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
version: 19.0.2
55
- name: postgresql
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 15.2.1
7+
version: 15.2.4
88
- name: common
99
repository: oci://registry-1.docker.io/bitnamicharts
1010
version: 2.19.1
11-
digest: sha256:d64105d1430715a1fb7d70d0374d41d3e89060a673e97ed9eb8d6e2737826f2e
12-
generated: "2024-04-02T12:29:24.392238637+02:00"
11+
digest: sha256:2ff034d67cb1b9c11f0243b3ab9a6a8642bf12142df2f86043f9006adf6dbba1
12+
generated: "2024-04-08T09:01:34.727544997Z"

chart/kubeapps/Chart.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: kubeapps-apis
9-
image: docker.io/bitnami/kubeapps-apis:2.9.0-debian-12-r19
9+
image: docker.io/bitnami/kubeapps-apis:2.10.0-debian-12-r0
1010
- name: kubeapps-apprepository-controller
11-
image: docker.io/bitnami/kubeapps-apprepository-controller:2.9.0-debian-12-r18
11+
image: docker.io/bitnami/kubeapps-apprepository-controller:2.10.0-debian-12-r0
1212
- name: kubeapps-asset-syncer
13-
image: docker.io/bitnami/kubeapps-asset-syncer:2.9.0-debian-12-r19
13+
image: docker.io/bitnami/kubeapps-asset-syncer:2.10.0-debian-12-r0
1414
- name: kubeapps-dashboard
15-
image: docker.io/bitnami/kubeapps-dashboard:2.9.0-debian-12-r18
15+
image: docker.io/bitnami/kubeapps-dashboard:2.10.0-debian-12-r0
1616
- name: kubeapps-oci-catalog
17-
image: docker.io/bitnami/kubeapps-oci-catalog:2.9.0-debian-12-r17
17+
image: docker.io/bitnami/kubeapps-oci-catalog:2.10.0-debian-12-r0
1818
- name: kubeapps-pinniped-proxy
19-
image: docker.io/bitnami/kubeapps-pinniped-proxy:2.9.0-debian-12-r17
19+
image: docker.io/bitnami/kubeapps-pinniped-proxy:2.10.0-debian-12-r0
2020
- name: nginx
21-
image: docker.io/bitnami/nginx:1.25.4-debian-12-r3
21+
image: docker.io/bitnami/nginx:1.25.4-debian-12-r7
2222
- name: oauth2-proxy
23-
image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r4
23+
image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r7
2424
apiVersion: v2
2525
appVersion: DEVEL
2626
dependencies:
@@ -52,4 +52,4 @@ maintainers:
5252
name: kubeapps
5353
sources:
5454
- https://github.com/bitnami/charts/tree/main/bitnami/kubeapps
55-
version: 15.0.1-dev
55+
version: 15.0.3-dev

chart/kubeapps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,4 +1194,4 @@ Unless required by applicable law or agreed to in writing, software
11941194
distributed under the License is distributed on an "AS IS" BASIS,
11951195
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11961196
See the License for the specific language governing permissions and
1197-
limitations under the License.
1197+
limitations under the License.

chart/kubeapps/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ frontend:
211211
image:
212212
registry: docker.io
213213
repository: bitnami/nginx
214-
tag: 1.25.4-debian-12-r3
214+
tag: 1.25.4-debian-12-r7
215215
digest: ""
216216
## Specify a imagePullPolicy
217217
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1391,7 +1391,7 @@ authProxy:
13911391
image:
13921392
registry: docker.io
13931393
repository: bitnami/oauth2-proxy
1394-
tag: 7.6.0-debian-12-r4
1394+
tag: 7.6.0-debian-12-r7
13951395
digest: ""
13961396
## Specify a imagePullPolicy
13971397
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)