Skip to content

Instantly share code, notes, and snippets.

@rail
Created February 24, 2022 04:28
Show Gist options
  • Save rail/9b89d73b3c31ea80bb84594bcc38b626 to your computer and use it in GitHub Desktop.
Save rail/9b89d73b3c31ea80bb84594bcc38b626 to your computer and use it in GitHub Desktop.
diff --git a/cockroachdb/Chart.yaml b/cockroachdb/Chart.yaml
index 7233fd7..fca3ae9 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.2
+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/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