From 0fc8b83aaa5f53a7a190fb22ba876e07b3418c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pinkava?= Date: Mon, 20 Apr 2020 08:21:38 +0200 Subject: [PATCH] [stable/tensorflow-serving] drop time annotation, not compatibile with helm 3 (#21564) This annotation uses `.Release.Time.Seconds` helm feature, which is not avaiable in Helm 3 any more. This also makes the chart unstable, sinc content changes each time it is rendered, wich confuses some automatic deployment tools. Signed-off-by: Jiri Pinkava Co-authored-by: Jiri Pinkava --- stable/tensorflow-serving/Chart.yaml | 2 +- stable/tensorflow-serving/templates/deployment.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stable/tensorflow-serving/Chart.yaml b/stable/tensorflow-serving/Chart.yaml index 3ce8659805..a5aae2b564 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.1 +version: 1.1.0 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 630b0d20c0..fa71a8c15c 100644 --- a/stable/tensorflow-serving/templates/deployment.yaml +++ b/stable/tensorflow-serving/templates/deployment.yaml @@ -8,8 +8,6 @@ metadata: release: {{ .Release.Name | quote }} chart: {{ template "tensorflow-serving.chart" . }} app: {{ template "tensorflow-serving.name" . }} - annotations: - "helm.sh/created": {{ .Release.Time.Seconds | quote }} spec: replicas: {{ .Values.replicas }} strategy: