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: