From c2c9fc404bc6cd1b261010ea50b97bc171cb67b2 Mon Sep 17 00:00:00 2001 From: kubernetes-bitnami Date: Thu, 3 Oct 2019 23:25:08 +0000 Subject: [PATCH] kubeapps: bump chart version to 2.1.6 --- bitnami/kubeapps/Chart.yaml | 2 +- bitnami/kubeapps/README.md | 2 +- bitnami/kubeapps/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/kubeapps/Chart.yaml b/bitnami/kubeapps/Chart.yaml index 1a0c3acd2..2d05fd8e4 100644 --- a/bitnami/kubeapps/Chart.yaml +++ b/bitnami/kubeapps/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: kubeapps -version: 2.1.5 +version: 2.1.6 appVersion: v1.5.1 description: Kubeapps is a dashboard for your Kubernetes cluster that makes it easy to deploy and manage applications in your cluster using Helm icon: https://raw.githubusercontent.com/kubeapps/kubeapps/master/docs/img/logo.png diff --git a/bitnami/kubeapps/README.md b/bitnami/kubeapps/README.md index 9216c9f96..8c4179765 100644 --- a/bitnami/kubeapps/README.md +++ b/bitnami/kubeapps/README.md @@ -184,7 +184,7 @@ Most likely you will only want to have one hostname that maps to this Kubeapps i ##### Annotations -For annotations, please see [this document](https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md). Not all annotations are supported by all ingress controllers, but this document does a good job of indicating which annotation is supported by many popular ingress controllers. Annotations can be set using `ingress.annotations`. +For annotations, please see [this document](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md). Not all annotations are supported by all ingress controllers, but this document does a good job of indicating which annotation is supported by many popular ingress controllers. Annotations can be set using `ingress.annotations`. ##### TLS diff --git a/bitnami/kubeapps/values.yaml b/bitnami/kubeapps/values.yaml index 9b82c7a4a..b9f4acfb6 100644 --- a/bitnami/kubeapps/values.yaml +++ b/bitnami/kubeapps/values.yaml @@ -22,7 +22,7 @@ ingress: # Ingress annotations done as key:value pairs # For a full list of possible ingress annotations, please see - # ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + # ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md # # If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set annotations: @@ -231,7 +231,7 @@ dashboard: image: registry: docker.io repository: bitnami/kubeapps-dashboard - tag: 1.5.1-debian-9-r0 + tag: 1.5.1-debian-9-r2 service: port: 8080 livenessProbe: