[incubator/tensorflow-inception] add repo archive notice (#24068)

* [incubator/tensorflow-inception] add repo archive notice

Signed-off-by: Scott Rigby <scott@r6by.com>

* [incubator/tensorflow-inception] use apps/v1

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

Co-authored-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
Scott Rigby
2020-11-10 02:02:40 -08:00
committed by GitHub
co-authored by Carlos Panato
parent 9e714026fb
commit 8f183bac71
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -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
+5
View File
@@ -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.
@@ -18,7 +18,7 @@ spec:
type: {{ .Values.serviceType }}
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "tensorflow-inception.fullname" . }}