diff --git a/bitnami/kubeapps/Chart.yaml b/bitnami/kubeapps/Chart.yaml index 1a0c3acd26..2d05fd8e4b 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 9216c9f965..8c41797658 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 9b82c7a4a5..b9f4acfb63 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: