mirror of https://git.rancher.io/charts
36 lines
1.3 KiB
Diff
36 lines
1.3 KiB
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -1,20 +1,29 @@
|
|
apiVersion: v2
|
|
appVersion: v1.35.0
|
|
-description: Kiali is an open source project for service mesh observability, refer
|
|
- to https://www.kiali.io for details.
|
|
+description: Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details. This is installed as sub-chart with customized values in Rancher's Istio.
|
|
home: https://github.com/kiali/kiali
|
|
icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png
|
|
keywords:
|
|
- istio
|
|
- kiali
|
|
+- networking
|
|
+- infrastructure
|
|
maintainers:
|
|
- email: kiali-users@googlegroups.com
|
|
name: Kiali
|
|
url: https://kiali.io
|
|
-name: kiali-server
|
|
+name: rancher-kiali-server
|
|
sources:
|
|
- https://github.com/kiali/kiali
|
|
- https://github.com/kiali/kiali-ui
|
|
- https://github.com/kiali/kiali-operator
|
|
- https://github.com/kiali/helm-charts
|
|
version: 1.35.0
|
|
+annotations:
|
|
+ catalog.cattle.io/requires-gvr: monitoring.coreos.com.prometheus/v1
|
|
+ catalog.rancher.io/namespace: cattle-istio-system
|
|
+ catalog.rancher.io/release-name: rancher-kiali-server
|
|
+ catalog.cattle.io/hidden: true
|
|
+ catalog.cattle.io/provides-gvr: monitoringdashboards.monitoring.kiali.io/v1alpha1
|
|
+ catalog.cattle.io/os: linux
|
|
+ catalog.cattle.io/auto-install: rancher-kiali-server-crd=match
|