From 17294c19064152da4bec20d2ceedeb0c0ebbae7e Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Sun, 4 Nov 2018 15:06:14 -0600 Subject: [PATCH] [stable/cockroachdb] Bump default RequestCertsImageTag (#8345) To include the fix added by https://github.com/cockroachdb/k8s/pull/14 Signed-off-by: Alex Robinson --- stable/cockroachdb/Chart.yaml | 2 +- stable/cockroachdb/README.md | 2 +- stable/cockroachdb/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/cockroachdb/Chart.yaml b/stable/cockroachdb/Chart.yaml index 6e1935d098..41381df542 100755 --- a/stable/cockroachdb/Chart.yaml +++ b/stable/cockroachdb/Chart.yaml @@ -1,6 +1,6 @@ name: cockroachdb home: https://www.cockroachlabs.com -version: 2.0.2 +version: 2.0.3 appVersion: 2.0.6 description: CockroachDB is a scalable, survivable, strongly-consistent SQL database. icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png diff --git a/stable/cockroachdb/README.md b/stable/cockroachdb/README.md index 331f011350..ea8f953d9b 100644 --- a/stable/cockroachdb/README.md +++ b/stable/cockroachdb/README.md @@ -97,7 +97,7 @@ The following table lists the configurable parameters of the CockroachDB chart a | `Tolerations` | List of node taints to tolerate | `{}` | | `Secure.Enabled` | Whether to run securely using TLS certificates | `false` | | `Secure.RequestCertsImage` | Image to use for requesting TLS certificates | `cockroachdb/cockroach-k8s-request-cert` | -| `Secure.RequestCertsImageTag` | Image tag to use for requesting TLS certificates | `0.3` | +| `Secure.RequestCertsImageTag` | Image tag to use for requesting TLS certificates | `0.4` | | `Secure.ServiceAccount.Create` | Whether to create a new RBAC service account | `true` | | `Secure.ServiceAccount.Name` | Name of RBAC service account to use | `""` | | `JoinExisting` | List of already-existing cockroach instances | `[]` | diff --git a/stable/cockroachdb/values.yaml b/stable/cockroachdb/values.yaml index f0e1781cf4..3258e30da2 100644 --- a/stable/cockroachdb/values.yaml +++ b/stable/cockroachdb/values.yaml @@ -55,7 +55,7 @@ Tolerations: {} Secure: Enabled: false RequestCertsImage: "cockroachdb/cockroach-k8s-request-cert" - RequestCertsImageTag: "0.3" + RequestCertsImageTag: "0.4" ServiceAccount: # Specifies whether a service account should be created. Create: true