kubeapps: bump chart version to 2.1.1

This commit is contained in:
kubernetes-bitnami
2019-09-03 11:55:10 +00:00
parent ca83c584fe
commit 2cfa3172f9
3 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: kubeapps name: kubeapps
version: 2.1.0 version: 2.1.1
appVersion: v1.5.0 appVersion: v1.5.0
description: Kubeapps is a dashboard for your Kubernetes cluster that makes it easy to deploy and manage applications in your cluster using Helm 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 icon: https://raw.githubusercontent.com/kubeapps/kubeapps/master/docs/img/logo.png

View File

@@ -15,6 +15,12 @@ rules:
- secrets - secrets
verbs: verbs:
- get - get
- apiGroups:
- "kubeapps.com"
resources:
- apprepositories
verbs:
- get
--- ---
apiVersion: rbac.authorization.k8s.io/v1beta1 apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding kind: RoleBinding

View File

@@ -6,6 +6,7 @@
# imageRegistry: myRegistryName # imageRegistry: myRegistryName
# imagePullSecrets: # imagePullSecrets:
# - myRegistryKeySecretName # - myRegistryKeySecretName
# storageClass: myStorageClass
# The frontend service is the main reverse proxy used to access the Kubeapps UI # The frontend service is the main reverse proxy used to access the Kubeapps UI
# To expose Kubeapps externally either configure the ingress object below or # To expose Kubeapps externally either configure the ingress object below or