mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [stable/kanister-operator] RBAC changes and default profile creation Provides the option to install a profile CR along with the operator the profile CR is installed via a subchart Kanister operator requires access to CRDs and Events. Add this to the cluster-role. Fixes https://github.com/kanisterio/kanister/issues/82 fixes https://github.com/kanisterio/kanister/issues/90 * fixing repo url and version requirement * Fix typo * remove remote chart with local * operator version to 0.10.0 * new lines EOF * Update Chart.yaml
14 lines
357 B
YAML
14 lines
357 B
YAML
apiVersion: v1
|
|
description: Kanister-operator Helm chart for Kubernetes
|
|
name: kanister-operator
|
|
version: 0.3.0
|
|
home: https://kanister.io/
|
|
maintainers:
|
|
- email: ilya@kasten.io
|
|
name: depohmel
|
|
- email: tom@kasten.io
|
|
name: tdmanv
|
|
icon: https://kasten.io/assets/img/kanister-logo.png
|
|
appVersion: 0.10.0
|
|
source: https://github.com/kanisterio/kanister
|