[stable/spark] Remove helm.sh/created annotations (#507)

* [stable/spark] Remove helm.sh/created annotations

* spark: Bump version to 0.1.2
This commit is contained in:
Reinhard Nägele
2017-01-27 14:23:08 -08:00
committed by Adnan Abdulhussein
parent 9ef77e9f53
commit c38124d0aa
4 changed files with 2 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: spark
home: http://spark.apache.org/
version: 0.1.1
version: 0.1.2
description: A Apache Spark Helm chart for Kubernetes. Apache Spark is a fast and general-purpose cluster computing system
sources:
- https://github.com/kubernetes/kubernetes/tree/master/examples/spark
@@ -7,8 +7,6 @@ metadata:
release: {{.Release.Name | quote }}
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
component: "{{.Release.Name}}-{{.Values.Master.Component}}"
annotations:
"helm.sh/created": {{.Release.Time.Seconds | quote }}
spec:
ports:
- port: {{.Values.Master.ServicePort}}
@@ -25,8 +23,6 @@ metadata:
release: {{.Release.Name | quote }}
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
component: "{{.Release.Name}}-{{.Values.Master.Component}}"
annotations:
"helm.sh/created": {{.Release.Time.Seconds | quote }}
spec:
ports:
- port: {{.Values.WebUi.ServicePort}}
@@ -44,8 +40,6 @@ metadata:
release: {{.Release.Name | quote }}
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
component: "{{.Release.Name}}-{{.Values.Master.Component}}"
annotations:
"helm.sh/created": {{.Release.Time.Seconds | quote }}
spec:
replicas: {{default 1 .Values.Master.Replicas}}
strategy:
@@ -75,4 +69,4 @@ spec:
memory: "{{.Values.Master.Memory}}"
env:
- name: SPARK_DAEMON_MEMORY
value: {{ default "1g" .Values.Master.DaemonMemory | quote }}
value: {{ default "1g" .Values.Master.DaemonMemory | quote }}
@@ -7,8 +7,6 @@ metadata:
release: {{.Release.Name | quote }}
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
component: "{{.Release.Name}}-{{.Values.Worker.Component}}"
annotations:
"helm.sh/created": {{.Release.Time.Seconds | quote }}
spec:
replicas: {{default 1 .Values.Worker.Replicas}}
strategy:
@@ -7,8 +7,6 @@ metadata:
release: {{.Release.Name | quote }}
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
component: "{{.Release.Name}}-{{.Values.Zeppelin.Component}}"
annotations:
"helm.sh/created": {{.Release.Time.Seconds | quote }}
spec:
ports:
- port: {{.Values.Zeppelin.ServicePort}}
@@ -26,8 +24,6 @@ metadata:
release: {{.Release.Name | quote }}
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
component: "{{.Release.Name}}-{{.Values.Zeppelin.Component}}"
annotations:
"helm.sh/created": {{.Release.Time.Seconds | quote }}
spec:
replicas: {{default 1 .Values.Zeppelin.Replicas}}
strategy: