forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/cockroachdb]: Add more OWNERS to cockroachdb chart (helm#13889)
These three all have good knowledge of CockroachDB and experience running it in production on Kubernetes. Signed-off-by: Alex Robinson <alexdwanerobinson@gmail.com>
- Loading branch information
1 parent
41f0073
commit 602bb6f
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
apiVersion: v1 | ||
name: cockroachdb | ||
home: https://www.cockroachlabs.com | ||
version: 2.1.6 | ||
version: 2.1.7 | ||
appVersion: 19.1.0 | ||
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database. | ||
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png | ||
sources: | ||
- https://github.com/cockroachdb/cockroach | ||
maintainers: | ||
- name: a-robinson | ||
email: alex@cockroachlabs.com | ||
email: alexdwanerobinson@gmail.com | ||
- name: DuskEagle | ||
email: Joel.A.Kenny@gmail.com | ||
- name: joshimhoff | ||
email: joshimhoff13@gmail.com | ||
- name: keith-mcclellan | ||
email: keith.mcclellan@gmail.com |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
approvers: | ||
- a-robinson | ||
- DuskEagle | ||
- joshimhoff | ||
- keith-mcclellan | ||
reviewers: | ||
- a-robinson | ||
- DuskEagle | ||
- joshimhoff | ||
- keith-mcclellan |