mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
kubeapps: bump chart version to 2.1.1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user