kubeapps: bump chart version to 1.7.0

This commit is contained in:
kubernetes-bitnami
2019-05-20 18:38:51 +00:00
parent 842a261452
commit 26fdb63f92
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v1
name: kubeapps
version: 1.6.2
appVersion: v1.3.2
version: 1.7.0
appVersion: v1.4.0
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

@@ -4,11 +4,19 @@ kind: AppRepository
metadata:
name: {{ .name }}
annotations:
{{- if semverCompare ">=2.14.0" $.Capabilities.TillerVersion.SemVer }}
# Using the hook pre-install because since Helm v2.14 the crd-install
# hook should be used only for CRDs and the issues related to install
# Custom Resources have been already fixed
# https://github.com/helm/helm/issues/5756#issuecomment-493653454
"helm.sh/hook": pre-install
{{- else }}
# Using the hook crd-install to avoid issue w/Helm v1.11
# https://github.com/kubeapps/kubeapps/pull/955#pullrequestreview-200764260
"helm.sh/hook": crd-install
# Make sure this runs after the AppRepository CRD install
"helm.sh/hook-weight": "10"
{{- end }}
labels:
app: {{ template "kubeapps.apprepository.fullname" $ }}
chart: {{ template "kubeapps.chart" $ }}

View File

@@ -14,6 +14,7 @@ metadata:
heritage: {{ .Release.Service }}
spec:
group: kubeapps.com
scope: Namespaced
names:
kind: AppRepository
plural: apprepositories

View File

@@ -99,7 +99,7 @@ apprepository:
image:
registry: docker.io
repository: bitnami/kubeapps-apprepository-controller
tag: 1.3.2
tag: 1.4.0
# Image used to perform chart repository syncs
syncImage:
registry: docker.io
@@ -154,7 +154,7 @@ tillerProxy:
image:
registry: docker.io
repository: bitnami/kubeapps-tiller-proxy
tag: 1.3.2
tag: 1.4.0
service:
port: 8080
host: tiller-deploy.kube-system:44134
@@ -216,7 +216,7 @@ dashboard:
image:
registry: docker.io
repository: bitnami/kubeapps-dashboard
tag: 1.3.2
tag: 1.4.0
service:
port: 8080
livenessProbe: