github vmware-tanzu/kubeapps v2.4.4

latest releases: v2.10.0, v2.9.0, v2.8.0...
2 years ago

Kubeapps v2.4.4 (chart version 8.0.9) is a patch release that primarily improves the response times for viewing the catalog when using the Carvel plugin. There are also a lot bug fixes and some behind-the-scenes work on a new repository API which we'll be talking about more in a later release. See below for details of the various bug fixes.

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.4.3...v2.4.4

Don't miss a new kubeapps release

NewReleases is sending notifications on new releases.