From b3bb91f66a77b0d74bbd138740f77cdc7731b1cf Mon Sep 17 00:00:00 2001 From: Xiang Dai <764524258@qq.com> Date: Sat, 5 Oct 2019 09:25:24 +0800 Subject: [PATCH] [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> --- stable/tensorflow-serving/Chart.yaml | 2 +- stable/tensorflow-serving/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/tensorflow-serving/Chart.yaml b/stable/tensorflow-serving/Chart.yaml index 80d3c676b2..3ce8659805 100644 --- a/stable/tensorflow-serving/Chart.yaml +++ b/stable/tensorflow-serving/Chart.yaml @@ -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: diff --git a/stable/tensorflow-serving/templates/deployment.yaml b/stable/tensorflow-serving/templates/deployment.yaml index eb83d64d4a..630b0d20c0 100644 --- a/stable/tensorflow-serving/templates/deployment.yaml +++ b/stable/tensorflow-serving/templates/deployment.yaml @@ -1,5 +1,5 @@ {{- $gpuCount := .Values.gpuCount -}} -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "tensorflow-serving.fullname" . }}