Created
February 24, 2022 04:53
-
-
Save rail/29f8950e9c9854fef315ffe0c523aef0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/cockroachdb/Chart.yaml b/cockroachdb/Chart.yaml | |
index 7233fd7..5722df1 100644 | |
--- a/cockroachdb/Chart.yaml | |
+++ b/cockroachdb/Chart.yaml | |
@@ -1,8 +1,9 @@ | |
+# Generated file, DO NOT EDIT. Source: build/templates/Chart.yaml | |
apiVersion: v1 | |
name: cockroachdb | |
home: https://www.cockroachlabs.com | |
-version: 7.0.0 | |
-appVersion: 21.2.6 | |
+version: 7.0.1 | |
+appVersion: 21.2.7 | |
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database. | |
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png | |
sources: | |
diff --git a/cockroachdb/README.md b/cockroachdb/README.md | |
index 7555559..f0c900e 100644 | |
--- a/cockroachdb/README.md | |
+++ b/cockroachdb/README.md | |
@@ -1,3 +1,4 @@ | |
+<!--- Generated file, DO NOT EDIT. Source: build/templates/README.md ---> | |
# CockroachDB Helm Chart | |
[CockroachDB](https://github.com/cockroachdb/cockroach) - the open source, cloud-native distributed SQL database. | |
@@ -228,10 +229,10 @@ kubectl get pods \ | |
``` | |
``` | |
-my-release-cockroachdb-0 cockroachdb/cockroach:v21.2.6 | |
-my-release-cockroachdb-1 cockroachdb/cockroach:v21.2.6 | |
-my-release-cockroachdb-2 cockroachdb/cockroach:v21.2.6 | |
-my-release-cockroachdb-3 cockroachdb/cockroach:v21.2.6 | |
+my-release-cockroachdb-0 cockroachdb/cockroach:v21.2.7 | |
+my-release-cockroachdb-1 cockroachdb/cockroach:v21.2.7 | |
+my-release-cockroachdb-2 cockroachdb/cockroach:v21.2.7 | |
+my-release-cockroachdb-3 cockroachdb/cockroach:v21.2.7 | |
``` | |
Resume normal operations. Once you are comfortable that the stability and performance of the cluster is what you'd expect post-upgrade, finalize the upgrade: | |
@@ -286,7 +287,7 @@ Verify that no pod is deleted and then upgrade as normal. A new StatefulSet will | |
For more information about upgrading a cluster to the latest major release of CockroachDB, see [Upgrade to CockroachDB v21.1](https://www.cockroachlabs.com/docs/stable/upgrade-cockroach-version.html). | |
-Note that there are some backward-incompatible changes to SQL features between versions 20.2 and 21.1. For details, see the [CockroachDB v21.2.6 release notes](https://www.cockroachlabs.com/docs/releases/v21.2.6.html#backward-incompatible-changes). | |
+Note that there are some backward-incompatible changes to SQL features between versions 20.2 and 21.1. For details, see the [CockroachDB v21.2.7 release notes](https://www.cockroachlabs.com/docs/releases/v21.2.7.html#backward-incompatible-changes). | |
## Configuration | |
@@ -315,7 +316,7 @@ For details see the [`values.yaml`](values.yaml) file. | |
| `conf.store.size` | CockroachDB storage size | `""` | | |
| `conf.store.attrs` | CockroachDB storage attributes | `""` | | |
| `image.repository` | Container image name | `cockroachdb/cockroach` | | |
-| `image.tag` | Container image tag | `v21.2.6` | | |
+| `image.tag` | Container image tag | `v21.2.7` | | |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` | | |
| `image.credentials` | `registry`, `user` and `pass` credentials to pull private image | `{}` | | |
| `statefulset.replicas` | StatefulSet replicas number | `3` | | |
diff --git a/cockroachdb/values.yaml b/cockroachdb/values.yaml | |
index fea72a0..a4277df 100644 | |
--- a/cockroachdb/values.yaml | |
+++ b/cockroachdb/values.yaml | |
@@ -1,6 +1,7 @@ | |
+# Generated file, DO NOT EDIT. Source: build/templates/values.yaml | |
image: | |
repository: cockroachdb/cockroach | |
- tag: v21.2.6 | |
+ tag: v21.2.7 | |
pullPolicy: IfNotPresent | |
credentials: {} | |
# registry: docker.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment