13 lines
549 B
Diff
13 lines
549 B
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -4,3 +4,9 @@
|
|
name: ziti-host
|
|
type: application
|
|
version: 1.5.0
|
|
+kubeVersion: ">= 1.20"
|
|
+annotations:
|
|
+ catalog.cattle.io/certified: partner # Enables the "partner" badge in the UI for easier identification
|
|
+ catalog.cattle.io/release-name: ziti-host # Your chart's name in kebab-case, this is used for deployment
|
|
+ catalog.cattle.io/display-name: OpenZiti Service-Hosting # The chart's name you want displayed in the UI
|
|
+icon: https://partner-charts.rancher.io/assets/logos/ziti-host.png
|