Download Latest Version v2.12.1 source code.tar.gz (23.1 MB)
Email in envelope

Get an email when there's a new version of Kubeapps

Home / v2.9.0
Name Modified Size InfoDownloads / Week
Parent folder
open_source_license.txt.zip 2023-10-31 7.3 MB
README.md 2023-09-21 46.0 kB
v2.9.0 source code.tar.gz 2023-09-21 23.1 MB
v2.9.0 source code.zip 2023-09-21 23.8 MB
Totals: 4 Items   54.2 MB 0

Kubeapps v2.9.0 (chart version 14.0.1) is a minor release that fixes some bugs and introduces working support for listing a catalog of apps when your charts are stored in an OCI registry (without having to list them manually). Specifically, this release supports registries on dockerhub, such as Bitnami's "oci://registry-1.dockerhub.io/bitnamicharts". This feature is behind a flag ociCatalog.enabled=true until we support more registries.

Bug fixes include: * Ensure token auth can be configured while oauthLoginURI is defined. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6557 * Use finalizers to spin up AppRepo clean-up jobs by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6647 * Allow oci:// protocol to be specified for OCI AppRepositories by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6645

Most of the work required for listing a catalog of an OCI registry namespace was related to re-writing the code that syncs charts from an OCI registry, so that it does not hit limits imposed by the registry when syncing a large catalog, such as the Bitnami Application Catalog. With these changes and the ociCatalog.enabled: true flag set, you can now add oci://registry-1.dockerhub.io/bitnamicharts as an app repository in Kubeapps. We are not yet enabling the ociCatalog by default and will be adding support for other registries in the future so that Kubeapps can display a catalog from any registry (without requiring users to manually list the apps).

Installation

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

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

Install the Kubeapps Helm chart:

:::bash
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: https://github.com/vmware-tanzu/kubeapps/compare/v2.8.0...v2.9.0

Source: README.md, updated 2023-09-21