39 lines
1.0 KiB
Diff
39 lines
1.0 KiB
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -1,12 +1,29 @@
|
|
+annotations:
|
|
+ catalog.cattle.io/certified: partner
|
|
+ catalog.cattle.io/namespace: istio-system
|
|
+ catalog.cattle.io/release-name: istiod-tid
|
|
+ catalog.cattle.io/display-name: Tetrate Istio Distro
|
|
+ catalog.cattle.io/upstream-version: 1.12.6
|
|
+kubeVersion: ">= 1.19.0-0 < 1.23.0-0"
|
|
apiVersion: v1
|
|
appVersion: 1.12.6
|
|
-description: Helm chart for istio control plane
|
|
-icon: https://istio.io/latest/favicons/android-192x192.png
|
|
+home: https://istio.tetratelabs.io
|
|
+description: Tetrate Istio Distro Istiod is simple, safe enterprise-grade Service Mesh.
|
|
+icon: https://istio.tetratelabs.io/images/getistio-favicon.png
|
|
keywords:
|
|
- istio
|
|
- istiod
|
|
- istio-discovery
|
|
-name: istiod
|
|
-sources:
|
|
-- http://github.com/istio/istio
|
|
+- tid
|
|
+- tetrate
|
|
+- distribution
|
|
+- networking
|
|
+- infrastructure
|
|
+name: istiod-tid
|
|
+maintainers:
|
|
+- email: tetrate@tetrate.io
|
|
+ name: tetrate
|
|
version: 1.12.6
|
|
+dependencies:
|
|
+- name: tid-base
|
|
+ repository: file://./charts/tid-base
|
|
\ No newline at end of file
|