kubeapps: bump chart version to 2.1.5

This commit is contained in:
kubernetes-bitnami
2019-10-01 16:15:13 +00:00
parent 26ead6b783
commit 6e349c6f9b
5 changed files with 18 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v1
name: kubeapps
version: 2.1.4
appVersion: v1.5.0
version: 2.1.5
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
keywords:

View File

@@ -49,9 +49,9 @@ data:
}
location ~* /api/chartsvc {
rewrite /api/chartsvc/(.*) /$1 break;
rewrite /api/chartsvc / break;
proxy_pass http://{{ template "kubeapps.chartsvc.fullname" . }}:{{ .Values.chartsvc.service.port }};
rewrite /api/chartsvc/(.*) /chartsvc/$1 break;
rewrite /api/chartsvc /chartsvc break;
proxy_pass http://{{ template "kubeapps.tiller-proxy.fullname" . }}:{{ .Values.tillerProxy.service.port }};
}
location ~* /api/tiller-deploy {

View File

@@ -13,6 +13,9 @@ metadata:
{{- end }}
spec:
type: {{ .Values.frontend.service.type }}
{{- if and (.Values.frontend.service.loadBalancerIP) (eq .Values.frontend.service.type "LoadBalancer") }}
loadBalancerIP: {{ .Values.frontend.service.loadBalancerIP }}
{{- end }}
ports:
- port: {{ .Values.frontend.service.port }}
{{- if .Values.authProxy.enabled }}

View File

@@ -32,6 +32,7 @@ spec:
args:
- --host={{ .Values.tillerProxy.host }}
- --user-agent-comment=kubeapps/{{ .Chart.AppVersion }}
- --chartsvc-url=http://{{ template "kubeapps.chartsvc.fullname" . }}:{{ .Values.chartsvc.service.port }}
{{- if .Values.tillerProxy.tls }}
- --tls
{{- if .Values.tillerProxy.tls.verify }}

View File

@@ -62,10 +62,14 @@ frontend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.16.1-r25
tag: 1.16.1-debian-9-r52
service:
port: 80
type: ClusterIP
# Set type to LoadBalancer and enable
# the parameter below with a value
# to have a static load balancer IP
#loadBalancerIP:
annotations: {}
livenessProbe:
httpGet:
@@ -102,7 +106,7 @@ apprepository:
image:
registry: docker.io
repository: bitnami/kubeapps-apprepository-controller
tag: 1.5.0-scratch-r1
tag: 1.5.1-scratch-r0
# Image used to perform chart repository syncs
syncImage:
registry: docker.io
@@ -162,7 +166,7 @@ tillerProxy:
image:
registry: docker.io
repository: bitnami/kubeapps-tiller-proxy
tag: 1.5.0-scratch-r1
tag: 1.5.1-scratch-r0
service:
port: 8080
host: tiller-deploy.kube-system:44134
@@ -227,7 +231,7 @@ dashboard:
image:
registry: docker.io
repository: bitnami/kubeapps-dashboard
tag: 1.5.0-debian-9-r35
tag: 1.5.1-debian-9-r0
service:
port: 8080
livenessProbe:
@@ -299,7 +303,7 @@ testImage:
# Image used for the tests. The only requirement is to include curl
registry: docker.io
repository: bitnami/nginx
tag: 1.16.0-r99
tag: 1.16.1-debian-9-r52
# Auth Proxy for OIDC support
# ref: https://github.com/kubeapps/kubeapps/blob/master/docs/user/using-an-OIDC-provider.md