mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/etcd] Remove helm.sh/created annotations (#500)
* [incubator/etcd] Remove helm.sh/created annotations * etcd: bump to version 0.1.2
This commit is contained in:
committed by
Adnan Abdulhussein
parent
d7588a85e2
commit
34d669df4f
@@ -1,6 +1,6 @@
|
||||
name: etcd
|
||||
home: https://github.com/coreos/etcd
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
description: Etcd Helm chart for Kubernetes.
|
||||
sources:
|
||||
- https://github.com/coreos/etcd
|
||||
|
||||
@@ -10,8 +10,6 @@ metadata:
|
||||
release: {{.Release.Name | quote }}
|
||||
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
|
||||
component: "{{.Release.Name}}-{{.Values.Component}}"
|
||||
annotations:
|
||||
"helm.sh/created": {{.Release.Time.Seconds | quote }}
|
||||
spec:
|
||||
ports:
|
||||
- port: {{.Values.PeerPort}}
|
||||
@@ -31,8 +29,6 @@ metadata:
|
||||
release: {{.Release.Name | quote }}
|
||||
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
|
||||
component: "{{.Release.Name}}-{{.Values.Component}}"
|
||||
annotations:
|
||||
"helm.sh/created": {{.Release.Time.Seconds | quote }}
|
||||
spec:
|
||||
serviceName: "{{ printf "%s-%s" .Release.Name .Values.Name | trunc 24 }}"
|
||||
replicas: {{default 3 .Values.Replicas}}
|
||||
@@ -45,7 +41,6 @@ spec:
|
||||
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
|
||||
component: "{{.Release.Name}}-{{.Values.Component}}"
|
||||
annotations:
|
||||
"helm.sh/created": {{.Release.Time.Seconds | quote }}
|
||||
pod.alpha.kubernetes.io/initialized: "true"
|
||||
spec:
|
||||
containers:
|
||||
|
||||
Reference in New Issue
Block a user