mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 16:17:21 +08:00
kubeapps: bump chart version to 2.1.6
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user