From 90ab19179e65d8fce6759ba89c238c1aa034d1d5 Mon Sep 17 00:00:00 2001 From: kubeapps-bot Date: Wed, 19 Jun 2024 04:03:52 +0000 Subject: [PATCH] bump chart version to 15.3.4 Signed-off-by: kubeapps-bot --- chart/kubeapps/.helmignore | 4 +- chart/kubeapps/CHANGELOG.md | 1381 +++++++++++++++++ chart/kubeapps/Chart.lock | 10 +- chart/kubeapps/Chart.yaml | 22 +- chart/kubeapps/README.md | 24 +- chart/kubeapps/templates/NOTES.txt | 1 + chart/kubeapps/templates/_helpers.tpl | 2 +- .../apprepository/apprepositories-secret.yaml | 2 +- .../apprepository/apprepositories.yaml | 2 +- .../templates/apprepository/deployment.yaml | 2 +- .../apprepository/networkpolicy.yaml | 2 +- .../kubeapps/templates/apprepository/pdb.yaml | 30 + .../templates/apprepository/rbac.yaml | 2 +- .../apprepository/serviceaccount.yaml | 2 +- .../templates/dashboard/configmap.yaml | 2 +- .../templates/dashboard/deployment.yaml | 5 +- .../templates/dashboard/networkpolicy.yaml | 2 +- chart/kubeapps/templates/dashboard/pdb.yaml | 30 + .../kubeapps/templates/dashboard/service.yaml | 2 +- chart/kubeapps/templates/extra-list.yaml | 2 +- .../templates/frontend/configmap.yaml | 2 +- .../templates/frontend/deployment.yaml | 5 +- .../templates/frontend/networkpolicy.yaml | 2 +- .../templates/frontend/oauth2-secret.yaml | 2 +- chart/kubeapps/templates/frontend/pdb.yaml | 30 + .../kubeapps/templates/frontend/service.yaml | 2 +- chart/kubeapps/templates/ingress-api.yaml | 2 +- chart/kubeapps/templates/ingress.yaml | 2 +- .../templates/kubeappsapis/configmap.yaml | 2 +- .../templates/kubeappsapis/deployment.yaml | 10 +- .../templates/kubeappsapis/networkpolicy.yaml | 2 +- .../kubeapps/templates/kubeappsapis/pdb.yaml | 30 + .../kubeapps/templates/kubeappsapis/rbac.yaml | 2 +- .../templates/kubeappsapis/rbac_fluxv2.yaml | 2 +- .../templates/kubeappsapis/service.yaml | 2 +- .../kubeappsapis/serviceaccount.yaml | 2 +- chart/kubeapps/templates/shared/config.yaml | 2 +- .../shared/helm-global-repos-namespace.yaml | 2 +- chart/kubeapps/templates/tls-secrets.yaml | 2 +- chart/kubeapps/values.schema.json | 2 +- chart/kubeapps/values.yaml | 54 +- 41 files changed, 1623 insertions(+), 67 deletions(-) create mode 100644 chart/kubeapps/CHANGELOG.md create mode 100644 chart/kubeapps/templates/apprepository/pdb.yaml create mode 100644 chart/kubeapps/templates/dashboard/pdb.yaml create mode 100644 chart/kubeapps/templates/frontend/pdb.yaml create mode 100644 chart/kubeapps/templates/kubeappsapis/pdb.yaml diff --git a/chart/kubeapps/.helmignore b/chart/kubeapps/.helmignore index 1206beba76a..34d55e3e796 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. @@ -24,3 +24,5 @@ *.tmproj # img folder img/ +# Changelog +CHANGELOG.md diff --git a/chart/kubeapps/CHANGELOG.md b/chart/kubeapps/CHANGELOG.md new file mode 100644 index 00000000000..a9bb87791e8 --- /dev/null +++ b/chart/kubeapps/CHANGELOG.md @@ -0,0 +1,1381 @@ +# Changelog + +## 15.3.4 (2024-06-18) + +* [bitnami/kubeapps] Release 15.3.4 ([#27370](https://github.com/bitnami/charts/pull/27370)) + +## 15.3.3 (2024-06-17) + +* [bitnami/kubeapps] Release 15.3.3 (#27270) ([3770923](https://github.com/bitnami/charts/commit/3770923925b87e06d7689be4d40457ce2b86e367)), closes [#27270](https://github.com/bitnami/charts/issues/27270) + +## 15.3.2 (2024-06-07) + +* [bitnami/kubeapps] Release 15.3.2 (#26904) ([23bbc7b](https://github.com/bitnami/charts/commit/23bbc7b26b43cfe3d4be24cdfca84887d9a4e85a)), closes [#26904](https://github.com/bitnami/charts/issues/26904) + +## 15.3.1 (2024-06-06) + +* [bitnami/kubeapps] Release 15.3.1 (#26974) ([042ec4d](https://github.com/bitnami/charts/commit/042ec4db43b95bfc57d366ae1300c03c6fd677ac)), closes [#26974](https://github.com/bitnami/charts/issues/26974) + +## 15.3.0 (2024-06-06) + +* [bitnami/kubeapps] Enable PodDisruptionBudgets (part 2) (#26701) ([f4e8688](https://github.com/bitnami/charts/commit/f4e868898b61b2de7c367d23135209c9e92dd021)), closes [#26701](https://github.com/bitnami/charts/issues/26701) + +## 15.2.2 (2024-06-05) + +* [bitnami/kubeapps] Bump chart version (#26842) ([16d5b78](https://github.com/bitnami/charts/commit/16d5b784039a37ca643ac685c56d87373b1edaf7)), closes [#26842](https://github.com/bitnami/charts/issues/26842) + +## 15.2.1 (2024-06-05) + +* [bitnami/kubeapps] Bump chart version (#26784) ([30ed241](https://github.com/bitnami/charts/commit/30ed241740bd6dab47af5ec3ebfbae0fc2aa4970)), closes [#26784](https://github.com/bitnami/charts/issues/26784) + +## 15.2.0 (2024-06-04) + +* [bitnami/kubeapps] Enable PodDisruptionBudgets (#26505) ([9e6a2b3](https://github.com/bitnami/charts/commit/9e6a2b3cd6aae4e47c292be7f78db1e8ed900cea)), closes [#26505](https://github.com/bitnami/charts/issues/26505) + +## 15.1.2 (2024-06-03) + +* [bitnami/kubeapps] Release 15.1.2 (#26573) ([a1ac42b](https://github.com/bitnami/charts/commit/a1ac42b09c572000f01b7159699cc399aef3d875)), closes [#26573](https://github.com/bitnami/charts/issues/26573) + +## 15.1.1 (2024-05-22) + +* [bitnami/kubeapps] Use different liveness/readiness probes (#26171) ([22d3f7c](https://github.com/bitnami/charts/commit/22d3f7cdf241920536423f7f98b90053db84cfe2)), closes [#26171](https://github.com/bitnami/charts/issues/26171) + +## 15.1.0 (2024-05-21) + +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/kubeapps] feat: :sparkles: :lock: Add warning when original images are replaced (#26231) ([8be3e8b](https://github.com/bitnami/charts/commit/8be3e8b93db49c1f6ec3ac726de6c292c9f2e1ed)), closes [#26231](https://github.com/bitnami/charts/issues/26231) + +## 15.0.5 (2024-05-20) + +* [bitnami/kubeapps] Release 15.0.5 updating components versions (#26101) ([5705c93](https://github.com/bitnami/charts/commit/5705c93d2ab40d1f00a7c9f44ee0935d6a322632)), closes [#26101](https://github.com/bitnami/charts/issues/26101) + +## 15.0.4 (2024-05-13) + +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/kubeapps] Release 15.0.4 updating components versions (#25727) ([623b42e](https://github.com/bitnami/charts/commit/623b42e4d3c3192c678ef7651d2ff27f2deb239e)), closes [#25727](https://github.com/bitnami/charts/issues/25727) + +## 15.0.3 (2024-04-30) + +* [bitnami/kubeapps] Release 15.0.3 updating components versions (#25410) ([0ea5b69](https://github.com/bitnami/charts/commit/0ea5b698f055aa838432d59bab77029f2052bb1a)), closes [#25410](https://github.com/bitnami/charts/issues/25410) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) + +## 15.0.2 (2024-04-08) + +* [bitnami/kubeapps] Release 15.0.2 updating components versions (#25031) ([9be759d](https://github.com/bitnami/charts/commit/9be759d54bdaf9b8d2ab3e7232f451aee89d4bd7)), closes [#25031](https://github.com/bitnami/charts/issues/25031) + +## 15.0.1 (2024-04-05) + +* [bitnami/kubeapps] Release 15.0.1 (#24980) ([6ede7f9](https://github.com/bitnami/charts/commit/6ede7f9f6522654f0e2bbecf9a72c1f779ee8c9e)), closes [#24980](https://github.com/bitnami/charts/issues/24980) + +## 15.0.0 (2024-04-04) + +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/kubeapps] feat!: :lock: :boom: Improve security defaults (#24809) ([417df02](https://github.com/bitnami/charts/commit/417df027bab8797d43df0d005555f7e72cbe6845)), closes [#24809](https://github.com/bitnami/charts/issues/24809) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) + +## 14.7.2 (2024-03-13) + +* [bitnami/kubeapps] Update chart deps (#24397) ([55c1ff0](https://github.com/bitnami/charts/commit/55c1ff0025b0eb7634a0d749325810a4e1fd9cec)), closes [#24397](https://github.com/bitnami/charts/issues/24397) + +## 14.7.1 (2024-03-08) + +* [bitnami/kubeapps] Release 14.7.1 updating components versions (#24293) ([bc81f90](https://github.com/bitnami/charts/commit/bc81f907bb2ba572d90e96e87deb8a172d0d954e)), closes [#24293](https://github.com/bitnami/charts/issues/24293) + +## 14.7.0 (2024-03-06) + +* [bitnami/kubeapps] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([3fe282e](https://github.com/bitnami/charts/commit/3fe282ed1b14b9a93d8a1d7aa544de0ee83f6c6a)), closes [#24108](https://github.com/bitnami/charts/issues/24108) + +## 14.6.0 (2024-02-29) + +* [bitnami/kubeapps] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23948) ([756cdba](https://github.com/bitnami/charts/commit/756cdba644d676a12259a9f306a19256cd5d0c05)), closes [#23948](https://github.com/bitnami/charts/issues/23948) + +## 14.5.2 (2024-02-23) + +* [bitnami/kubeapps] Release 14.5.2 (#23841) ([dd0dd2e](https://github.com/bitnami/charts/commit/dd0dd2ecb1a9cdbb2cd3882469899aac9b45d880)), closes [#23841](https://github.com/bitnami/charts/issues/23841) + +## 14.5.1 (2024-02-21) + +* [bitnami/kubeapps] Release 14.5.1 updating components versions (#23668) ([2882bdf](https://github.com/bitnami/charts/commit/2882bdfe151754ce3e6674ca6911fa6576d351a1)), closes [#23668](https://github.com/bitnami/charts/issues/23668) + +## 14.5.0 (2024-02-20) + +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) + +## 14.4.0 (2024-02-15) + +* [bitnami/kubeapps] feat: :sparkles: :lock: Add resource preset support (#23475) ([75309fe](https://github.com/bitnami/charts/commit/75309fef1d3dbcb414e7f9125f8fcd94654f30dc)), closes [#23475](https://github.com/bitnami/charts/issues/23475) + +## 14.3.3 (2024-02-03) + +* [bitnami/kubeapps] Release 14.3.3 updating components versions (#23158) ([54a5017](https://github.com/bitnami/charts/commit/54a50174742cb63bfff30bc28dec1459b162e217)), closes [#23158](https://github.com/bitnami/charts/issues/23158) + +## 14.3.2 (2024-01-27) + +* [bitnami/kubeapps] Release 14.3.2 updating components versions (#22802) ([fe5a045](https://github.com/bitnami/charts/commit/fe5a04542a475086ff1a835078e4e9196eb74545)), closes [#22802](https://github.com/bitnami/charts/issues/22802) + +## 14.3.1 (2024-01-25) + +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/kubeapps] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22612) ([0ada506](https://github.com/bitnami/charts/commit/0ada5061de1547b7bd0e64608cab9820eb5b3b5e)), closes [#22612](https://github.com/bitnami/charts/issues/22612) + +## 14.3.0 (2024-01-22) + +* [bitnami/kubeapps] fix: :lock: Move service-account token auto-mount to pod declaration (#22423) ([c26e677](https://github.com/bitnami/charts/commit/c26e677871c3dcea587e30329835277c1cb8814d)), closes [#22423](https://github.com/bitnami/charts/issues/22423) + +## 14.2.1 (2024-01-18) + +* [bitnami/kubeapps] Release 14.2.1 updating components versions (#22299) ([1609037](https://github.com/bitnami/charts/commit/16090378060ffecada5167f245538e3bd24f75f9)), closes [#22299](https://github.com/bitnami/charts/issues/22299) + +## 14.2.0 (2024-01-17) + +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/kubeapps] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([80e22f4](https://github.com/bitnami/charts/commit/80e22f45b29f8b0d5343e9d4ea1945f8db426b59)), closes [#22143](https://github.com/bitnami/charts/issues/22143) + +## 14.1.3 (2023-12-31) + +* [bitnami/kubeapps] Release 14.1.3 updating components versions (#21803) ([df7fc53](https://github.com/bitnami/charts/commit/df7fc53838acbf43743fe5cef1b5a6c208062c2e)), closes [#21803](https://github.com/bitnami/charts/issues/21803) + +## 14.1.2 (2023-11-21) + +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/kubeapps] Release 14.1.2 updating components versions (#21131) ([644005e](https://github.com/bitnami/charts/commit/644005e240b6390b1cab6ab3d6ed012d1ea1b30b)), closes [#21131](https://github.com/bitnami/charts/issues/21131) + +## 14.1.1 (2023-11-08) + +* [bitnami/kubeapps] Release 14.1.1 updating components versions (#20759) ([712403e](https://github.com/bitnami/charts/commit/712403e19b2bdd30ac8d3bf5f848c7a2e27f2dc0)), closes [#20759](https://github.com/bitnami/charts/issues/20759) + +## 14.1.0 (2023-11-08) + +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/kubeapps] feat: :sparkles: Add support for PSA restricted policy (#20465) ([152ca73](https://github.com/bitnami/charts/commit/152ca73064b0595a81b626517d1b71fcdcdeac0d)), closes [#20465](https://github.com/bitnami/charts/issues/20465) + +## 14.0.2 (2023-10-16) + +* [bitnami/kubeapps] Use different app.kubernetes.io/version label on subcomponents (#19341) ([00af6dd](https://github.com/bitnami/charts/commit/00af6dd6f13f99100eb425e4abcd319cf8ea7387)), closes [#19341](https://github.com/bitnami/charts/issues/19341) + +## 14.0.1 (2023-10-12) + +* [bitnami/kubeapps] Release 14.0.1 (#20114) ([ffaa874](https://github.com/bitnami/charts/commit/ffaa874235b010d355c8fdfc08bbc13d4db9c042)), closes [#20114](https://github.com/bitnami/charts/issues/20114) + +## 14.0.0 (2023-10-12) + +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/kubeapps] Release Kubeapps 2.9.0 and bump bitnami/postgresql to its latest version (#19806) ([311b9da](https://github.com/bitnami/charts/commit/311b9dad308e874ff096c6b10856c6e5e2062edb)), closes [#19806](https://github.com/bitnami/charts/issues/19806) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) + +## 13.1.1 (2023-09-07) + +* [bitnami/kubeapps: Use merge helper]: (#19166) ([c9716b7](https://github.com/bitnami/charts/commit/c9716b7089e6213692e6c319c3b7c7bb39d00620)), closes [#19166](https://github.com/bitnami/charts/issues/19166) + +## 13.1.0 (2023-08-29) + +* [bitnami/kubeapps] Support for customizing standard labels (#18618) ([d0be37c](https://github.com/bitnami/charts/commit/d0be37cb6d5533850b412d928c4e17fde852beb9)), closes [#18618](https://github.com/bitnami/charts/issues/18618) + +## 13.0.1 (2023-08-28) + +* [bitnami/kubeapps] Release 13.0.1 (#18906) ([b8c5e41](https://github.com/bitnami/charts/commit/b8c5e419d5a58bc93607f73cfeeac213c9eb2ddc)), closes [#18906](https://github.com/bitnami/charts/issues/18906) + +## 13.0.0 (2023-08-28) + +* [bitnami/kubeapps] Update Redis' subchart (#18900) ([f3ab0f6](https://github.com/bitnami/charts/commit/f3ab0f69718399acd1961ffca0157cf6cdae6806)), closes [#18900](https://github.com/bitnami/charts/issues/18900) + +## 12.4.12 (2023-08-25) + +* [bitnami/kubeapps] Release 12.4.12 (#18869) ([a489240](https://github.com/bitnami/charts/commit/a489240fa749308a9efe63ff4a49515ddacacbf5)), closes [#18869](https://github.com/bitnami/charts/issues/18869) + +## 12.4.11 (2023-08-20) + +* [bitnami/kubeapps] Release 12.4.11 (#18678) ([630622f](https://github.com/bitnami/charts/commit/630622f2333b466f90a83b688402012088a7c3a5)), closes [#18678](https://github.com/bitnami/charts/issues/18678) + +## 12.4.10 (2023-08-17) + +* [bitnami/kubeapps] Release 12.4.10 (#18489) ([347624b](https://github.com/bitnami/charts/commit/347624b61dd041d9a6c5918838519d18f8b2fcfe)), closes [#18489](https://github.com/bitnami/charts/issues/18489) + +## 12.4.9 (2023-08-08) + +* [bitnami/kubeapps] chore: :page_facing_up: Remove license in CRDs (#18265) ([f5f5358](https://github.com/bitnami/charts/commit/f5f5358330738f7f728a31de9280ab274d22f380)), closes [#18265](https://github.com/bitnami/charts/issues/18265) + +## 12.4.8 (2023-07-25) + +* [bitnami/kubeapps] Release 12.4.8 (#17911) ([b00e7d1](https://github.com/bitnami/charts/commit/b00e7d1c4f7d30d9987f1c3aa3c93520f8921984)), closes [#17911](https://github.com/bitnami/charts/issues/17911) + +## 12.4.7 (2023-07-13) + +* [bitnami/kubeapps] Release 12.4.7 (#17690) ([fb75c56](https://github.com/bitnami/charts/commit/fb75c5684f005f8eaa01bdbc32f5ee3ec743b62c)), closes [#17690](https://github.com/bitnami/charts/issues/17690) + +## 12.4.6 (2023-07-05) + +* [kubeapps] Add missing 2.8.0 kubeapps-apis image. (#17481) ([3c79552](https://github.com/bitnami/charts/commit/3c79552eb92769a2d19d4af8f890cf033d844a64)), closes [#17481](https://github.com/bitnami/charts/issues/17481) + +## 12.4.5 (2023-07-04) + +* [bitnami/kubeapps] Release 12.4.5 (#17460) ([5e1c6c4](https://github.com/bitnami/charts/commit/5e1c6c488eae96ce61d1284c00f9492c7480300d)), closes [#17460](https://github.com/bitnami/charts/issues/17460) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) + +## 12.4.4 (2023-06-20) + +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/kubeapps] Release 12.4.4 (#17216) ([b50eebe](https://github.com/bitnami/charts/commit/b50eebeeacb915b6ca55eba2d57182fa60debf45)), closes [#17216](https://github.com/bitnami/charts/issues/17216) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) + +## 12.4.3 (2023-05-21) + +* [bitnami/kubeapps] Release 12.4.3 (#16780) ([d6c0732](https://github.com/bitnami/charts/commit/d6c07328ce155f314c3135d6fc21f1fbdd40f6e1)), closes [#16780](https://github.com/bitnami/charts/issues/16780) + +## 12.4.2 (2023-05-16) + +* [bitnami/kubeapps] Release 12.4.2 (#16690) ([0215caa](https://github.com/bitnami/charts/commit/0215caaa34d8c64be945f0a09b126ed59f7ee080)), closes [#16690](https://github.com/bitnami/charts/issues/16690) + +## 12.4.1 (2023-05-12) + +* [bitnami/kubeapps] Switch Readiness check to grpc. Fix home URL (#16556) ([2a0114c](https://github.com/bitnami/charts/commit/2a0114cc5366b55d1a27f14724cd699079fe5317)), closes [#16556](https://github.com/bitnami/charts/issues/16556) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) + +## 12.4.0 (2023-05-09) + +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) + +## 12.3.3 (2023-05-09) + +* [bitnami/kubeapps] Release 12.3.3 (#16518) ([3e29d49](https://github.com/bitnami/charts/commit/3e29d490c02ede1d584e7e0ba5f32c31c6539a04)), closes [#16518](https://github.com/bitnami/charts/issues/16518) + +## 12.3.2 (2023-04-28) + +* [bitnami/kubeapps] Release 12.3.2 (#16148) ([ec60173](https://github.com/bitnami/charts/commit/ec601737b7f0b136378ab0ba041c37cd65d20d9d)), closes [#16148](https://github.com/bitnami/charts/issues/16148) + +## 12.3.1 (2023-04-20) + +* Update to add missing image from Kubeapps release. (#16138) ([647e1b7](https://github.com/bitnami/charts/commit/647e1b700ddf0cf3c5e4ffd8b017f978e60b46b2)), closes [#16138](https://github.com/bitnami/charts/issues/16138) + +## 12.3.0 (2023-04-20) + +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) + +## 12.2.10 (2023-04-20) + +* [bitnami/kubeapps] Release 12.2.10 (#16135) ([ff9c638](https://github.com/bitnami/charts/commit/ff9c6384276a05dcc497df0d0a478d5bdd53047c)), closes [#16135](https://github.com/bitnami/charts/issues/16135) + +## 12.2.9 (2023-04-01) + +* [bitnami/kubeapps] Release 12.2.9 (#15868) ([0289e91](https://github.com/bitnami/charts/commit/0289e91b1c390b14b12cf54f4c93f7d6da1861a2)), closes [#15868](https://github.com/bitnami/charts/issues/15868) + +## 12.2.8 (2023-03-22) + +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/kubeapps] Release 12.2.8 (#15664) ([ac77203](https://github.com/bitnami/charts/commit/ac7720306c456ed38aacb33c1ab27c486443238c)), closes [#15664](https://github.com/bitnami/charts/issues/15664) + +## 12.2.7 (2023-03-02) + +* [bitnami/kubeapps] Release 12.2.7 (#15298) ([329d417](https://github.com/bitnami/charts/commit/329d4172e6306864011e52cbde11052d14ba5e87)), closes [#15298](https://github.com/bitnami/charts/issues/15298) + +## 12.2.6 (2023-03-01) + +* [bitnami/kubeapps] Release 12.2.6 (#15262) ([77a94f6](https://github.com/bitnami/charts/commit/77a94f6cfa29f50871494d2b6993bcf58b64e6f5)), closes [#15262](https://github.com/bitnami/charts/issues/15262) +* Fixes dead links (#15065) ([9e99fd9](https://github.com/bitnami/charts/commit/9e99fd94d89605c2aa47417ae80eecb86719d904)), closes [#15065](https://github.com/bitnami/charts/issues/15065) + +## 12.2.5 (2023-02-17) + +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/kubeapps] Release 12.2.5 (#15008) ([f54a137](https://github.com/bitnami/charts/commit/f54a137f38484a2010712c875ecd47d9c382be3b)), closes [#15008](https://github.com/bitnami/charts/issues/15008) + +## 12.2.4 (2023-02-06) + +* Update to correct 2.6.3 app images. (#14762) ([9195be2](https://github.com/bitnami/charts/commit/9195be24de5ba89a1ba876ac4e215b8d3c4d928c)), closes [#14762](https://github.com/bitnami/charts/issues/14762) [#14760](https://github.com/bitnami/charts/issues/14760) + +## 12.2.3 (2023-02-06) + +* [bitnami/kubeapps] Release 12.2.3 (#14760) ([ff752cf](https://github.com/bitnami/charts/commit/ff752cfd4db9856ad9f30d5befa2807ada47dfdf)), closes [#14760](https://github.com/bitnami/charts/issues/14760) + +## 12.2.2 (2023-02-05) + +* [bitnami/kubeapps] Release 12.2.2 (#14751) ([8915cec](https://github.com/bitnami/charts/commit/8915cec48a2cb135c8ea840513b2664d022e9b21)), closes [#14751](https://github.com/bitnami/charts/issues/14751) + +## 12.2.1 (2023-02-03) + +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/kubeapps] Don't regenerate self-signed certs on upgrade (#14635) ([ab081a3](https://github.com/bitnami/charts/commit/ab081a3f306fc4f1303d0258bbdc6a8e87b1702d)), closes [#14635](https://github.com/bitnami/charts/issues/14635) + +## 12.2.0 (2023-01-19) + +* [bitnami/kubeapps] Allow to use existing secret from authProxy.existi… (#14450) ([a63031c](https://github.com/bitnami/charts/commit/a63031c6308f9b98d9d5d47b169e50b9812a7681)), closes [#14450](https://github.com/bitnami/charts/issues/14450) + +## 12.1.6 (2023-01-18) + +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/kubeapps] wrap ASSET_SYNCER_DB_URL in conditional with no mutation when using externalDatab ([0013a27](https://github.com/bitnami/charts/commit/0013a272993b33f6fcdc63989eb3d854be1158c8)), closes [#14405](https://github.com/bitnami/charts/issues/14405) + +## 12.1.5 (2023-01-06) + +* [bitnami/kubeapps] Release 12.1.5 (#14200) ([2332e6f](https://github.com/bitnami/charts/commit/2332e6ffa12ab7a0ca747624bbe110a0fed8808c)), closes [#14200](https://github.com/bitnami/charts/issues/14200) + +## 12.1.4 (2023-01-04) + +* [bitnami/kubeapps] Custom postgres user name (#14138) ([fa22edc](https://github.com/bitnami/charts/commit/fa22edca901d0bc850417449efa4bf249be2b1ec)), closes [#14138](https://github.com/bitnami/charts/issues/14138) + +## 12.1.3 (2022-12-15) + +* [bitnami/kubeapps] Missing chart changes from the 2.6.2 release. (#13921) ([60a91c4](https://github.com/bitnami/charts/commit/60a91c41f0a3f4ba378560eafd7f587cb18f8069)), closes [#13921](https://github.com/bitnami/charts/issues/13921) + +## 12.1.2 (2022-12-07) + +* [bitnami/kubeapps] Release 12.1.2 (#13858) ([f910d6f](https://github.com/bitnami/charts/commit/f910d6f457f802dafe108c8f2d12c66c24f5f747)), closes [#13858](https://github.com/bitnami/charts/issues/13858) + +## 12.1.1 (2022-11-17) + +* [bitnami/kubeapps] Release 12.1.1 updating components versions ([a3bdb87](https://github.com/bitnami/charts/commit/a3bdb871f80d83ebc79c32b715cb731772f69759)) + +## 12.1.0 (2022-11-14) + +* [bitnami/kubeapps] Bump chart version to 12.1.0-dev0 (#13336) ([014fd6b](https://github.com/bitnami/charts/commit/014fd6be0141fa5655dfd7383535897b890572e1)), closes [#13336](https://github.com/bitnami/charts/issues/13336) + +## 12.0.1 (2022-11-03) + +* [bitnami/kubeapps] Release 12.0.1 updating components versions ([f3e8f4d](https://github.com/bitnami/charts/commit/f3e8f4dabfa508ff795996f6daa9ebe8729f2867)) + +## 12.0.0 (2022-10-28) + +* [bitnami/kubeapps] Update dependencies (#13221) ([a3e3f37](https://github.com/bitnami/charts/commit/a3e3f37204e39e62a8f9f38a83c2e116f3cdb029)), closes [#13221](https://github.com/bitnami/charts/issues/13221) + +## 11.0.1 (2022-10-17) + +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/kubeapps] Release 11.0.1 updating components versions ([25ae0b1](https://github.com/bitnami/charts/commit/25ae0b175c60c348e4197befcf6f340798994121)) + +## 11.0.0 (2022-10-07) + +* [bitnami/kubeapps] Bump chart version to 10.4.0-dev0 (#12828) ([e8436d2](https://github.com/bitnami/charts/commit/e8436d2a4f313e7556314954778166f2eb19cfa1)), closes [#12828](https://github.com/bitnami/charts/issues/12828) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) + +## 10.3.5 (2022-09-30) + +* [bitnami/kubeapps] Release 10.3.5 updating components versions ([1d4bd6a](https://github.com/bitnami/charts/commit/1d4bd6a8b5c6bf7928d9b24c3ce08aeeef480a7d)) + +## 10.3.4 (2022-09-21) + +* [bitnami/kubeapps] Use custom probes if given (#12517) ([685229e](https://github.com/bitnami/charts/commit/685229e68a494a9edb4ce73ee115eb7e0399a43e)), closes [#12517](https://github.com/bitnami/charts/issues/12517) [#12354](https://github.com/bitnami/charts/issues/12354) + +## 10.3.3 (2022-08-31) + +* [bitnami/kubeapps] Release 10.3.3 updating components versions ([4fce91e](https://github.com/bitnami/charts/commit/4fce91e50029ea96b2986ec7d873688466d64369)) + +## 10.3.2 (2022-08-25) + +* [bitnami/kubeapps] Release 10.3.2 updating components versions ([d1febb7](https://github.com/bitnami/charts/commit/d1febb7bf8faf3e3bc10d0e10773952d7aa62833)) + +## 10.3.1 (2022-08-23) + +* [bitnami/kubeapps] Update Chart.lock (#12119) ([e1bbe2f](https://github.com/bitnami/charts/commit/e1bbe2f65a427bc2177a758cffa97bbad4e6a2b8)), closes [#12119](https://github.com/bitnami/charts/issues/12119) + +## 10.3.0 (2022-08-22) + +* [bitnami/kubeapps] Add support for image digest apart from tag (#11903) ([1bb1dbf](https://github.com/bitnami/charts/commit/1bb1dbfc88976fe1f574e2f16f2796544a39b232)), closes [#11903](https://github.com/bitnami/charts/issues/11903) + +## 10.2.2 (2022-08-17) + +* [bitnami/kubeapps] Release 10.2.2 updating components versions ([66760a0](https://github.com/bitnami/charts/commit/66760a0b06f26d4b21a29b6d962f6be05040e61f)) + +## 10.2.1 (2022-08-17) + +* [bitnami/kubeapps] Bump chart version to 10.2.1 (#11782) ([d1acc50](https://github.com/bitnami/charts/commit/d1acc50aea429f2c4a9a11b38985feef8c7d2f97)), closes [#11782](https://github.com/bitnami/charts/issues/11782) + +## 10.2.0 (2022-08-16) + +* [bitnami/kubeapps] Disable redis persistence by default (#11727) ([6cb91fc](https://github.com/bitnami/charts/commit/6cb91fc2558d21754357e5ef2b1dee6fdb93e272)), closes [#11727](https://github.com/bitnami/charts/issues/11727) + +## 10.1.1 (2022-08-11) + +* Allow prereleases in `kubeVersion` (#11725) ([136ca96](https://github.com/bitnami/charts/commit/136ca96743f09d0e6c354d759613f24b7ed8396b)), closes [#11725](https://github.com/bitnami/charts/issues/11725) + +## 10.1.0 (2022-08-11) + +* [bitnami/kubeapps] Add new params, set `kubeVersion` (#11685) ([17706dd](https://github.com/bitnami/charts/commit/17706ddd01ec99c4a9e266a1fb78d7e28e821c67)), closes [#11685](https://github.com/bitnami/charts/issues/11685) + +## 10.0.6 (2022-08-09) + +* [bitnami/kubeapps] Release 10.0.6 updating components versions ([b739c2e](https://github.com/bitnami/charts/commit/b739c2e41e82887a0f321815cd14782cb13ea200)) + +## 10.0.5 (2022-08-04) + +* [bitnami/kubeapps] Release 10.0.5 updating components versions ([98992df](https://github.com/bitnami/charts/commit/98992df18bc315040bd7d75221acb9a6bce2a12b)) + +## 10.0.4 (2022-08-03) + +* [bitnami/kubeapps] Release 10.0.4 updating components versions ([4a80043](https://github.com/bitnami/charts/commit/4a80043aee08d7b0698f7265ed3b7a315e34c1cd)) + +## 10.0.3 (2022-08-02) + +* [bitnami/kubeapps] Release 10.0.3 updating components versions ([ec71aff](https://github.com/bitnami/charts/commit/ec71aff8885195c10a62c7ea077d4c953dad60bb)) + +## 10.0.2 (2022-07-28) + +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/kubeapps] Release 10.0.2 updating components versions ([5d6daf7](https://github.com/bitnami/charts/commit/5d6daf71280934fad6519035651b46f28682b5e8)) + +## 10.0.1 (2022-07-18) + +* [bitnami/kubeapps] Prettify and unify Chart.yaml (#11217) ([b5a6f6d](https://github.com/bitnami/charts/commit/b5a6f6d78836c64b42107636c39b67cf401a6aa5)), closes [#11217](https://github.com/bitnami/charts/issues/11217) + +## 10.0.0 (2022-07-13) + +* [bitnami/kubeapps] Update Redis subchart (#11174) ([abef958](https://github.com/bitnami/charts/commit/abef95874286f40570750578fd1e7d65f16fae51)), closes [#11174](https://github.com/bitnami/charts/issues/11174) + +## 9.0.3 (2022-07-01) + +* [bitnami/kubeapps] Release 9.0.3 updating components versions ([81e787a](https://github.com/bitnami/charts/commit/81e787a45be19fd1523106e6a2cccf6108420874)) + +## 9.0.2 (2022-06-27) + +* [bitnami/kubeapps] Release 9.0.2 updating components versions ([2601d04](https://github.com/bitnami/charts/commit/2601d04de09805e00576be880c65412625e30f4f)) + +## 9.0.1 (2022-06-27) + +* [bitnami/kubeapps]Add app-name (#10889) ([7b7a9da](https://github.com/bitnami/charts/commit/7b7a9da5766e32e2f31b51ab7a08870cbc577f4e)), closes [#10889](https://github.com/bitnami/charts/issues/10889) + +## 9.0.0 (2022-06-24) + +* [bitnami/kubeapps] Bump chart version to 9.0.0 (#10859) ([f69ca40](https://github.com/bitnami/charts/commit/f69ca401eab34f17482b3a4d2568e8015c4321bd)), closes [#10859](https://github.com/bitnami/charts/issues/10859) + +## 8.1.11 (2022-06-10) + +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/kubeapps] Release 8.1.11 updating components versions ([0486fbf](https://github.com/bitnami/charts/commit/0486fbf8bc06dacebf56b06bcbcd9fbf8dce21fe)) + +## 8.1.10 (2022-06-07) + +* [bitnami/kubeapps] Release 8.1.10 updating components versions ([9d83c65](https://github.com/bitnami/charts/commit/9d83c654ad076aadb647f8f9db4547728ec7074d)) + +## 8.1.9 (2022-06-02) + +* [bitnami/kubeapps] Update chart to support specifying sync tolerations via values. (#10511) ([1e1c28f](https://github.com/bitnami/charts/commit/1e1c28fe32405b1c4ca32ca2e40a2dc274ce340d)), closes [#10511](https://github.com/bitnami/charts/issues/10511) +* Update Redis trademark references ([2cada87](https://github.com/bitnami/charts/commit/2cada87ed4967d5cb578b0409a0bb1edee79029a)) + +## 8.1.8 (2022-06-01) + +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) + +## 8.1.7 (2022-05-30) + +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) + +## 8.1.6 (2022-05-25) + +* [bitnami/kubeapps] Release 8.1.6 updating components versions ([0cc5850](https://github.com/bitnami/charts/commit/0cc5850c6a9a82cd62ad741e42f4e9678a381228)) + +## 8.1.5 (2022-05-22) + +* [bitnami/kubeapps] Release 8.1.5 updating components versions ([430cffc](https://github.com/bitnami/charts/commit/430cffc735643104dfddea6b126c3c5bdc02a8df)) + +## 8.1.4 (2022-05-21) + +* [bitnami/kubeapps] Release 8.1.4 updating components versions ([4a04599](https://github.com/bitnami/charts/commit/4a0459983cd53302ee46efa4a62419ea553030a7)) + +## 8.1.3 (2022-05-20) + +* [bitnami/kubeapps] Release 8.1.3 updating components versions ([e1790b2](https://github.com/bitnami/charts/commit/e1790b2b453ec43ad29fd616e89b91f2bf905fe4)) +* [bitnami/kubeapps] Update kubeapps links (#10292) ([fbf8c8e](https://github.com/bitnami/charts/commit/fbf8c8ef63d5895626f6fd408afa34f56e1992ac)), closes [#10292](https://github.com/bitnami/charts/issues/10292) + +## 8.1.2 (2022-05-18) + +* [bitnami/kubeapps] Release 8.1.2 updating components versions ([aa51f84](https://github.com/bitnami/charts/commit/aa51f84fb30fccf8232f274136aa64e4e5b70226)) + +## 8.1.1 (2022-05-18) + +* [bitnami/kubeapps] Release 8.1.1 updating components versions ([f2d6cec](https://github.com/bitnami/charts/commit/f2d6cec0fc22bcbfa31991ca09d9228759d72df7)) + +## 8.1.0 (2022-05-16) + +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) + +## 8.0.20 (2022-05-16) + +* [bitnami/kubeapps] Restore PG persistence disabling in Kubeapps chart. (#10228) ([1f06d3d](https://github.com/bitnami/charts/commit/1f06d3d39516f6379cd1e5455cb13cf57e4d4678)), closes [#10228](https://github.com/bitnami/charts/issues/10228) + +## 8.0.19 (2022-05-13) + +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) + +## 8.0.18 (2022-05-12) + +* [bitnami/kubeapps & solr] Unify icon in Chart.yaml (#10166) ([52f1a76](https://github.com/bitnami/charts/commit/52f1a7690b5ad3bf3416f6578a2dc437dae1198e)), closes [#10166](https://github.com/bitnami/charts/issues/10166) + +## 8.0.17 (2022-05-11) + +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/kubeapps] Remove CircleCI badge from README ([9d27bb9](https://github.com/bitnami/charts/commit/9d27bb9b36572d6655ecae5da74368ed74ff8878)) + +## 8.0.16 (2022-05-05) + +* [bitnami/kubeapps] Values references postgresPassword used by Kubeapps. (#10006) ([ec5fbdd](https://github.com/bitnami/charts/commit/ec5fbdd0148f1c2de0ba40d649508b8a636b1a32)), closes [#10006](https://github.com/bitnami/charts/issues/10006) [/github.com/bitnami/charts/pull/9441/files#diff-0f1b69af1b7c9c48d9d4f43c74fd880405aec305533aa650e1c26d7a2d20c300R1976-R1988](https://github.com//github.com/bitnami/charts/pull/9441/files/issues/diff-0f1b69af1b7c9c48d9d4f43c74fd880405aec305533aa650e1c26d7a2d20c300R1976-R1988) + +## 8.0.15 (2022-04-30) + +* [bitnami/kubeapps] Release 8.0.15 updating components versions ([67a72c8](https://github.com/bitnami/charts/commit/67a72c892e05c58857da56aff20fa5d84ec3d705)) + +## 8.0.14 (2022-04-28) + +* [bitnami/kubeapps] Release 8.0.14 updating components versions ([ae1656b](https://github.com/bitnami/charts/commit/ae1656b0e5f2524f711aec169b51e6d42762d11d)) + +## 8.0.13 (2022-04-21) + +* [bitnami/kubeapps] Release 8.0.13 updating components versions ([02b41b7](https://github.com/bitnami/charts/commit/02b41b74deeeeb3e8a2db059b2fa9c829fe2b5e9)) + +## 8.0.12 (2022-04-20) + +* [bitnami/kubeapps] Release 8.0.12 updating components versions ([e58faf3](https://github.com/bitnami/charts/commit/e58faf3f06195f314514e7d503959dc0074e471e)) + +## 8.0.11 (2022-04-19) + +* [bitnami/kubeapps] Release 8.0.11 updating components versions ([3cd7fcc](https://github.com/bitnami/charts/commit/3cd7fcc5ec0034782bde0c36f9eb154368bd7fd8)) + +## 8.0.10 (2022-04-11) + +* [bitnami/kubeapps] Add missing namespace to kubeappsapis configmap. (#9728) ([867e699](https://github.com/bitnami/charts/commit/867e699b9c5827404081292b706976cf91626804)), closes [#9728](https://github.com/bitnami/charts/issues/9728) + +## 8.0.9 (2022-04-07) + +* [bitnami/kubeapps] Release 8.0.9 updating components versions ([f0fdbf7](https://github.com/bitnami/charts/commit/f0fdbf751e3f8b08e0b41f1d1a4aa2a954e4ea8e)) + +## 8.0.8 (2022-04-05) + +* [bitnami/kubeapps] Bump chart version to 8.0.8 with changes from dev. (#9652) ([3ebe0b1](https://github.com/bitnami/charts/commit/3ebe0b143126c743e90bc25b4dff42b91104e880)), closes [#9652](https://github.com/bitnami/charts/issues/9652) + +## 8.0.7 (2022-04-04) + +* [bitnami/kubeapps] Kubeapps vmware tanzu (#9634) ([7a2b828](https://github.com/bitnami/charts/commit/7a2b82867f036cc42fb04d882be5c65a46f4ea66)), closes [#9634](https://github.com/bitnami/charts/issues/9634) + +## 8.0.6 (2022-04-02) + +* [bitnami/kubeapps] Release 8.0.6 updating components versions ([0cf1b64](https://github.com/bitnami/charts/commit/0cf1b646b649d8fecce3864b2852cc045671693a)) + +## 8.0.5 (2022-03-29) + +* [bitnami/kubeapps] Release 8.0.5 updating components versions ([ed28dc1](https://github.com/bitnami/charts/commit/ed28dc16b962fb3ca153e171d8441b22b8a7370e)) + +## 8.0.4 (2022-03-28) + +* [bitnami/kubeapps] Release 8.0.4 updating components versions ([0835a78](https://github.com/bitnami/charts/commit/0835a782a9d9a5b7785c402f0702340d7a0c4931)) + +## 8.0.3 (2022-03-27) + +* [bitnami/kubeapps] Release 8.0.3 updating components versions ([7a174d6](https://github.com/bitnami/charts/commit/7a174d62ba6435c6c3a89b417cb1863e845e4266)) + +## 8.0.2 (2022-03-24) + +* [bitnami/kubeapps] Fix service issue with NodePorts (#9561) ([fa6e1e6](https://github.com/bitnami/charts/commit/fa6e1e62f9da88ce23d7027cc310d689e6dfd126)), closes [#9561](https://github.com/bitnami/charts/issues/9561) + +## 8.0.1 (2022-03-23) + +* [bitnami/kubeapps] Fix kubeapps existing secret (#9523) ([03d6a86](https://github.com/bitnami/charts/commit/03d6a863c18ad1adb166cac83040ebe5c8f3e01e)), closes [#9523](https://github.com/bitnami/charts/issues/9523) + +## 8.0.0 (2022-03-22) + +* [bitnami/kubeapps] Chart standardised (#9441) ([7478682](https://github.com/bitnami/charts/commit/74786823f7721721bc8393fa875a913edfebea60)), closes [#9441](https://github.com/bitnami/charts/issues/9441) + +## 7.8.13 (2022-03-19) + +* [bitnami/kubeapps] Release 7.8.13 updating components versions ([e3ebea3](https://github.com/bitnami/charts/commit/e3ebea386feb86fd12c3540ff1c2cf4a41e999b0)) + +## 7.8.12 (2022-03-17) + +* [bitnami/kubeapps] Release 7.8.12 updating components versions ([e213064](https://github.com/bitnami/charts/commit/e2130642348210396c518b2e05229486fa3ef7b1)) + +## 7.8.11 (2022-03-17) + +* [bitnami/kubeapps] No longer deploy helm packaging dependencies when helm not enabled. (#9204) ([a532e4a](https://github.com/bitnami/charts/commit/a532e4a679c2272a270736d3a42bd6037d196877)), closes [#9204](https://github.com/bitnami/charts/issues/9204) + +## 7.8.10 (2022-03-16) + +* [bitnami/kubeapps] Release 7.8.10 updating components versions ([502aa1e](https://github.com/bitnami/charts/commit/502aa1e64541669b732a4eda896e5937847b6c3c)) + +## 7.8.9 (2022-03-15) + +* [bitnami/kubeapps] Release 7.8.9 updating components versions ([de1763a](https://github.com/bitnami/charts/commit/de1763a86f765f76d5c8ea5e505381d1159e370f)) + +## 7.8.8 (2022-03-07) + +* [bitnami/kubeapps] Release 7.8.8 updating components versions ([5a5b15a](https://github.com/bitnami/charts/commit/5a5b15a9bc427dd6e5e0cffba6a2f9ba6672f32c)) + +## 7.8.7 (2022-03-04) + +* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299) + +## 7.8.6 (2022-03-02) + +* [bitnami/kubeapps] Release 7.8.6 updating components versions ([915c246](https://github.com/bitnami/charts/commit/915c246fa7bfb637cdd38b6deaff6ede142c232d)) + +## 7.8.5 (2022-03-01) + +* [bitnami/kubeapps] Release 7.8.5 updating components versions ([6cd9717](https://github.com/bitnami/charts/commit/6cd9717e61a94a47a06615ab2eeac6694123b95b)) + +## 7.8.4 (2022-02-27) + +* [bitnami/kubeapps] Release 7.8.4 updating components versions ([4901cb9](https://github.com/bitnami/charts/commit/4901cb9b0e615cde1165c4d0e1a26a43e7879e98)) + +## 7.8.3 (2022-02-25) + +* [bitnami/kubeapps] Add nullable annotation in a param (#9209) ([b722173](https://github.com/bitnami/charts/commit/b722173df5cca997995e7207202b760198df9b13)), closes [#9209](https://github.com/bitnami/charts/issues/9209) + +## 7.8.2 (2022-02-24) + +* [bitnami/kubeapps] Release 7.8.2 updating components versions ([316bb20](https://github.com/bitnami/charts/commit/316bb2066ff2635235bc1dc04971eaa4354c3b10)) + +## 7.8.1 (2022-02-22) + +* bitnami/kubeapps Improved handling of packaging options for Kubeapps (#9063) ([a000a97](https://github.com/bitnami/charts/commit/a000a971dd5b89a8f234d9f7d861e59597cd2f16)), closes [#9063](https://github.com/bitnami/charts/issues/9063) + +## 7.8.0 (2022-02-17) + +* [bitnami/kubeapps] Bump chart version to 7.8.0 (#8981) ([17dd9dc](https://github.com/bitnami/charts/commit/17dd9dc6b82c2ee7fea1d286405765cea7bb6066)), closes [#8981](https://github.com/bitnami/charts/issues/8981) + +## 7.7.4 (2022-02-10) + +* [bitnami/kubeapps] Release 7.7.4 updating components versions ([22194f2](https://github.com/bitnami/charts/commit/22194f2ca8a901b7437bae768b57edfe70b7a12d)) + +## 7.7.3 (2022-02-02) + +* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c3733eaeaa9a5579fdf917fa098a0f2aae23)), closes [#8862](https://github.com/bitnami/charts/issues/8862) + +## 7.7.2 (2022-01-20) + +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) + +## 7.7.1 (2022-01-11) + +* [bitnami/kubeapps] Release 7.7.1 updating components versions ([9c08524](https://github.com/bitnami/charts/commit/9c085248e35360694c9db643f86659c02a5b2ed9)) + +## 7.7.0 (2022-01-05) + +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) + +## 7.6.4 (2021-12-31) + +* [bitnami/kubeapps] Release 7.6.4 updating components versions ([d4c86a3](https://github.com/bitnami/charts/commit/d4c86a33567d93f8ea8c1061f98f91880d00b84d)) + +## 7.6.3 (2021-12-14) + +* [bitnami/kubeapps] Fix kubeapps parameter (#8409) ([58bb566](https://github.com/bitnami/charts/commit/58bb5664e4f62ceeb56cfaba17860c2610695e5a)), closes [#8409](https://github.com/bitnami/charts/issues/8409) + +## 7.6.2 (2021-12-02) + +* [bitnami/*] Fix parameters for schema generation (#8297) ([d7d52ac](https://github.com/bitnami/charts/commit/d7d52acdbd1b0629e4e5295652fa6f5830daf2af)), closes [#8297](https://github.com/bitnami/charts/issues/8297) +* [bitnami/several] Regenerate README tables ([a43cca7](https://github.com/bitnami/charts/commit/a43cca73cabae95609e943f6eb2cdeefc04e866b)) + +## 7.6.1 (2021-12-01) + +* [bitnami/kubeapps] Release 7.6.1 updating components versions ([ee47ad3](https://github.com/bitnami/charts/commit/ee47ad30c4f0ed6c6c23c33b9409ca47d7aaf238)) + +## 7.6.0 (2021-11-30) + +* [bitnami/kubeapps] Bump chart version to 7.6.0 (#8262) ([e413abd](https://github.com/bitnami/charts/commit/e413abd9f6d2294f526e914bf36cc3a526cdaffc)), closes [#8262](https://github.com/bitnami/charts/issues/8262) + +## 7.5.13 (2021-11-29) + +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) + +## 7.5.12 (2021-11-28) + +* [bitnami/kubeapps] Fix deadlinks in README.md ([0e1607b](https://github.com/bitnami/charts/commit/0e1607bfd3c55f4388cbf950ff259413b2eadf30)) +* [bitnami/kubeapps] Release 7.5.12 updating components versions ([c863db3](https://github.com/bitnami/charts/commit/c863db387de8d78cb7eeb7fb870969e6788f92bd)) +* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3ef961fbd7596242b1165bcfa229a9cadb)) + +## 7.5.11 (2021-10-28) + +* [bitnami/kubeapps] Release 7.5.11 updating components versions ([395fc01](https://github.com/bitnami/charts/commit/395fc013fa31f17775351b3d7360d6a79e572e80)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) + +## 7.5.10 (2021-10-26) + +* [bitnami/kubeapps] Release 7.5.10 updating components versions ([88c59db](https://github.com/bitnami/charts/commit/88c59db45f21c7767ec0afbd975167b2c1f76c62)) + +## 7.5.9 (2021-10-22) + +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([681f9fa](https://github.com/bitnami/charts/commit/681f9fa6cdbbb742d383db2d9fc6da1251f3d3e5)) + +## 7.5.8 (2021-10-18) + +* [bitnami/kubeapps] Allow passing extraEnvVars to authProxy (#7831) ([0e9eab7](https://github.com/bitnami/charts/commit/0e9eab78d7ae1030f20b9f0f220f1cbdc0ca226f)), closes [#7831](https://github.com/bitnami/charts/issues/7831) + +## 7.5.7 (2021-10-07) + +* [bitnami/kubeapps] Bump chart version to 7.5.7 (#7740) ([c14dbd2](https://github.com/bitnami/charts/commit/c14dbd2e02f9eb20907fb886fc6c966e4c9518e9)), closes [#7740](https://github.com/bitnami/charts/issues/7740) +* Revert scale assetsvc down to 0 replicas (#7739) ([0bc570f](https://github.com/bitnami/charts/commit/0bc570ff331f1c76735703f28b9eeb3f1c394f60)), closes [#7739](https://github.com/bitnami/charts/issues/7739) + +## 7.5.6 (2021-10-07) + +* [bitnami/kubeapps] Bump chart version to 7.5.6 (#7724) ([c1a22c1](https://github.com/bitnami/charts/commit/c1a22c1bea7ee14f427e28271696c14ae1289439)), closes [#7724](https://github.com/bitnami/charts/issues/7724) +* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73586675a4922ca57dfd195791d3ffdc40f)), closes [#7732](https://github.com/bitnami/charts/issues/7732) + +## 7.5.5 (2021-10-07) + +* [bitnami/kubeapps] Release 7.5.5 updating components versions ([09ef6a8](https://github.com/bitnami/charts/commit/09ef6a818b3aeb1d816a314b0c2ae78eefd0272e)) + +## 7.5.4 (2021-10-01) + +* [bitnami/kubeapps] Fix values.schema.json (#7667) ([7440aba](https://github.com/bitnami/charts/commit/7440abac078a1f45bdae639dce91c5e545cc70cf)), closes [#7667](https://github.com/bitnami/charts/issues/7667) + +## 7.5.3 (2021-09-30) + +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7656) ([bbf403b](https://github.com/bitnami/charts/commit/bbf403bae78be53430fbf13e462f9bd1eeb5bf04)), closes [#7656](https://github.com/bitnami/charts/issues/7656) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/several] Regenerate README tables ([89851a4](https://github.com/bitnami/charts/commit/89851a4f2013f902876ec046a4ef1748c70eb65c)) + +## 7.5.2 (2021-09-19) + +* [bitnami/kubeapps] Release 7.5.2 updating components versions ([a9c1885](https://github.com/bitnami/charts/commit/a9c1885de6b9ce68cbd03b17bc80a351d800f4f9)) + +## 7.5.1 (2021-09-17) + +* [bitnami/kubeapps] Bump chart version to 7.5.1 (#7507) ([d69cee8](https://github.com/bitnami/charts/commit/d69cee88850f10e09ed7613679416334eb8f7140)), closes [#7507](https://github.com/bitnami/charts/issues/7507) + +## 7.5.0 (2021-09-16) + +* [bitnami/kubeapps] Update the cert-manager annotations (#7434) ([360d07c](https://github.com/bitnami/charts/commit/360d07c59bc668001b035ca247e167f67b594cd3)), closes [#7434](https://github.com/bitnami/charts/issues/7434) + +## 7.4.0 (2021-09-02) + +* [bitnami/kubeapps] Bump chart version to 7.4.0 (#7369) ([0100802](https://github.com/bitnami/charts/commit/0100802869b6f78993eab2216eb5add5c7785ba5)), closes [#7369](https://github.com/bitnami/charts/issues/7369) + +## 7.3.1 (2021-09-02) + +* Update images and readme ([f4919b3](https://github.com/bitnami/charts/commit/f4919b3441624c5d8d9043de356be82c4cb85e2d)) + +## 7.3.3 (2021-09-02) + +* [bitnami/kubeapps] Release 7.3.3 updating components versions ([a6ebefd](https://github.com/bitnami/charts/commit/a6ebefdf557dd13e113b361a30fb0f1b2a6f52bd)) +* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d747b84299ca9f63ea8a586b13870abe31a6)) + +## 7.3.2 (2021-08-27) + +* [bitnami/kubeapps] Add default values to some parameters (#7332) ([c83c3d0](https://github.com/bitnami/charts/commit/c83c3d01a4508917467d8981b16ab2f13e5ac777)), closes [#7332](https://github.com/bitnami/charts/issues/7332) +* [bitnami/kubeapps] Bump chart version after #7332 ([a3789c9](https://github.com/bitnami/charts/commit/a3789c9a89a816329dad220b6ec2732dbd3a8d5b)), closes [#7332](https://github.com/bitnami/charts/issues/7332) +* [bitnami/kubeapps] Release 7.3.2 updating components versions ([2221b0b](https://github.com/bitnami/charts/commit/2221b0bac98f05b62e6163641fc1396fa707888e)) + +## 7.3.0 (2021-08-26) + +* [bitnami/kubeapps] Bump chart version to 7.3.0 (#7314) ([75216a1](https://github.com/bitnami/charts/commit/75216a17be2319852a5fba27b52c7f1a9427e9cd)), closes [#7314](https://github.com/bitnami/charts/issues/7314) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) + +## 7.2.3 (2021-08-25) + +* [bitnami/kubeapps] Release 7.2.3 updating components versions ([d168260](https://github.com/bitnami/charts/commit/d168260b5f1fbf3bb17b1f40c4f34b6380e91f76)) + +## 7.2.2 (2021-08-25) + +* [bitnami/kubeapps] Release 7.2.2 updating components versions ([7bea77e](https://github.com/bitnami/charts/commit/7bea77e1bcc6f72ba3ffc481cbd1390fb844ee10)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) + +## 7.2.1 (2021-08-04) + +* [bitnami/kubeapps] Release 7.2.1 updating components versions ([e59dad8](https://github.com/bitnami/charts/commit/e59dad83770bc78db96d692595e3572d62469cee)) + +## 7.2.0 (2021-08-03) + +* [bitnami/kubeapps] upgraded app repository CRD to v1 version (#7103) ([72ea1d9](https://github.com/bitnami/charts/commit/72ea1d92ccb646ca528e2c84472da9ec99d67c06)), closes [#7103](https://github.com/bitnami/charts/issues/7103) + +## 7.1.8 (2021-07-28) + +* [bitnami/wordpress,kibana,kubeapps] Remove test yaml files (#7080) ([8060430](https://github.com/bitnami/charts/commit/8060430325eaaa2faa7ec94671b5b170488313f2)), closes [#7080](https://github.com/bitnami/charts/issues/7080) + +## 7.1.7 (2021-07-26) + +* [bitnami/several] Fix default values and regenerate README (#7045) ([90c81ac](https://github.com/bitnami/charts/commit/90c81ac55e7b35709b04ea551bc54a40453ce630)), closes [#7045](https://github.com/bitnami/charts/issues/7045) +* Update Kubeapps overview (#6904) ([a7ecc37](https://github.com/bitnami/charts/commit/a7ecc37cf2c5760d76f51a2581f676bcf5606181)), closes [#6904](https://github.com/bitnami/charts/issues/6904) + +## 7.1.6 (2021-07-11) + +* [bitnami/kubeapps] Release 7.1.6 updating components versions ([18697f9](https://github.com/bitnami/charts/commit/18697f9ab023379b5d5dad4e4c92e2f86a3a95ef)) + +## 7.1.5 (2021-07-09) + +* [bitnami/kubeapps] Release 7.1.5 updating components versions ([4c425f2](https://github.com/bitnami/charts/commit/4c425f2096b6274ff43675bf814ada9ef16299a2)) + +## 7.1.4 (2021-07-09) + +* [bitnami/kubeapps] Bump chart version to 7.1.4 (#6894) ([79ed072](https://github.com/bitnami/charts/commit/79ed072d2ef7860fb7089e17a115112aeeafa4a5)), closes [#6894](https://github.com/bitnami/charts/issues/6894) + +## 7.1.3 (2021-07-08) + +* [bitnami/kubeapps] Release 7.1.3 updating components versions ([9955472](https://github.com/bitnami/charts/commit/9955472dd145fc9add94678ea91becf1fb08fc63)) + +## 7.1.2 (2021-06-21) + +* [bitnami/kubeapps] Release 7.1.2 updating components versions ([12b4db0](https://github.com/bitnami/charts/commit/12b4db06d036851e0c1a26dad86fa47c911db08e)) + +## 7.1.1 (2021-06-16) + +* [bitnami/kubeapps] Fix typo in kubeops deployment for namespace header values (#6675) ([e11b7f1](https://github.com/bitnami/charts/commit/e11b7f1a54c95e7c74b11f0a0d1a6292ff2cac97)), closes [#6675](https://github.com/bitnami/charts/issues/6675) + +## 7.1.0 (2021-06-02) + +* [bitnami/kubeapps] Add Cookie refresh for default authProxy (#6465) ([4bccf26](https://github.com/bitnami/charts/commit/4bccf26da8256c2186e094b64be298c0c2ed48d1)), closes [#6465](https://github.com/bitnami/charts/issues/6465) + +## 7.0.4 (2021-05-25) + +* [bitnami/kubeapps] Add missing $ to use the global scope (#6449) ([6e14398](https://github.com/bitnami/charts/commit/6e1439825a53e57b08bb85689c481e83384415de)), closes [#6449](https://github.com/bitnami/charts/issues/6449) + +## 7.0.3 (2021-05-24) + +* [bitnami/kubeapps] Release 7.0.3 updating components versions ([9f1d303](https://github.com/bitnami/charts/commit/9f1d303ca16915944ce1ba202fdb30fa2b56266d)) + +## 7.0.2 (2021-05-18) + +* [bitnami/kubeapps] Release 7.0.2 updating components versions ([96f0cf9](https://github.com/bitnami/charts/commit/96f0cf9fb3a915484953acbeee08b7bee8b8114d)) + +## 7.0.1 (2021-05-18) + +* [bitnami/kubeapps] Switch pinnipedProxy refs to new containerPort. (#6402) ([c0544b4](https://github.com/bitnami/charts/commit/c0544b4be0281932d26d1a201e8ddf1d6fa405ea)), closes [#6402](https://github.com/bitnami/charts/issues/6402) [#6398](https://github.com/bitnami/charts/issues/6398) + +## 7.0.0 (2021-05-12) + +* [bitnami/kubeapps] New major version: standardization (#6301) ([fa481f6](https://github.com/bitnami/charts/commit/fa481f6c14dd858b3ad68af655b3e8f1cbba7db2)), closes [#6301](https://github.com/bitnami/charts/issues/6301) + +## 6.1.2 (2021-04-29) + +* [bitnami/kubeapps] bump chart version to 6.1.2 (#6258) ([5bff196](https://github.com/bitnami/charts/commit/5bff1969e1274c9773504e8ad95025282bad13f5)), closes [#6258](https://github.com/bitnami/charts/issues/6258) + +## 6.1.1 (2021-04-29) + +* [bitnami/kubeapps] bump chart version to 6.1.1 (#6245) ([d5bddfc](https://github.com/bitnami/charts/commit/d5bddfcc36725440abfb383dcfbf661158727bb7)), closes [#6245](https://github.com/bitnami/charts/issues/6245) + +## 6.0.1 (2021-04-07) + +* kubeapps: bump chart version to 6.0.1 ([c0035de](https://github.com/bitnami/charts/commit/c0035def79999405c419522fcd9c3b75e0fe687d)) + +## 6.0.0 (2021-03-30) + +* kubeapps: bump chart version to 6.0.0 ([39415b2](https://github.com/bitnami/charts/commit/39415b28bbf30457e47530193b074511285c29c1)) + +## 5.5.0 (2021-03-26) + +* kubeapps: bump chart version to 5.5.0 ([772d45a](https://github.com/bitnami/charts/commit/772d45a8fa80ca3ab682c584d7e0877519e64388)) + +## 5.4.0 (2021-03-18) + +* kubeapps: bump chart version to 5.4.0 ([b6f97be](https://github.com/bitnami/charts/commit/b6f97be0078b50af30ea8042628ef4a6c5eb4279)) + +## 5.3.4 (2021-03-17) + +* kubeapps: bump chart version to 5.3.4 ([3620460](https://github.com/bitnami/charts/commit/36204608594835d2a7ebc55f3600e1ed2c740acd)) + +## 5.3.3 (2021-03-16) + +* kubeapps: bump chart version to 5.3.3 ([731b982](https://github.com/bitnami/charts/commit/731b982e2a8dc1f696e9db16e9d2558c742b9641)) + +## 5.3.2 (2021-03-16) + +* kubeapps: bump chart version to 5.3.2 ([0eff438](https://github.com/bitnami/charts/commit/0eff43811b10c62cafc40711d45adc176dca9e91)) + +## 5.3.1 (2021-03-15) + +* kubeapps: bump chart version to 5.3.1 ([40ac5e9](https://github.com/bitnami/charts/commit/40ac5e9871b6fea2e2eea81446a2dfec26b173e4)) +* kubeapps: bump chart version to 5.3.1 ([96b46df](https://github.com/bitnami/charts/commit/96b46df4f02639d7183734536b25913c456afbda)) +* kubeapps: bump chart version to 5.3.2 ([19c0896](https://github.com/bitnami/charts/commit/19c0896cc020bb6395fd9b0a0423bd6c64a51bfb)) + +## 5.3.0 (2021-03-11) + +* kubeapps: bump chart version to 5.3.0 ([4550ccf](https://github.com/bitnami/charts/commit/4550ccf75d137253ceb2e2c967ea651f6bbc65f3)) + +## 5.2.2 (2021-02-23) + +* kubeapps: bump chart version to 5.2.2 ([2e28729](https://github.com/bitnami/charts/commit/2e28729d02ea97265f308b7df38363c41caba5ea)) + +## 5.2.1 (2021-02-23) + +* kubeapps: bump chart version to 5.2.1 ([098eee4](https://github.com/bitnami/charts/commit/098eee43111260b98a1c190035587ed5bbb2ed07)) + +## 5.2.0 (2021-02-19) + +* kubeapps: bump chart version to 5.2.0 ([e8338a3](https://github.com/bitnami/charts/commit/e8338a3b531f018cd3a78a9fcd549b6e07498581)) + +## 5.1.0 (2021-01-29) + +* kubeapps: bump chart version to 5.1.0 ([42b25ec](https://github.com/bitnami/charts/commit/42b25ecb42768a250a0bccb5bc55b3ff0d3186c9)) + +## 5.0.1 (2021-01-12) + +* kubeapps: bump chart version to 5.0.1 ([3fa7019](https://github.com/bitnami/charts/commit/3fa701953d0a6652b5d69e0cea13eb0fea73ee4b)) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) + +## 5.0.0 (2020-11-19) + +* kubeapps: bump chart version to '10.X.X' ([cbe4ff5](https://github.com/bitnami/charts/commit/cbe4ff5431459d4f037d905aa9ed2cbc89e6c16a)) + +## 4.0.5 (2020-11-12) + +* kubeapps: bump chart version to 4.0.5 ([9d36fba](https://github.com/bitnami/charts/commit/9d36fbadb3d1b67e1bb9ac9f0c5a69f72283850a)) + +## 4.0.4 (2020-10-19) + +* kubeapps: bump chart version to 4.0.4 ([cf7e565](https://github.com/bitnami/charts/commit/cf7e56525002bb81c3e18d6889e39b80b85bca44)) + +## 4.0.3 (2020-10-07) + +* kubeapps: bump chart version to 4.0.3 ([4b9e952](https://github.com/bitnami/charts/commit/4b9e95257ed918fa11657422473bdc46bbeb8b34)) + +## 4.0.2 (2020-09-29) + +* kubeapps: bump chart version to 4.0.2 ([ab95599](https://github.com/bitnami/charts/commit/ab95599839de506649f7e4f4cdbd7949df055ca0)) + +## 4.0.1 (2020-09-29) + +* kubeapps: bump chart version to 4.0.1 ([f45925c](https://github.com/bitnami/charts/commit/f45925c70bf13f14037d60d0fb4dfdaf2a06ff01)) + +## 4.0.0 (2020-09-24) + +* kubeapps: bump chart version to 4.0.0 ([a62f717](https://github.com/bitnami/charts/commit/a62f7175445b074b673759bbe7e431a64466a123)) + +## 3.9.2 (2020-09-02) + +* kubeapps: bump chart version to 3.9.2 ([3d25a06](https://github.com/bitnami/charts/commit/3d25a069d920545f1713068d5089f11d2766a596)) + +## 3.9.1 (2020-08-27) + +* kubeapps: bump chart version to 3.9.1 ([82e614c](https://github.com/bitnami/charts/commit/82e614cd531638323d72ecd7b7e491073156fbb6)) + +## 3.9.0 (2020-08-20) + +* kubeapps: bump chart version to 3.9.0 ([9fff3ad](https://github.com/bitnami/charts/commit/9fff3adf9295270d177ee3b23a9adac2980b96c2)) + +## 3.8.0 (2020-07-31) + +* kubeapps: bump chart version to 3.8.0 ([ce863f0](https://github.com/bitnami/charts/commit/ce863f02dfbce68fc69be3765cec458de5edbde3)) + +## 3.7.4 (2020-07-14) + +* kubeapps: bump chart version to 3.7.4 ([adcf7d9](https://github.com/bitnami/charts/commit/adcf7d98f3eca68fd3cd422b986d2bffe0189142)) + +## 3.7.1 (2020-07-10) + +* kubeapps: bump chart version to 3.7.1 ([db7a9b7](https://github.com/bitnami/charts/commit/db7a9b78c63d1909e6585230780aa9e24ddd218d)) + +## 3.7.2 (2020-06-18) + +* kubeapps: bump chart version to 3.7.1 ([7b44575](https://github.com/bitnami/charts/commit/7b445753882031f70bb7047b12e8fe18ae584e58)) +* kubeapps: bump chart version to 3.7.2 ([1f186c5](https://github.com/bitnami/charts/commit/1f186c5a1686d6697ba3c924ae18e8fa3b097df1)) + +## 3.7.0 (2020-06-04) + +* kubeapps: bump chart version to 3.7.0 ([c094275](https://github.com/bitnami/charts/commit/c0942755d2f2f3a5df7dc8e36fd841a7419d55fa)) + +## 3.6.0 (2020-04-28) + +* kubeapps: bump chart version to 3.6.0 ([785620b](https://github.com/bitnami/charts/commit/785620b9818d8246797df1eaa3013677acba500c)) + +## 3.5.3 (2020-04-22) + +* kubeapps: bump chart version to 3.5.3 ([a130f47](https://github.com/bitnami/charts/commit/a130f47ea6d559276f875ad95296314c460d96b6)) + +## 3.5.2 (2020-04-14) + +* kubeapps: bump chart version to 3.5.2 ([144b059](https://github.com/bitnami/charts/commit/144b05928b44aab00991179fc90b34eba5374069)) + +## 3.5.1 (2020-04-08) + +* kubeapps: bump chart version to 3.5.1 ([2446a7e](https://github.com/bitnami/charts/commit/2446a7e8c69747c1cf98c65af05603c23b388417)) + +## 3.5.0 (2020-04-07) + +* kubeapps: bump chart version to 3.5.0 ([f2d122b](https://github.com/bitnami/charts/commit/f2d122b1abbb79c5689d0e9a2eb045ab5011485c)) + +## 3.4.6 (2020-03-17) + +* kubeapps: bump chart version to 3.4.6 ([1ef1f34](https://github.com/bitnami/charts/commit/1ef1f3418e8413c80ccf7a537f39731f2f4c904b)) + +## 3.4.5 (2020-03-16) + +* kubeapps: bump chart version to 3.4.5 ([21484d9](https://github.com/bitnami/charts/commit/21484d90886c3c23f0346936e5e7532752678b47)) +* kubeapps: bump chart version to 3.4.5 ([2de6f20](https://github.com/bitnami/charts/commit/2de6f200721a7c6e7d331d372b273e8561275c9a)) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) + +## 3.4.4 (2020-02-27) + +* kubeapps: bump chart version to 3.4.4 ([c0c5cf2](https://github.com/bitnami/charts/commit/c0c5cf21189181f2e8782503c41949a84ee5fe1e)) + +## 3.4.3 (2020-02-25) + +* kubeapps: bump chart version to 3.4.3 ([071212f](https://github.com/bitnami/charts/commit/071212f8b092c7bd3ea406b55c210c695678e210)) + +## 3.4.2 (2020-02-24) + +* kubeapps: bump chart version to 3.4.2 ([8474fe8](https://github.com/bitnami/charts/commit/8474fe8a9edbd1f51c69cf0d7e090e2b352cc313)) + +## 3.4.1 (2020-02-20) + +* kubeapps: bump chart version to 3.4.1 ([ca574e6](https://github.com/bitnami/charts/commit/ca574e6dc3440cd3f8e733f8d8f098b818e948ff)) + +## 3.4.0 (2020-02-20) + +* kubeapps: bump chart version to 3.4.0 ([4dd438e](https://github.com/bitnami/charts/commit/4dd438edfa670721a8d2867e0b5e5ab3daa46d47)) + +## 3.3.1 (2020-01-29) + +* kubeapps: bump chart version to 3.3.1 ([672191c](https://github.com/bitnami/charts/commit/672191c299a70f0fc5c66d0f20642ff45ebd92c6)) + +## 3.3.0 (2020-01-23) + +* kubeapps: bump chart version to 3.3.0 ([cba4539](https://github.com/bitnami/charts/commit/cba45398f2df8944078b7ac27afbfb4e1c3c8111)) + +## 3.2.3 (2019-12-18) + +* kubeapps: bump chart version to 3.2.3 ([22dc607](https://github.com/bitnami/charts/commit/22dc607b5bd54b6c13f03e975f4d7f0f4837e07a)) + +## 3.2.2 (2019-12-16) + +* kubeapps: bump chart version to 3.2.2 ([67f574e](https://github.com/bitnami/charts/commit/67f574eca646b3b5330236d33f3387f9af8786fc)) + +## 3.2.1 (2019-12-12) + +* kubeapps: bump chart version to 3.2.1 ([3fde5eb](https://github.com/bitnami/charts/commit/3fde5eb10e1b26dba7bd1733d915be713bbff4e4)) + +## 3.2.0 (2019-12-04) + +* kubeapps: bump chart version to 3.2.0 ([0f619ae](https://github.com/bitnami/charts/commit/0f619ae17ab2aecf66a7968e9044b09e24fc64b9)) + +## 3.1.0 (2019-11-21) + +* kubeapps: bump chart version to 3.1.0 ([a1c5c43](https://github.com/bitnami/charts/commit/a1c5c434aeda84c9d68c95f809452cead1e275ba)) + +## 3.0.3 (2019-11-05) + +* kubeapps: bump chart version to 3.0.3 ([e835db9](https://github.com/bitnami/charts/commit/e835db9ba0be9e8e676756b0030f98378f506d33)) + +## 3.0.2 (2019-11-05) + +* kubeapps: bump chart version to 3.0.2 ([76240df](https://github.com/bitnami/charts/commit/76240df81a1341cfaa950cdcd3937d186d2825b2)) + +## 3.0.1 (2019-10-25) + +* kubeapps: bump chart version to 3.0.1 ([4dfd9bb](https://github.com/bitnami/charts/commit/4dfd9bb6830eb56ec0038f11c36e36e70216c51a)) + +## 3.0.0 (2019-10-22) + +* kubeapps: bump chart version to 3.0.0 ([73de2c3](https://github.com/bitnami/charts/commit/73de2c3c8b19d0751aa3b9ff9b7066934eecaf92)) + +## 2.1.7 (2019-10-18) + +* kubeapps: bump chart version to 2.1.7 ([f440095](https://github.com/bitnami/charts/commit/f4400950db2bdc5ad9202e9741247ad40975b486)) + +## 2.1.6 (2019-10-03) + +* kubeapps: bump chart version to 2.1.6 ([c2c9fc4](https://github.com/bitnami/charts/commit/c2c9fc404bc6cd1b261010ea50b97bc171cb67b2)) + +## 2.1.5 (2019-10-01) + +* kubeapps: bump chart version to 2.1.5 ([6e349c6](https://github.com/bitnami/charts/commit/6e349c6f9b8e9f177d031bb9d77a6bd4e04212de)) + +## 2.1.4 (2019-09-25) + +* kubeapps: bump chart version to 2.1.4 ([12b89af](https://github.com/bitnami/charts/commit/12b89af8a78d4132fd295e58922c0f9fcac9f8e4)) + +## 2.1.2 (2019-09-06) + +* kubeapps: bump chart version to 2.1.2 ([128842d](https://github.com/bitnami/charts/commit/128842d404dc435a442c390616451c20eff101c4)) + +## 2.1.1 (2019-09-03) + +* kubeapps: bump chart version to 2.1.1 ([2cfa317](https://github.com/bitnami/charts/commit/2cfa3172f90aa801d3b47a97c920d9c16438acf3)) + +## 2.1.0 (2019-08-26) + +* kubeapps: bump chart version to 2.1.0 ([f3c22b4](https://github.com/bitnami/charts/commit/f3c22b4c218f56e4dd1626996da70427fe7b03c3)) + +## 2.0.3 (2019-08-21) + +* kubeapps: bump chart version to 2.0.3 ([34c9650](https://github.com/bitnami/charts/commit/34c9650ed655a7daca8eff43e94936266bed0224)) +* kubeapps: bump chart version to 2.0.3 ([0157d16](https://github.com/bitnami/charts/commit/0157d165eda71b266e451a14f220e40ea23dab6e)) +* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdceda07e03f3902ec2796eab54d2c6f1650)) +* Delete global storageClass when the chart has not dependencies and delete template for storageClass ([2b5302c](https://github.com/bitnami/charts/commit/2b5302cf7c5053ba4a51fe21fb7fee16d2866a18)) +* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215effe0a6ff672537387684c8a97fb3093c)) +* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbbf98c5572f0b92cd3eef8e12ec83a48397)) + +## 2.0.4 (2019-08-13) + +* Update README.md ([e703449](https://github.com/bitnami/charts/commit/e7034490594d3e8a70a861829cbcf1a77c24da0d)) +* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b246340ed44d76f8cac59338ee685fab5e)) +* kubeapps: bump chart version to 2.0.3 ([04084c2](https://github.com/bitnami/charts/commit/04084c2ec3dc8f2bc238100318029cd4909ed98d)) + +## 2.0.2 (2019-07-26) + +* kubeapps: bump chart version to 2.0.2 ([dd255fd](https://github.com/bitnami/charts/commit/dd255fdf1448f9acc84f98e8a063399eb2a0902a)) + +## 2.0.1 (2019-07-10) + +* kubeapps: bump chart version to 2.0.1 ([5412301](https://github.com/bitnami/charts/commit/54123018c8e9c9f09288c462546e3612136cea5d)) + +## 2.0.0 (2019-07-04) + +* kubeapps: bump chart version to 2.0.0 ([8814a36](https://github.com/bitnami/charts/commit/8814a3647d7fe736dd3b81652213e524b1e9fb23)) + +## 1.7.5 (2019-07-04) + +* kubeapps: bump chart version to 1.7.5 ([e9d7801](https://github.com/bitnami/charts/commit/e9d78015a40bab5f80c758cebec337d84f7ae4d4)) + +## 1.7.4 (2019-06-13) + +* kubeapps: bump chart version to 1.7.4 ([a4a79a0](https://github.com/bitnami/charts/commit/a4a79a0a9d0ddb0be6b0a7a2e8ec2c7bbb33b578)) + +## 1.7.3 (2019-06-07) + +* kubeapps: bump chart version to 1.7.3 ([18c3316](https://github.com/bitnami/charts/commit/18c33162b934dbe576f2d6464323905790331c14)) + +## 1.7.2 (2019-06-04) + +* kubeapps: bump chart version to 1.7.2 ([148b374](https://github.com/bitnami/charts/commit/148b374c3c877ddac6f8912702994d91c3a3ccda)) + +## 1.7.1 (2019-06-03) + +* kubeapps: bump chart version to 1.7.1 ([a6e440e](https://github.com/bitnami/charts/commit/a6e440e192bf0d3c409e6791c424f3a24c5050d3)) + +## 1.7.0 (2019-05-20) + +* kubeapps: bump chart version to 1.7.0 ([26fdb63](https://github.com/bitnami/charts/commit/26fdb63f92c852a54befe6b0064d7b64610b2f5d)) + +## 1.6.2 (2019-05-06) + +* kubeapps: bump chart version to 1.6.2 ([e6a4d0c](https://github.com/bitnami/charts/commit/e6a4d0c47c6ce26fed518a6d6f06611b977e1d9c)) + +## 1.6.1 (2019-03-26) + +* kubeapps: bump chart version to 1.6.1 ([64f707e](https://github.com/bitnami/charts/commit/64f707e2a8724a9280c4284eef4cd3616b16c91b)) + +## 1.6.0 (2019-03-13) + +* kubeapps: bump chart version to 1.6.0 ([063e8bd](https://github.com/bitnami/charts/commit/063e8bd89bcd0b867c70384c23a12cf34285c832)) + +## 1.5.4 (2019-03-11) + +* kubeapps: bump chart version to 1.5.4 ([f58ea6f](https://github.com/bitnami/charts/commit/f58ea6fcc3174a090501381a8b8c6cac199be90d)) + +## 1.5.3 (2019-03-07) + +* kubeapps: bump chart version to 1.5.3 ([7abc2aa](https://github.com/bitnami/charts/commit/7abc2aa0bee16f95416aea048ddca0a307c1ecdd)) + +## 1.5.2 (2019-02-28) + +* kubeapps: bump chart version to 1.5.2 ([f9d56f3](https://github.com/bitnami/charts/commit/f9d56f31e2d57be9911f1d55ac0310d80d6b8dc9)) + +## 1.5.1 (2019-02-27) + +* kubeapps: bump chart version to 1.5.1 ([3ddb53d](https://github.com/bitnami/charts/commit/3ddb53d7df104f5275faab9dd8793560b01bad45)) + +## 1.5.0 (2019-02-22) + +* kubeapps: bump chart version to 1.5.0 ([eba8306](https://github.com/bitnami/charts/commit/eba830629949a1c6ed3e7ac74a0413e01968c1bb)) + +## 1.4.0 (2019-02-22) + +* kubeapps: bump chart version to 1.4.0 ([7ded351](https://github.com/bitnami/charts/commit/7ded3511047dadc3e869821dddcdbd5f92a13b36)) + +## 1.4.1 (2019-02-21) + +* Update Chart.yaml ([c829cb8](https://github.com/bitnami/charts/commit/c829cb87db5ca181022915933723ffda053349fc)) +* Update README.md ([7e216f6](https://github.com/bitnami/charts/commit/7e216f6f798d60b87245acbc7eee1ef471b3ed5e)) +* kubeapps: bump chart version to 1.4.0 ([9d62ea8](https://github.com/bitnami/charts/commit/9d62ea81fca942d41886ab4bd6f979ea7577ce65)) + +## 1.3.0 (2019-02-08) + +* kubeapps: bump chart version to 1.3.0 ([500562c](https://github.com/bitnami/charts/commit/500562c9b0c5974bc765ed937d8fda7f85cea100)) + +## 1.2.3 (2019-01-11) + +* kubeapps: bump chart version to 1.2.3 ([023a114](https://github.com/bitnami/charts/commit/023a114112df3eb0022667fcd18a8db3aa48b6bc)) + +## 1.2.2 (2019-01-03) + +* kubeapps: bump chart version to 1.2.2 ([c9a2fe9](https://github.com/bitnami/charts/commit/c9a2fe92c48c030bca5115ad655c2f830e56e295)) + +## 1.2.1 (2019-01-02) + +* kubeapps: bump chart version to 1.2.1 ([87b2f4d](https://github.com/bitnami/charts/commit/87b2f4df67951095ef5901ebde02632ce176046e)) + +## 1.2.0 (2018-12-28) + +* kubeapps: bump chart version to 1.2.0 ([61cc198](https://github.com/bitnami/charts/commit/61cc1988e11e72e2a6178d73b37e01d551f8980e)) + +## 1.1.0 (2018-12-06) + +* kubeapps: bump chart version to 1.1.0 ([a4a7cfb](https://github.com/bitnami/charts/commit/a4a7cfb04c7d9bb9109d077471702b8dd86116dd)) + +## 1.0.0 (2018-11-15) + +* kubeapps: bump chart version to 1.0.0 ([0b8c14c](https://github.com/bitnami/charts/commit/0b8c14c3b6ecef5935d63040538870d70616125b)) + +## 0.9.8 (2018-11-14) + +* kubeapps: bump chart version to 0.9.8 ([44ae4fb](https://github.com/bitnami/charts/commit/44ae4fb911cd581950d6ee6e677b935752d01fcc)) + +## 0.9.7 (2018-11-13) + +* kubeapps: bump chart version to 0.9.7 ([a714d1c](https://github.com/bitnami/charts/commit/a714d1ce6f3ba56d24964ac8a710577483ed10ab)) + +## 0.9.6 (2018-11-12) + +* kubeapps: bump chart version to 0.9.6 ([2c35102](https://github.com/bitnami/charts/commit/2c351025d5cba38d6bd12211fbd1ebae67e6d959)) + +## 0.9.5 (2018-11-07) + +* kubeapps: bump chart version to 0.9.5 ([6b1f309](https://github.com/bitnami/charts/commit/6b1f3097f235e6e38941780d2f5fbd8c7cabc3e0)) + +## 0.9.4 (2018-11-02) + +* kubeapps: bump chart version to 0.9.4 ([56e65b3](https://github.com/bitnami/charts/commit/56e65b370ee9f23efa91ec5371e7e63ed8761fa3)) + +## 0.9.3 (2018-10-31) + +* kubeapps: bump chart version to 0.9.3 ([38bf559](https://github.com/bitnami/charts/commit/38bf559a193f8c4b144bf3a859137ebf329bdc5d)) + +## 0.9.2 (2018-10-23) + +* kubeapps: bump chart version to 0.9.2 ([e136da1](https://github.com/bitnami/charts/commit/e136da10c78f5fc787a8975c39efb88802fa710f)) + +## 0.9.1 (2018-10-22) + +* kubeapps: bump chart version to 0.9.1 ([7abdec4](https://github.com/bitnami/charts/commit/7abdec472b8438f048fed1ed2bc75ca70ab1c0f4)) + +## 0.9.0 (2018-10-19) + +* kubeapps: bump chart version to 0.9.0 ([70414e1](https://github.com/bitnami/charts/commit/70414e121bc1bb1fe9d48e200a1f51dfd8539a94)) + +## 0.8.0 (2018-10-18) + +* kubeapps: bump chart version to 0.8.0 ([913fd46](https://github.com/bitnami/charts/commit/913fd4642686a30acdb2168f7c95103b34aa337f)) + +## 0.7.0 (2018-10-16) + +* kubeapps: bump chart version to 0.7.0 ([c0833c4](https://github.com/bitnami/charts/commit/c0833c4fb469a232a54418c260d86126e9ca77d0)) + +## 0.6.1 (2018-10-05) + +* kubeapps: bump chart version to 0.6.1 ([f04f1dc](https://github.com/bitnami/charts/commit/f04f1dc02465c131a652761e366de287f6761ca0)) + +## 0.6.2 (2018-10-05) + +* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51ce6307d57bd8c20e929da23dd2adf22d5)) +* Bump kubeapps version ([31efb5d](https://github.com/bitnami/charts/commit/31efb5d4503f2ed6db02d3f2d0b627501a7f1d0c)) +* kubeapps: bump chart version to 0.6.1 ([d841f30](https://github.com/bitnami/charts/commit/d841f30552d3098df1932b823ddfd461a3af04a3)) + +## 0.6.0 (2018-10-04) + +* kubeapps: bump chart version to 0.6.0 ([5545d0e](https://github.com/bitnami/charts/commit/5545d0e04c3ce2e7395684619858810b19eb445a)) + +## 0.5.3 (2018-09-28) + +* kubeapps: bump chart version to 0.5.3 ([ad6d0c0](https://github.com/bitnami/charts/commit/ad6d0c05089f187b04838febd8d1472c62a3c572)) + +## 0.5.2 (2018-09-25) + +* kubeapps: bump chart version to 0.5.2 ([3e45d27](https://github.com/bitnami/charts/commit/3e45d27a081de8ea917663a6f157465dd457641a)) + +## 0.5.1 (2018-09-21) + +* kubeapps: bump chart version to 0.5.1 ([eea7ba6](https://github.com/bitnami/charts/commit/eea7ba6e92fb86ab43a45bec8cbcbf032363ae35)) + +## 0.5.0 (2018-09-20) + +* kubeapps: bump chart version to 0.5.0 ([27e00b2](https://github.com/bitnami/charts/commit/27e00b2c30ee95f5d05f3496a577ec4181665eac)) + +## 0.4.9 (2018-09-20) + +* kubeapps: bump chart version to 0.4.9 ([e378156](https://github.com/bitnami/charts/commit/e3781567607cff4a695ff94d7a69a35246a9d14c)) + +## 0.4.8 (2018-09-20) + +* kubeapps: bump chart version to 0.4.8 ([76d19e8](https://github.com/bitnami/charts/commit/76d19e86dd9978db7884eb2bac705dd7ef3c3c6d)) + +## 0.4.7 (2018-09-18) + +* kubeapps: bump chart version to 0.4.7 ([9fd45f1](https://github.com/bitnami/charts/commit/9fd45f1ee100866fcf4665975f8d369a90cc16c8)) + +## 0.4.6 (2018-09-13) + +* kubeapps: bump chart version to 0.4.6 ([5179c6f](https://github.com/bitnami/charts/commit/5179c6f868187d65c787faf2f038f619e4d84594)) + +## 0.4.5 (2018-09-12) + +* kubeapps: bump chart version to 0.4.5 ([0db7fcb](https://github.com/bitnami/charts/commit/0db7fcb3534523e13cd55bd48438f72125af2b43)) + +## 0.4.4 (2018-09-12) + +* kubeapps: bump chart version to 0.4.4 ([6e08c53](https://github.com/bitnami/charts/commit/6e08c5322f1cdea8f6d11c1628bc2f1c95704a77)) + +## 0.4.3 (2018-09-12) + +* kubeapps: bump chart version to 0.4.3 ([2b16ded](https://github.com/bitnami/charts/commit/2b16ded27569d4b77115dd54328ac3ee3a095d9b)) + +## 0.4.2 (2018-09-12) + +* kubeapps: bump chart version to 0.4.2 ([1819e15](https://github.com/bitnami/charts/commit/1819e155c73d4bf5a386936d75dd988005405afe)) + +## 0.4.1 (2018-09-10) + +* kubeapps: bump chart version to 0.4.1 ([964eabb](https://github.com/bitnami/charts/commit/964eabbcd83c88accd7dd005452870acfc83f51e)) + +## 0.4.0 (2018-09-06) + +* kubeapps: bump chart version to 0.4.0 ([9363d0b](https://github.com/bitnami/charts/commit/9363d0baa4f514938eddf8614a08f1f47ea3b2a5)) + +## 0.3.5 (2018-09-06) + +* kubeapps: bump chart version to 0.3.5 ([a89f15f](https://github.com/bitnami/charts/commit/a89f15f7a9e5c767ce6cf8b4d2bf6e433b6fb533)) + +## 0.3.4 (2018-09-06) + +* kubeapps: bump chart version to 0.3.4 ([d9ea7ee](https://github.com/bitnami/charts/commit/d9ea7ee8c7a2f4053ae747bdd3ac9467bfcdae74)) + +## 0.3.3 (2018-09-06) + +* kubeapps: bump chart version to 0.3.3 ([2a20194](https://github.com/bitnami/charts/commit/2a2019459fdadb6be0f2a0f1e7f4b5e250a1889a)) + +## 0.3.2 (2018-08-31) + +* kubeapps: bump chart version to v1.0.0-alpha.7 ([63205b5](https://github.com/bitnami/charts/commit/63205b5c4a9476c0575be0d6a8b02e95d6568d05)) + +## 0.3.1 (2018-08-31) + +* kubeapps: bump chart version to v1.0.0-alpha.7 ([1d3b9a0](https://github.com/bitnami/charts/commit/1d3b9a0d0816f18cacd29ce6c6ebc1ba3c3e0bf1)) +* kubeapps: bump chart version to v1.0.0-alpha.7 ([856b532](https://github.com/bitnami/charts/commit/856b532a6b42a2c4688638a547eb3944454ef189)) +* kubeapps: update chart to 0.3.1 ([749e6da](https://github.com/bitnami/charts/commit/749e6dae12bcada927071a0e3101b5987a6e6808)) + +## 0.3.0 (2018-08-24) + +* [bitnami/kubeapps] 0.3.0 - sync chart from upstream ([e2529c9](https://github.com/bitnami/charts/commit/e2529c9b715c33410a059499581059d8a0872648)) + +## 0.2.0 (2018-08-16) + +* [bitnami/kubeapps] sync to 0.2.0 ([7b2b462](https://github.com/bitnami/charts/commit/7b2b462ca836fd6bd0366e332548dc8df07cf96c)) + +## 0.1.2 (2018-08-15) + +* [stable/kubeapps] sync from kubeapps/kubeapps ([0bda52f](https://github.com/bitnami/charts/commit/0bda52f1b37d954203728cde07738ddae7d64fef)) +* chart NOTES: fix local port to unprivileged ([2b83cf8](https://github.com/bitnami/charts/commit/2b83cf8348e765d54107733ac2c6e1a9ece03f71)) +* chart: fixing grammar ([e763554](https://github.com/bitnami/charts/commit/e763554b5df1f8c2077cf76a54c0e37d7c089f69)) + +## 0.1.1 (2018-08-14) + +* [bitnami/kubeapps] update readme ([1976dc0](https://github.com/bitnami/charts/commit/1976dc0d917cd9fac87ad2db8b603a21d8999025)) +* Improve Kubeapps NOTES.txt ([18e0e88](https://github.com/bitnami/charts/commit/18e0e88cff3918abb2bf653a6af29e73ca90180a)) +* set tagged version of kubeapps images ([d13a9a9](https://github.com/bitnami/charts/commit/d13a9a99e7ae26f721fbe183d461bb79735474e4)) +* update appVersion ([40f050f](https://github.com/bitnami/charts/commit/40f050f4eeabf5e81e157f2a1935bf78a3a986b6)) + +## 0.1.0 (2018-08-09) + +* [bitnami/kubeapps] add Kubeapps chart ([0a43cb8](https://github.com/bitnami/charts/commit/0a43cb87857bb8b32acd95511cf3f9bb00d42f20)) diff --git a/chart/kubeapps/Chart.lock b/chart/kubeapps/Chart.lock index bcd6993a0f3..0005609c5ee 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: 19.0.2 + version: 19.5.4 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.2.4 + version: 15.5.6 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.19.1 -digest: sha256:2ff034d67cb1b9c11f0243b3ab9a6a8642bf12142df2f86043f9006adf6dbba1 -generated: "2024-04-08T09:01:34.727544997Z" + version: 2.20.3 +digest: sha256:baf8b30798841609d198312bb462ff8a88c7593532f7cd18c86d28bd50251d0a +generated: "2024-06-18T11:46:42.276160379Z" diff --git a/chart/kubeapps/Chart.yaml b/chart/kubeapps/Chart.yaml index 7020c84300e..d576f87b9ba 100644 --- a/chart/kubeapps/Chart.yaml +++ b/chart/kubeapps/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 annotations: @@ -6,21 +6,21 @@ annotations: licenses: Apache-2.0 images: | - name: kubeapps-apis - image: docker.io/bitnami/kubeapps-apis:2.10.0-debian-12-r0 + image: docker.io/bitnami/kubeapps-apis:2.10.0-debian-12-r6 - name: kubeapps-apprepository-controller - image: docker.io/bitnami/kubeapps-apprepository-controller:2.10.0-debian-12-r0 + image: docker.io/bitnami/kubeapps-apprepository-controller:2.10.0-debian-12-r5 - name: kubeapps-asset-syncer - image: docker.io/bitnami/kubeapps-asset-syncer:2.10.0-debian-12-r0 + image: docker.io/bitnami/kubeapps-asset-syncer:2.10.0-debian-12-r5 - name: kubeapps-dashboard - image: docker.io/bitnami/kubeapps-dashboard:2.10.0-debian-12-r0 + image: docker.io/bitnami/kubeapps-dashboard:2.10.0-debian-12-r5 - name: kubeapps-oci-catalog - image: docker.io/bitnami/kubeapps-oci-catalog:2.10.0-debian-12-r0 + image: docker.io/bitnami/kubeapps-oci-catalog:2.10.0-debian-12-r5 - name: kubeapps-pinniped-proxy - image: docker.io/bitnami/kubeapps-pinniped-proxy:2.10.0-debian-12-r0 + image: docker.io/bitnami/kubeapps-pinniped-proxy:2.10.0-debian-12-r5 - name: nginx - image: docker.io/bitnami/nginx:1.25.4-debian-12-r7 + image: docker.io/bitnami/nginx:1.27.0-debian-12-r1 - name: oauth2-proxy - image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r7 + image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r13 apiVersion: v2 appVersion: DEVEL dependencies: @@ -47,9 +47,9 @@ keywords: - deployment kubeVersion: '>=1.21.0-0' maintainers: -- name: VMware, Inc. +- name: Broadcom, Inc. All Rights Reserved. url: https://github.com/bitnami/charts name: kubeapps sources: - https://github.com/bitnami/charts/tree/main/bitnami/kubeapps -version: 15.0.3-dev +version: 15.3.4 diff --git a/chart/kubeapps/README.md b/chart/kubeapps/README.md index c03ab44f0ce..b049a9855df 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. @@ -267,6 +269,9 @@ In the first two cases, it is needed a certificate and a key. We would expect th | `frontend.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for frontend container(s) | `[]` | | `frontend.sidecars` | Add additional sidecar containers to the frontend pod | `[]` | | `frontend.initContainers` | Add additional init containers to the frontend pods | `[]` | +| `frontend.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `frontend.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `frontend.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `frontend.pdb.minAvailable` and `frontend.pdb.maxUnavailable` are empty. | `""` | | `frontend.service.type` | Frontend service type | `ClusterIP` | | `frontend.service.ports.http` | Frontend service HTTP port | `80` | | `frontend.service.nodePorts.http` | Node port for HTTP | `""` | @@ -282,7 +287,7 @@ In the first two cases, it is needed a certificate and a key. We would expect th | `frontend.networkPolicy.allowExternal` | Don't require server label for connections | `true` | | `frontend.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` | | `frontend.networkPolicy.kubeAPIServerPorts` | List of possible endpoints to kube-apiserver (limit to your cluster settings to increase security) | `[]` | -| `frontend.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolice | `[]` | +| `frontend.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` | | `frontend.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` | | `frontend.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` | | `frontend.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` | @@ -372,13 +377,16 @@ In the first two cases, it is needed a certificate and a key. We would expect th | `dashboard.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Dashboard container(s) | `[]` | | `dashboard.sidecars` | Add additional sidecar containers to the Dashboard pod | `[]` | | `dashboard.initContainers` | Add additional init containers to the Dashboard pods | `[]` | +| `dashboard.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `dashboard.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `dashboard.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dashboard.pdb.minAvailable` and `dashboard.pdb.maxUnavailable` are empty. | `""` | | `dashboard.service.ports.http` | Dashboard service HTTP port | `8080` | | `dashboard.service.annotations` | Additional custom annotations for Dashboard service | `{}` | | `dashboard.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` | | `dashboard.networkPolicy.allowExternal` | Don't require server label for connections | `true` | | `dashboard.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` | | `dashboard.networkPolicy.kubeAPIServerPorts` | List of possible endpoints to kube-apiserver (limit to your cluster settings to increase security) | `[]` | -| `dashboard.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolice | `[]` | +| `dashboard.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` | | `dashboard.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` | | `dashboard.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` | | `dashboard.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` | @@ -452,10 +460,13 @@ In the first two cases, it is needed a certificate and a key. We would expect th | `apprepository.hostAliases` | Custom host aliases for AppRepository Controller pods | `[]` | | `apprepository.sidecars` | Add additional sidecar containers to the AppRepository Controller pod(s) | `[]` | | `apprepository.initContainers` | Add additional init containers to the AppRepository Controller pod(s) | `[]` | +| `apprepository.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `apprepository.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `apprepository.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `apprepository.pdb.minAvailable` and `apprepository.pdb.maxUnavailable` are empty. | `""` | | `apprepository.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` | | `apprepository.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` | | `apprepository.networkPolicy.kubeAPIServerPorts` | List of possible endpoints to kube-apiserver (limit to your cluster settings to increase security) | `[]` | -| `apprepository.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolice | `[]` | +| `apprepository.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` | | `apprepository.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` | | `apprepository.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` | | `apprepository.serviceAccount.name` | Name of the service account to use. If not set and create is true, a name is generated using the fullname template. | `""` | @@ -669,13 +680,16 @@ In the first two cases, it is needed a certificate and a key. We would expect th | `kubeappsapis.hostAliases` | Custom host aliases for KubeappsAPIs pods | `[]` | | `kubeappsapis.sidecars` | Add additional sidecar containers to the KubeappsAPIs pod(s) | `[]` | | `kubeappsapis.initContainers` | Add additional init containers to the KubeappsAPIs pod(s) | `[]` | +| `kubeappsapis.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `kubeappsapis.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `kubeappsapis.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `kubeappsapis.pdb.minAvailable` and `kubeappsapis.pdb.maxUnavailable` are empty. | `""` | | `kubeappsapis.service.ports.http` | KubeappsAPIs service HTTP port | `8080` | | `kubeappsapis.service.annotations` | Additional custom annotations for KubeappsAPIs service | `{}` | | `kubeappsapis.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` | | `kubeappsapis.networkPolicy.allowExternal` | Don't require server label for connections | `true` | | `kubeappsapis.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` | | `kubeappsapis.networkPolicy.kubeAPIServerPorts` | List of possible endpoints to kube-apiserver (limit to your cluster settings to increase security) | `[]` | -| `kubeappsapis.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolice | `[]` | +| `kubeappsapis.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` | | `kubeappsapis.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` | | `kubeappsapis.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` | | `kubeappsapis.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` | @@ -1158,7 +1172,7 @@ kubectl delete statefulset -n kubeapps kubeapps-postgresql-master kubeapps-postg #### Useful links -- +- - - diff --git a/chart/kubeapps/templates/NOTES.txt b/chart/kubeapps/templates/NOTES.txt index d562afed9a1..9a5fe40d26d 100644 --- a/chart/kubeapps/templates/NOTES.txt +++ b/chart/kubeapps/templates/NOTES.txt @@ -86,3 +86,4 @@ To access Kubeapps from outside your K8s cluster, follow the steps below: {{- include "kubeapps.checkRollingTags" . }} {{- include "kubeapps.validateValues" . }} {{- include "common.warnings.resources" (dict "sections" (list "apprepository" "authProxy" "dashboard" "frontend" "kubeappsapis" "ociCatalog" "pinnipedProxy" "postgresql") "context" $) }} +{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.frontend.image .Values.dashboard.image .Values.apprepository.image .Values.apprepository.syncImage .Values.authProxy.image .Values.pinnipedProxy.image .Values.kubeappsapis.image .Values.ociCatalog.image) "context" $) }} \ No newline at end of file diff --git a/chart/kubeapps/templates/_helpers.tpl b/chart/kubeapps/templates/_helpers.tpl index e3c2e524a66..791c4772409 100644 --- a/chart/kubeapps/templates/_helpers.tpl +++ b/chart/kubeapps/templates/_helpers.tpl @@ -1,5 +1,5 @@ {{/* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/apprepository/apprepositories-secret.yaml b/chart/kubeapps/templates/apprepository/apprepositories-secret.yaml index e5f8ed064c2..bdd52c20397 100644 --- a/chart/kubeapps/templates/apprepository/apprepositories-secret.yaml +++ b/chart/kubeapps/templates/apprepository/apprepositories-secret.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/apprepository/apprepositories.yaml b/chart/kubeapps/templates/apprepository/apprepositories.yaml index 99ecb214d89..1158c79ff40 100644 --- a/chart/kubeapps/templates/apprepository/apprepositories.yaml +++ b/chart/kubeapps/templates/apprepository/apprepositories.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/apprepository/deployment.yaml b/chart/kubeapps/templates/apprepository/deployment.yaml index b52a9db70a9..3afecc5c33b 100644 --- a/chart/kubeapps/templates/apprepository/deployment.yaml +++ b/chart/kubeapps/templates/apprepository/deployment.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/apprepository/networkpolicy.yaml b/chart/kubeapps/templates/apprepository/networkpolicy.yaml index cdf2d5cb667..087b45a362e 100644 --- a/chart/kubeapps/templates/apprepository/networkpolicy.yaml +++ b/chart/kubeapps/templates/apprepository/networkpolicy.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/apprepository/pdb.yaml b/chart/kubeapps/templates/apprepository/pdb.yaml new file mode 100644 index 00000000000..a71a3635514 --- /dev/null +++ b/chart/kubeapps/templates/apprepository/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.packaging.helm.enabled .Values.apprepository.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "kubeapps.apprepository.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.apprepository.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: apprepository + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.apprepository.pdb.minAvailable }} + minAvailable: {{ .Values.apprepository.pdb.minAvailable }} + {{- end }} + {{- if or .Values.apprepository.pdb.maxUnavailable ( not .Values.apprepository.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.apprepository.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.apprepository.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: apprepository +{{- end }} diff --git a/chart/kubeapps/templates/apprepository/rbac.yaml b/chart/kubeapps/templates/apprepository/rbac.yaml index c2613618035..3f39dab1fdf 100644 --- a/chart/kubeapps/templates/apprepository/rbac.yaml +++ b/chart/kubeapps/templates/apprepository/rbac.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/apprepository/serviceaccount.yaml b/chart/kubeapps/templates/apprepository/serviceaccount.yaml index c3dd90a1d5d..eff68f9c0f5 100644 --- a/chart/kubeapps/templates/apprepository/serviceaccount.yaml +++ b/chart/kubeapps/templates/apprepository/serviceaccount.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/dashboard/configmap.yaml b/chart/kubeapps/templates/dashboard/configmap.yaml index 2a4bf2152e8..5391285fca1 100644 --- a/chart/kubeapps/templates/dashboard/configmap.yaml +++ b/chart/kubeapps/templates/dashboard/configmap.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/dashboard/deployment.yaml b/chart/kubeapps/templates/dashboard/deployment.yaml index 069b526333c..4ef44d2d003 100644 --- a/chart/kubeapps/templates/dashboard/deployment.yaml +++ b/chart/kubeapps/templates/dashboard/deployment.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} @@ -112,8 +112,7 @@ spec: livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.dashboard.customLivenessProbe "context" $) | nindent 12 }} {{- else if .Values.dashboard.livenessProbe.enabled }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.dashboard.livenessProbe "enabled") "context" $) | nindent 12 }} - httpGet: - path: / + tcpSocket: port: http {{- end }} {{- if .Values.dashboard.customReadinessProbe }} diff --git a/chart/kubeapps/templates/dashboard/networkpolicy.yaml b/chart/kubeapps/templates/dashboard/networkpolicy.yaml index 52181ec15a2..63b27c427b1 100644 --- a/chart/kubeapps/templates/dashboard/networkpolicy.yaml +++ b/chart/kubeapps/templates/dashboard/networkpolicy.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/dashboard/pdb.yaml b/chart/kubeapps/templates/dashboard/pdb.yaml new file mode 100644 index 00000000000..675784024dc --- /dev/null +++ b/chart/kubeapps/templates/dashboard/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.dashboard.enabled .Values.dashboard.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "kubeapps.dashboard.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.dashboard.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: dashboard + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.dashboard.pdb.minAvailable }} + minAvailable: {{ .Values.dashboard.pdb.minAvailable }} + {{- end }} + {{- if or .Values.dashboard.pdb.maxUnavailable ( not .Values.dashboard.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.dashboard.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.dashboard.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: dashboard +{{- end }} diff --git a/chart/kubeapps/templates/dashboard/service.yaml b/chart/kubeapps/templates/dashboard/service.yaml index 4fbd19679b1..d13cb2d72dc 100644 --- a/chart/kubeapps/templates/dashboard/service.yaml +++ b/chart/kubeapps/templates/dashboard/service.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/extra-list.yaml b/chart/kubeapps/templates/extra-list.yaml index 2d35a580e81..329f5c653a4 100644 --- a/chart/kubeapps/templates/extra-list.yaml +++ b/chart/kubeapps/templates/extra-list.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/frontend/configmap.yaml b/chart/kubeapps/templates/frontend/configmap.yaml index d43f521cd63..a54ceb1d270 100644 --- a/chart/kubeapps/templates/frontend/configmap.yaml +++ b/chart/kubeapps/templates/frontend/configmap.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/frontend/deployment.yaml b/chart/kubeapps/templates/frontend/deployment.yaml index f6e78fe3e6f..6c105458b53 100644 --- a/chart/kubeapps/templates/frontend/deployment.yaml +++ b/chart/kubeapps/templates/frontend/deployment.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} @@ -111,8 +111,7 @@ spec: livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.frontend.customLivenessProbe "context" $) | nindent 12 }} {{- else if .Values.frontend.livenessProbe.enabled }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.frontend.livenessProbe "enabled") "context" $) | nindent 12 }} - httpGet: - path: /healthz + tcpSocket: port: http {{- end }} {{- if .Values.frontend.customReadinessProbe }} diff --git a/chart/kubeapps/templates/frontend/networkpolicy.yaml b/chart/kubeapps/templates/frontend/networkpolicy.yaml index 0c764ad808f..ac55f482e93 100644 --- a/chart/kubeapps/templates/frontend/networkpolicy.yaml +++ b/chart/kubeapps/templates/frontend/networkpolicy.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/frontend/oauth2-secret.yaml b/chart/kubeapps/templates/frontend/oauth2-secret.yaml index 6de6e8eb66a..e83afd5d620 100644 --- a/chart/kubeapps/templates/frontend/oauth2-secret.yaml +++ b/chart/kubeapps/templates/frontend/oauth2-secret.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/frontend/pdb.yaml b/chart/kubeapps/templates/frontend/pdb.yaml new file mode 100644 index 00000000000..3e9a8ec2410 --- /dev/null +++ b/chart/kubeapps/templates/frontend/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.frontend.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.frontend.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: frontend + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.frontend.pdb.minAvailable }} + minAvailable: {{ .Values.frontend.pdb.minAvailable }} + {{- end }} + {{- if or .Values.frontend.pdb.maxUnavailable ( not .Values.frontend.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.frontend.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.frontend.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: frontend +{{- end }} diff --git a/chart/kubeapps/templates/frontend/service.yaml b/chart/kubeapps/templates/frontend/service.yaml index f44948206a2..a4ccdccb707 100644 --- a/chart/kubeapps/templates/frontend/service.yaml +++ b/chart/kubeapps/templates/frontend/service.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/ingress-api.yaml b/chart/kubeapps/templates/ingress-api.yaml index 0fa224942b9..58f38446402 100644 --- a/chart/kubeapps/templates/ingress-api.yaml +++ b/chart/kubeapps/templates/ingress-api.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/ingress.yaml b/chart/kubeapps/templates/ingress.yaml index 2887b30d8d8..0d55ea643b6 100644 --- a/chart/kubeapps/templates/ingress.yaml +++ b/chart/kubeapps/templates/ingress.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/kubeappsapis/configmap.yaml b/chart/kubeapps/templates/kubeappsapis/configmap.yaml index bbcd83e384b..fae9f0ccd52 100644 --- a/chart/kubeapps/templates/kubeappsapis/configmap.yaml +++ b/chart/kubeapps/templates/kubeappsapis/configmap.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/kubeappsapis/deployment.yaml b/chart/kubeapps/templates/kubeappsapis/deployment.yaml index 61d6e603144..be8d0e9609c 100644 --- a/chart/kubeapps/templates/kubeappsapis/deployment.yaml +++ b/chart/kubeapps/templates/kubeappsapis/deployment.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} @@ -189,8 +189,8 @@ spec: livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.kubeappsapis.customLivenessProbe "context" $) | nindent 12 }} {{- else if .Values.kubeappsapis.livenessProbe.enabled }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.kubeappsapis.livenessProbe "enabled") "context" $) | nindent 12 }} - exec: - command: ["grpc_health_probe", "-addr=:{{ .Values.kubeappsapis.containerPorts.http }}"] + tcpSocket: + port: grpc-http {{- end }} {{- if .Values.kubeappsapis.customReadinessProbe }} readinessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.kubeappsapis.customReadinessProbe "context" $) | nindent 12 }} @@ -289,8 +289,8 @@ spec: livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.ociCatalog.customLivenessProbe "context" $) | nindent 12 }} {{- else if .Values.ociCatalog.livenessProbe.enabled }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.kubeappsapis.livenessProbe "enabled") "context" $) | nindent 12 }} - exec: - command: ["grpc_health_probe", "-addr=:{{ .Values.ociCatalog.containerPorts.grpc }}"] + tcpSocket: + port: grpc-http {{- end }} {{- if .Values.ociCatalog.customReadinessProbe }} readinessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.ociCatalog.customReadinessProbe "context" $) | nindent 12 }} diff --git a/chart/kubeapps/templates/kubeappsapis/networkpolicy.yaml b/chart/kubeapps/templates/kubeappsapis/networkpolicy.yaml index 015ecaf2f23..7ec6ff0100a 100644 --- a/chart/kubeapps/templates/kubeappsapis/networkpolicy.yaml +++ b/chart/kubeapps/templates/kubeappsapis/networkpolicy.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/kubeappsapis/pdb.yaml b/chart/kubeapps/templates/kubeappsapis/pdb.yaml new file mode 100644 index 00000000000..d5a2713632a --- /dev/null +++ b/chart/kubeapps/templates/kubeappsapis/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.kubeappsapis.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "kubeapps.kubeappsapis.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.kubeappsapis.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: kubeappsapis + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.kubeappsapis.pdb.minAvailable }} + minAvailable: {{ .Values.kubeappsapis.pdb.minAvailable }} + {{- end }} + {{- if or .Values.kubeappsapis.pdb.maxUnavailable ( not .Values.kubeappsapis.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.kubeappsapis.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.kubeappsapis.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: kubeappsapis +{{- end }} diff --git a/chart/kubeapps/templates/kubeappsapis/rbac.yaml b/chart/kubeapps/templates/kubeappsapis/rbac.yaml index d22907149d0..ba04414d16d 100644 --- a/chart/kubeapps/templates/kubeappsapis/rbac.yaml +++ b/chart/kubeapps/templates/kubeappsapis/rbac.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/kubeappsapis/rbac_fluxv2.yaml b/chart/kubeapps/templates/kubeappsapis/rbac_fluxv2.yaml index 2b87813af59..3fd418c16de 100644 --- a/chart/kubeapps/templates/kubeappsapis/rbac_fluxv2.yaml +++ b/chart/kubeapps/templates/kubeappsapis/rbac_fluxv2.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/kubeappsapis/service.yaml b/chart/kubeapps/templates/kubeappsapis/service.yaml index a0016f1fe51..2f352e5cbe7 100644 --- a/chart/kubeapps/templates/kubeappsapis/service.yaml +++ b/chart/kubeapps/templates/kubeappsapis/service.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/kubeappsapis/serviceaccount.yaml b/chart/kubeapps/templates/kubeappsapis/serviceaccount.yaml index 8d6645201d0..b1bac4f8ccf 100644 --- a/chart/kubeapps/templates/kubeappsapis/serviceaccount.yaml +++ b/chart/kubeapps/templates/kubeappsapis/serviceaccount.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/shared/config.yaml b/chart/kubeapps/templates/shared/config.yaml index 76b4e09b023..2fdaaa0c264 100644 --- a/chart/kubeapps/templates/shared/config.yaml +++ b/chart/kubeapps/templates/shared/config.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/shared/helm-global-repos-namespace.yaml b/chart/kubeapps/templates/shared/helm-global-repos-namespace.yaml index b58262c1f5b..7732d2c15d9 100644 --- a/chart/kubeapps/templates/shared/helm-global-repos-namespace.yaml +++ b/chart/kubeapps/templates/shared/helm-global-repos-namespace.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/templates/tls-secrets.yaml b/chart/kubeapps/templates/tls-secrets.yaml index 368cfceb6a8..7e37f4fa2d5 100644 --- a/chart/kubeapps/templates/tls-secrets.yaml +++ b/chart/kubeapps/templates/tls-secrets.yaml @@ -1,5 +1,5 @@ {{- /* -Copyright VMware, Inc. +Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} diff --git a/chart/kubeapps/values.schema.json b/chart/kubeapps/values.schema.json index eb9ffc9a28e..913528b8e37 100644 --- a/chart/kubeapps/values.schema.json +++ b/chart/kubeapps/values.schema.json @@ -83,7 +83,7 @@ "type": "string", "form": true, "title": "Identity Provider name", - "description": "See https://github.com/oauth2-proxy/oauth2-proxy/blob/master/docs/docs/configuration/overview.md#generating-a-cookie-secret to find available providers", + "description": "See https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview#generating-a-cookie-secret to find available providers", "hidden": { "value": false, "path": "authProxy/enabled" diff --git a/chart/kubeapps/values.yaml b/chart/kubeapps/values.yaml index 4b61978fea1..0debbca5d10 100644 --- a/chart/kubeapps/values.yaml +++ b/chart/kubeapps/values.yaml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 ## @section Global parameters @@ -211,7 +211,7 @@ frontend: image: registry: docker.io repository: bitnami/nginx - tag: 1.25.4-debian-12-r7 + tag: 1.27.0-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -484,6 +484,16 @@ frontend: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param frontend.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param frontend.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param frontend.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `frontend.pdb.minAvailable` and `frontend.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## Frontend service parameters ## service: @@ -556,7 +566,7 @@ frontend: ## @param frontend.networkPolicy.kubeAPIServerPorts [array] List of possible endpoints to kube-apiserver (limit to your cluster settings to increase security) ## kubeAPIServerPorts: [443, 6443, 8443] - ## @param frontend.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolice + ## @param frontend.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy ## e.g: ## extraIngress: ## - ports: @@ -922,6 +932,16 @@ dashboard: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param dashboard.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param dashboard.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param dashboard.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dashboard.pdb.minAvailable` and `dashboard.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## Dashboard service parameters ## service: @@ -952,7 +972,7 @@ dashboard: ## @param dashboard.networkPolicy.kubeAPIServerPorts [array] List of possible endpoints to kube-apiserver (limit to your cluster settings to increase security) ## kubeAPIServerPorts: [443, 6443, 8443] - ## @param dashboard.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolice + ## @param dashboard.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy ## e.g: ## extraIngress: ## - ports: @@ -1312,6 +1332,16 @@ apprepository: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param apprepository.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param apprepository.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param apprepository.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `apprepository.pdb.minAvailable` and `apprepository.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## Network Policies ## Ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/ ## @@ -1325,7 +1355,7 @@ apprepository: ## @param apprepository.networkPolicy.kubeAPIServerPorts [array] List of possible endpoints to kube-apiserver (limit to your cluster settings to increase security) ## kubeAPIServerPorts: [443, 6443, 8443] - ## @param apprepository.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolice + ## @param apprepository.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy ## e.g: ## extraIngress: ## - ports: @@ -1391,7 +1421,7 @@ authProxy: image: registry: docker.io repository: bitnami/oauth2-proxy - tag: 7.6.0-debian-12-r7 + tag: 7.6.0-debian-12-r13 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -2134,6 +2164,16 @@ kubeappsapis: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param kubeappsapis.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param kubeappsapis.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param kubeappsapis.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `kubeappsapis.pdb.minAvailable` and `kubeappsapis.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## kubeappsapis service parameters ## service: @@ -2164,7 +2204,7 @@ kubeappsapis: ## @param kubeappsapis.networkPolicy.kubeAPIServerPorts [array] List of possible endpoints to kube-apiserver (limit to your cluster settings to increase security) ## kubeAPIServerPorts: [443, 6443, 8443] - ## @param kubeappsapis.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolice + ## @param kubeappsapis.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy ## e.g: ## extraIngress: ## - ports: