mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
9e3a4f2201
commit
b3bb91f66a
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user