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.