v1.8.1
This is a patch release that fixes the following bugs:
- Modifications made to the values were lost when upgrading.
- Chart READMEs included comments and relative links were not working.
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
- Fix upgrade modifications (#1480) 601d9d6 (Andres Martinez Gotor)
- [docs] Remove reference to unsupported Helm 3 (#1481) 7eb8a18 (Andres Martinez Gotor)
- Update documentation for Kubeapps 1.8 (#1475) f0043e8 (Andres Martinez Gotor)
- Bump chart version (#1478) eebc5e7 (Andres Martinez Gotor)
- ChartView: Skip comments and render hash links (#1476) b97cbd8 (Andres Martinez Gotor)