19 lines
459 B
Diff
19 lines
459 B
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -10,8 +10,13 @@
|
|
maintainers:
|
|
- email: dev@minio.io
|
|
name: MinIO, Inc
|
|
-name: operator
|
|
+name: minio-operator
|
|
sources:
|
|
- https://github.com/minio/operator
|
|
type: application
|
|
version: 4.4.17
|
|
+annotations:
|
|
+ catalog.cattle.io/certified: partner
|
|
+ catalog.cattle.io/display-name: Minio Operator
|
|
+ catalog.cattle.io/release-name: minio-operator
|
|
+kubeVersion: '>=1.19.0-0'
|
|
\ No newline at end of file
|