mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
co-authored by
Jiri Pinkava
parent
ad1edd1f50
commit
0fc8b83aaa
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user