From b9bf559271b0b6298d0f03885ee1676ddbe84fbf Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 9 Nov 2020 17:34:49 -0500 Subject: [PATCH] [stable/tensorflow-notebook] add repo archive notice (#24204) Signed-off-by: Scott Rigby --- stable/tensorflow-notebook/Chart.yaml | 2 +- stable/tensorflow-notebook/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/stable/tensorflow-notebook/Chart.yaml b/stable/tensorflow-notebook/Chart.yaml index d1670cdfc9..d9e5a1ed99 100644 --- a/stable/tensorflow-notebook/Chart.yaml +++ b/stable/tensorflow-notebook/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for tensorflow notebook and tensorboard name: tensorflow-notebook -version: 0.1.3 +version: 0.1.4 appVersion: 1.6.0 sources: - https://github.com/tensorflow/tensorflow diff --git a/stable/tensorflow-notebook/README.md b/stable/tensorflow-notebook/README.md index 13c75444c7..1897e87fb8 100644 --- a/stable/tensorflow-notebook/README.md +++ b/stable/tensorflow-notebook/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/). + # TensorFlow Notebook Helm Chart TensorFlow is an open source software library for numerical computation using data flow graphs, and tensorboard is the tool visualizing TensorFlow programs. Using Jupyter notebook to get into TensorFlow and develop models is the great way for data scientist. With these three tools you are able to start your machine learning work in two minutes.