This is a patch release that fixes a bug that prevent applications installed from a namespaced repository (any repository not installed in the kubeapps
namespace) from being upgraded. Upgrade Kubeapps for the best experience.
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:
For Helm 2:
helm install --name kubeapps --namespace kubeapps bitnami/kubeapps
For Helm 3:
kubectl create namespace kubeapps
helm install kubeapps --namespace kubeapps bitnami/kubeapps --set useHelm3=true
To get started with Kubeapps, checkout this walkthrough.
Changelog
- [e2e] Ensure the latest version is selected before submitting (#1827) 19752ce (Andres Martinez Gotor)
- Cherry pick requirements 5c84d98 (Andres Martinez Gotor)
- Update CI for create-private-registry to include an upgrade. (#1817) 7d174f1 (Michael Nelson)
- Fix non-namespaced calls during release upgrade. (#1816) 43c4d2a (Michael Nelson)