Skip to content

Commit ab696c4

Browse files
github-actions[bot]kubeapps-botbeltran-rubo
authored
Sync chart with bitnami/kubeapps chart (version 17.1.1) (#8190)
### 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 <[email protected]> Co-authored-by: kubeapps-bot <[email protected]> Co-authored-by: Beltran Rueda <[email protected]>
1 parent c3f2462 commit ab696c4

File tree

7 files changed

+81
-44
lines changed

7 files changed

+81
-44
lines changed

chart/kubeapps/CHANGELOG.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
# Changelog
22

3-
## 17.0.2 (2024-10-31)
3+
## 17.1.1 (2024-12-24)
44

5-
* [bitnami/kubeapps] Release 17.0.2 ([#30164](https://github.com/bitnami/charts/pull/30164))
5+
* [bitnami/kubeapps] Release 17.1.1 ([#31153](https://github.com/bitnami/charts/pull/31153))
6+
7+
## 17.1.0 (2024-12-10)
8+
9+
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
10+
* [bitnami/*] docs: :memo: Add "Backup & Restore" section (#30711) ([35ab536](https://github.com/bitnami/charts/commit/35ab5363741e7548f4076f04da6e62d10153c60c)), closes [#30711](https://github.com/bitnami/charts/issues/30711)
11+
* [bitnami/kubeapps] Detect non-standard images (#30914) ([2ff6384](https://github.com/bitnami/charts/commit/2ff6384c57f0d270bbe8651fc9908fca1978aa28)), closes [#30914](https://github.com/bitnami/charts/issues/30914)
12+
13+
## <small>17.0.3 (2024-11-08)</small>
14+
15+
* [bitnami/kubeapps] Unify seLinuxOptions default value (#30343) ([bdebc92](https://github.com/bitnami/charts/commit/bdebc9238ffec5d47e805966811a3be84e4f0d79)), closes [#30343](https://github.com/bitnami/charts/issues/30343)
16+
17+
## <small>17.0.2 (2024-10-31)</small>
18+
19+
* [bitnami/*] Remove wrong comment about imagePullPolicy (#30107) ([a51f9e4](https://github.com/bitnami/charts/commit/a51f9e4bb0fbf77199512d35de7ac8abe055d026)), closes [#30107](https://github.com/bitnami/charts/issues/30107)
20+
* [bitnami/kubeapps] Release 17.0.2 (#30164) ([be30b31](https://github.com/bitnami/charts/commit/be30b315457e24fedb63ba336c73929fa8294c55)), closes [#30164](https://github.com/bitnami/charts/issues/30164)
21+
* Update documentation links to techdocs.broadcom.com (#29931) ([f0d9ad7](https://github.com/bitnami/charts/commit/f0d9ad78f39f633d275fc576d32eae78ded4d0b8)), closes [#29931](https://github.com/bitnami/charts/issues/29931)
22+
23+
## <small>17.0.1 (2024-10-14)</small>
24+
25+
* [bitnami/kubeapps] Release 17.0.1 (#29886) ([a1f4eb7](https://github.com/bitnami/charts/commit/a1f4eb71c2190feed6e047d7e28ba18e0e491e86)), closes [#29886](https://github.com/bitnami/charts/issues/29886)
626

727
## 17.0.0 (2024-10-03)
828

chart/kubeapps/Chart.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: redis
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 20.2.1
4+
version: 20.6.1
55
- name: postgresql
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 16.1.0
7+
version: 16.3.4
88
- name: common
99
repository: oci://registry-1.docker.io/bitnamicharts
10-
version: 2.26.0
11-
digest: sha256:8765098cabaca39ce13d856f5260df97667201dac6d2209280e5de9ad1a33006
12-
generated: "2024-10-31T19:49:51.754205675Z"
10+
version: 2.28.0
11+
digest: sha256:6aaeb8efc03e1868a06b2c61c6665694eb3510bc7689a95269cda2fb912fb7fd
12+
generated: "2024-12-24T09:59:54.365449196Z"

chart/kubeapps/Chart.yaml

+9-9
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.12.0-debian-12-r0
9+
image: docker.io/bitnami/kubeapps-apis:2.12.1-debian-12-r0
1010
- name: kubeapps-apprepository-controller
11-
image: docker.io/bitnami/kubeapps-apprepository-controller:2.12.0-debian-12-r0
11+
image: docker.io/bitnami/kubeapps-apprepository-controller:2.12.1-debian-12-r0
1212
- name: kubeapps-asset-syncer
13-
image: docker.io/bitnami/kubeapps-asset-syncer:2.12.0-debian-12-r0
13+
image: docker.io/bitnami/kubeapps-asset-syncer:2.12.1-debian-12-r0
1414
- name: kubeapps-dashboard
15-
image: docker.io/bitnami/kubeapps-dashboard:2.12.0-debian-12-r0
15+
image: docker.io/bitnami/kubeapps-dashboard:2.12.1-debian-12-r0
1616
- name: kubeapps-oci-catalog
17-
image: docker.io/bitnami/kubeapps-oci-catalog:2.12.0-debian-12-r0
17+
image: docker.io/bitnami/kubeapps-oci-catalog:2.12.1-debian-12-r0
1818
- name: kubeapps-pinniped-proxy
19-
image: docker.io/bitnami/kubeapps-pinniped-proxy:2.12.0-debian-12-r0
19+
image: docker.io/bitnami/kubeapps-pinniped-proxy:2.12.1-debian-12-r0
2020
- name: nginx
21-
image: docker.io/bitnami/nginx:1.27.2-debian-12-r2
21+
image: docker.io/bitnami/nginx:1.27.3-debian-12-r0
2222
- name: oauth2-proxy
23-
image: docker.io/bitnami/oauth2-proxy:7.7.1-debian-12-r1
23+
image: docker.io/bitnami/oauth2-proxy:7.7.1-debian-12-r4
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: 17.0.2
55+
version: 17.1.1

0 commit comments

Comments
 (0)