Skip to content

v2.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 21:15
· 55 commits to main since this release
v2.11.0
7c6e6bb

Kubeapps v2.11.0 (chart version 15.3.8) is a minor release that mainly upgrades several dependencies since the last release and fixes some minor bugs. Since we bumped up some UI dependencies, some minor style changes are expected.

Installation

To install this release, ensure you add the Bitnami charts repository to your local Helm cache:

helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update

Install the Kubeapps Helm chart:

kubectl create namespace kubeapps
helm install kubeapps --namespace kubeapps bitnami/kubeapps

To get started with Kubeapps, check out this walkthrough.

What's Changed

Main changes in this release

Dependency upgrades

New Contributors

Full Changelog: v2.10.0...v2.11.0