[stable/jenkins] Remove helm.sh/created annotations (#505)

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

* jenkins: Bump version to 0.1.8
This commit is contained in:
Reinhard Nägele
2017-01-27 14:25:45 -08:00
committed by Adnan Abdulhussein
parent efda2e10f7
commit f380da2fb1
3 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
version: 0.1.7
version: 0.1.8
description: A Jenkins Helm chart for Kubernetes.
sources:
- https://github.com/jenkinsci/jenkins
@@ -7,8 +7,6 @@ metadata:
release: {{.Release.Name | quote }}
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
component: "{{.Release.Name}}-{{.Values.Master.Name}}"
annotations:
"helm.sh/created": {{.Release.Time.Seconds | quote }}
spec:
replicas: 1
strategy:
@@ -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}}