mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
kubeapps: bump chart version to 2.1.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: kubeapps
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
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
|
||||
icon: https://raw.githubusercontent.com/kubeapps/kubeapps/master/docs/img/logo.png
|
||||
|
||||
@@ -15,6 +15,12 @@ rules:
|
||||
- secrets
|
||||
verbs:
|
||||
- get
|
||||
- apiGroups:
|
||||
- "kubeapps.com"
|
||||
resources:
|
||||
- apprepositories
|
||||
verbs:
|
||||
- get
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
kind: RoleBinding
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
# imageRegistry: myRegistryName
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
# storageClass: myStorageClass
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user