From 8f183bac71a75357c57a06112eb5c2e1bce3ec4a Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Tue, 10 Nov 2020 05:02:40 -0500 Subject: [PATCH] [incubator/tensorflow-inception] add repo archive notice (#24068) * [incubator/tensorflow-inception] add repo archive notice Signed-off-by: Scott Rigby * [incubator/tensorflow-inception] use apps/v1 Signed-off-by: Carlos Panato Co-authored-by: Carlos Panato --- incubator/tensorflow-inception/Chart.yaml | 2 +- incubator/tensorflow-inception/README.md | 5 +++++ .../tensorflow-inception/templates/tensorflow-inception.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/incubator/tensorflow-inception/Chart.yaml b/incubator/tensorflow-inception/Chart.yaml index bb0dd094b5..4f938ebc68 100755 --- a/incubator/tensorflow-inception/Chart.yaml +++ b/incubator/tensorflow-inception/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: tensorflow-inception home: https://github.com/kubernetes/charts -version: 0.4.1 +version: 0.4.2 appVersion: 1.4.0 description: Open source software library for numerical computation using data flow graphs. icon: https://camo.githubusercontent.com/ee91ac3c9f5ad840ebf70b54284498fe0e6ddb92/68747470733a2f2f7777772e74656e736f72666c6f772e6f72672f696d616765732f74665f6c6f676f5f7472616e73702e706e67 diff --git a/incubator/tensorflow-inception/README.md b/incubator/tensorflow-inception/README.md index 44bb1df603..d751571a5b 100644 --- a/incubator/tensorflow-inception/README.md +++ b/incubator/tensorflow-inception/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 Inception Model Chart TensorFlow is an open source software library for numerical computation using data flow graphs. diff --git a/incubator/tensorflow-inception/templates/tensorflow-inception.yaml b/incubator/tensorflow-inception/templates/tensorflow-inception.yaml index f2944f5702..52a0b1b319 100644 --- a/incubator/tensorflow-inception/templates/tensorflow-inception.yaml +++ b/incubator/tensorflow-inception/templates/tensorflow-inception.yaml @@ -18,7 +18,7 @@ spec: type: {{ .Values.serviceType }} --- -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "tensorflow-inception.fullname" . }}