diff --git a/stable/distributed-tensorflow/Chart.yaml b/stable/distributed-tensorflow/Chart.yaml index 3ab882e465..d1c3e0d2bc 100644 --- a/stable/distributed-tensorflow/Chart.yaml +++ b/stable/distributed-tensorflow/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for running distributed TensorFlow on Kubernetes name: distributed-tensorflow -version: 1.2.0 +version: 1.2.1 appVersion: 1.7.0 sources: - https://github.com/tensorflow/tensorflow diff --git a/stable/distributed-tensorflow/README.md b/stable/distributed-tensorflow/README.md index 4d22aced45..ec1a1713d4 100644 --- a/stable/distributed-tensorflow/README.md +++ b/stable/distributed-tensorflow/README.md @@ -1,3 +1,8 @@ +# ⚠️ Repo Archive Notice + +As of Nov 13, 2020, charts in this repo will no longer be updated. +For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/). + # Distributed TensorFlow TensorFlow is an open source software library for numerical computation using data flow graphs, and it supports distributed computing, allowing 'data parallel' or 'model parallel' on different servers. This means data scientists can now scale out distributed training to 100s of GPUs using TensorFlow.