[stable/tensorflow-serving] Fixes compatibility with 1.16 (#17521)

* Fixes compatibility with 1.16

Signed-off-by: Xiang Dai <764524258@qq.com>

* fix a typo

Signed-off-by: Xiang Dai <764524258@qq.com>
This commit is contained in:
Xiang Dai
2019-10-04 18:25:24 -07:00
committed by Kubernetes Prow Robot
parent 9e3a4f2201
commit b3bb91f66a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: tensorflow-serving
home: https://github.com/kubernetes/charts
version: 1.0.0
version: 1.0.1
appVersion: 1.14.0
description: TensorFlow Serving is an open-source software library for serving machine learning models.
sources:
@@ -1,5 +1,5 @@
{{- $gpuCount := .Values.gpuCount -}}
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "tensorflow-serving.fullname" . }}