[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 <jiri.pinkava@rossum.ai>

Co-authored-by: Jiri Pinkava <jiri.pinkava@rossum.ai>
This commit is contained in:
Jiří Pinkava
2020-04-19 23:21:38 -07:00
committed by GitHub
co-authored by Jiri Pinkava
parent ad1edd1f50
commit 0fc8b83aaa
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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:
@@ -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: