From abe8e7efaecd0f6e0ba8ed6f303257918428f0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Fri, 27 Jan 2017 23:26:13 +0100 Subject: [PATCH] [stable/cockroachdb] Remove helm.sh/created annotations (#504) * [stable/cockroachdb] Remove helm.sh/created annotations * cockroachdb: bump version to 0.2.1 --- stable/cockroachdb/Chart.yaml | 2 +- stable/cockroachdb/templates/cockroachdb-petset.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/stable/cockroachdb/Chart.yaml b/stable/cockroachdb/Chart.yaml index fde2bd0845..a1fc2973a2 100755 --- a/stable/cockroachdb/Chart.yaml +++ b/stable/cockroachdb/Chart.yaml @@ -1,6 +1,6 @@ name: cockroachdb home: https://www.cockroachlabs.com -version: 0.2.0 +version: 0.2.1 description: CockroachDB Helm chart for Kubernetes. sources: - https://github.com/cockroachdb/cockroach diff --git a/stable/cockroachdb/templates/cockroachdb-petset.yaml b/stable/cockroachdb/templates/cockroachdb-petset.yaml index d352c5cd45..a292f67552 100644 --- a/stable/cockroachdb/templates/cockroachdb-petset.yaml +++ b/stable/cockroachdb/templates/cockroachdb-petset.yaml @@ -9,8 +9,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: # The main port, served by gRPC, serves Postgres-flavor SQL, internode @@ -39,7 +37,6 @@ metadata: chart: "{{.Chart.Name}}-{{.Chart.Version}}" component: "{{.Release.Name}}-{{.Values.Component}}" annotations: - helm.sh/created: {{.Release.Time.Seconds | quote }} # This is needed to make the peer-finder work properly and to help avoid # edge cases where instance 0 comes up after losing its data and needs to # decide whether it should create a new cluster or try to join an existing @@ -82,8 +79,6 @@ apiVersion: apps/v1beta1 kind: StatefulSet metadata: name: "{{ printf "%s-%s" .Release.Name .Values.Name | trunc 56 }}" - annotations: - helm.sh/created: {{.Release.Time.Seconds | quote }} spec: serviceName: "{{ printf "%s-%s" .Release.Name .Values.Name | trunc 56 }}" replicas: {{default 3 .Values.Replicas}} @@ -95,7 +90,6 @@ spec: chart: "{{.Chart.Name}}-{{.Chart.Version}}" component: "{{.Release.Name}}-{{.Values.Component}}" annotations: - helm.sh/created: {{.Release.Time.Seconds | quote }} scheduler.alpha.kubernetes.io/affinity: > { "podAntiAffinity": {