Skip to content

Kubeapps v1.4.1

Compare
Choose a tag to compare
@kubernetes-bitnami kubernetes-bitnami released this 07 Jun 17:28
ffa3c9b

This release include several bug fixes:

  • StatefulSets and DaemonSets are now taken into account when displaying the status of an application. The status now says "Ready" or "Not Ready" instead of "Deploying/Deployed" to avoid confusion.
  • Disables the default securityContext of MongoDB in the chart that causes an error during the chart installation if the policy SecurityContextDeny is enabled in the cluster.
  • Fixes a bug that prevented SVG icons from being shown in the catalog view.

Check the changelog section for a complete list of changes included.

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:

helm install --name kubeapps --namespace kubeapps bitnami/kubeapps

To get started with Kubeapps, checkout this walkthrough.

Changelog

  • Update Nginx and NPM dependencies (#1051) ffa3c9b (Andres Martinez Gotor)
  • Modify the application status message (#1050) dc3afb0 (Andres Martinez Gotor)
  • Consider statefulsets and daemonsets for application status (#1044) 8d97800 (Andres Martinez Gotor)
  • Disable default securityContext for MongoDB (#1047) e7f8893 (Andres Martinez Gotor)
  • Update chartsvc and chart-repo images (#1045) 81b39e1 (Andres Martinez Gotor)
  • Update npm packages (#1046) fa53902 (Andres Martinez Gotor)
  • Catch possible errors with incomplete Ingress objects (#1041) 8288c33 (Andres Martinez Gotor)
  • Show a warning message for non semver versions (#1038) 62db7f6 (Andres Martinez Gotor)
  • Bump chart version. Update apprepositories annotations (#1037) 8d3790f (Andres Martinez Gotor)