mirror of https://git.rancher.io/charts
Merge pull request #2123 from PennyScissors/dev-v2.7
Update ui-plugin-operator to RC3pull/2125/head
commit
6adb69ad51
Binary file not shown.
|
@ -6,7 +6,7 @@ metadata:
|
|||
labels:
|
||||
app: {{ .Chart.Name }}
|
||||
rules:
|
||||
- apiGroups: [""] # "" indicates the core API group
|
||||
- apiGroups: [""]
|
||||
resources: ["configmaps"]
|
||||
verbs: ["*"]
|
||||
---
|
||||
|
@ -34,11 +34,15 @@ metadata:
|
|||
labels:
|
||||
app: {{ .Chart.Name }}
|
||||
rules:
|
||||
- apiGroups: ["catalog.cattle.io"] # "" indicates the core API group
|
||||
- apiGroups: ["catalog.cattle.io"]
|
||||
resources:
|
||||
- uiplugins
|
||||
- uiplugins/status
|
||||
verbs: ["*"]
|
||||
- apiGroups: ["coordination.k8s.io"]
|
||||
resources:
|
||||
- leases
|
||||
verbs: ["*"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
|
|
|
@ -10558,9 +10558,9 @@ entries:
|
|||
catalog.cattle.io/release-name: ui-plugin-operator
|
||||
apiVersion: v1
|
||||
appVersion: 0.1.0
|
||||
created: "2022-09-28T09:09:17.867019-07:00"
|
||||
created: "2022-09-28T12:38:17.788-07:00"
|
||||
description: A UI Plugin Operator Chart for plugin management in Rancher
|
||||
digest: 8048fa8b13e95ed12dabfc1f7cfa885ca2865ed7c0c02cc530dbd8f667492328
|
||||
digest: 49eaed24b42ee1c2fdde2981efdd1895fa915eb46a3c7680e113ae2ee4f8cd81
|
||||
keywords:
|
||||
- applications
|
||||
- infrastructure
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
url: https://github.com/rancher/ui-plugin-operator.git
|
||||
subdirectory: charts/ui-plugin-operator
|
||||
commit: 5844e1b86ab343bc5c64e4f325d56ea820c0e399
|
||||
commit: dbb08891aabeb41d3cbf1f15b35dc77107fb0965
|
||||
version: 101.0.0
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
|
|
Loading…
Reference in New Issue