From 9a1c5ea617c302fc3c3f419f87d34d736404efa9 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 9 Nov 2020 17:24:53 -0500 Subject: [PATCH] [stable/distributed-tensorflow] add repo archive notice (#24096) Signed-off-by: Scott Rigby --- stable/distributed-tensorflow/Chart.yaml | 2 +- stable/distributed-tensorflow/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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.