deprecate Istio chart in favor for upstream chart (#3452)

* deprecate Istio chart in favor for upstream chart

* Update Chart.yaml

* Update README.md
This commit is contained in:
Lachlan Evenson
2018-02-10 03:23:51 -08:00
committed by k8s-ci-robot
parent 265afc75f3
commit 0220f653be
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
apiVersion: v1
description: Istio Helm chart for Kubernetes
name: istio
deprecated: true
# To avoid confusion the helm chart version stays in sync with the istio version - DO NOT UNSYNC -- ldemailly@google.com
# https://github.com/kubernetes/charts/issues/1501
version: 0.2.12-chart3
version: 0.2.12-chart4
appVersion: 0.2.12
home: https://istio.io/
icon: https://raw.githubusercontent.com/istio/istio.github.io/master/favicons/mstile-150x150.png
+2
View File
@@ -1,5 +1,7 @@
# Istio
**This chart has been deprecated as of version 0.2.12-chart4 and will not be updated. Please use the upstream charts found [here](https://github.com/istio/istio/tree/master/install/kubernetes/helm/istio) instead.**
[Istio](https://istio.io/), Istio is an open platform that provides a uniform way to connect, manage, and secure microservices. Istio supports managing traffic flows between microservices, enforcing access policies, and aggregating telemetry data, all without requiring changes to the microservice code.
## TL;DR;