mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
kubeapps: bump chart version to 1.7.0
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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" $ }}
|
||||
|
||||
@@ -14,6 +14,7 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
group: kubeapps.com
|
||||
scope: Namespaced
|
||||
names:
|
||||
kind: AppRepository
|
||||
plural: apprepositories
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user