16 Commits
Author SHA1 Message Date
Matt FarinaandGitHub 7f313aca44 [stable/rethinkdb] deprecating chart (#24382)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 15:35:13 -05:00
Scott RigbyandGitHub 8814813a78 [stable/rethinkdb] add repo archive notice (#24179)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:32:37 -08:00
Steve LiuandGitHub b8725a14d3 [Stable/rethinkdb] Fix rethinkdb cluster ip field is immutable (#22818)
Signed-off-by: junchil <stevejc.liu@gmail.com>
2020-07-18 06:26:50 -07:00
Eric StokesandGitHub a2c37034c8 [stable/rethinkdb] Implement storageClass (#21750)
* [stable/rethinkdb] Fixed storageClass

The cluster.persistentVolume.storageClass was never used and would never
properly populate the volumeClaimTemplate.

This also adds the convention that "-" will set the null storage class
(as this is a pretty common convention).

Signed-off-by: Eric Stokes <fernferret@gmail.com>

* bumped chart version

Signed-off-by: Eric Stokes <fernferret@gmail.com>
2020-04-19 23:32:02 -07:00
Jacob DandKubernetes Prow Robot 6038863499 [stable/rethinkdb] Kubernetes apiVersion Depreciated (#19624)
* [stable/rethinkdb] stateful migrate api version from depreciated, add required selector

Signed-off-by: Jacob Dent <jdent@tacyarg.com>

* [stable/rethinkdb] deployment  migrate api version from depreciated, add required selector

Signed-off-by: Jacob Dent <jdent@tacyarg.com>

* [stable/rethinkdb] bump minor version

Signed-off-by: Jacob Dent <jdent@tacyarg.com>
2019-12-16 18:51:39 -08:00
Carlos Tadeu Panato JuniorandKubernetes Prow Robot 05c81e3edd add apiVersion (#13820)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-05-15 02:26:47 -07:00
Shubham Jainandk8s-ci-robot 761b67658a Move liveness and readiness probe to values.yaml (#7982)
* move readiness and liveness probe details to value.yaml

Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>

* chart version bumped

Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>

* Remove trailing spaces

Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>

* Update Chart.yaml

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2018-10-31 13:44:53 -07:00
Christian Budde Christensenandk8s-ci-robot 3bb5fc517b Fix proxy service annotations (#5287)
Update proxy service annotations to follow the format specified in the
README and values.
2018-05-03 08:15:51 -07:00
AdamDangandk8s-ci-robot 86373f0572 Typo fix in rethinkdb/README.md:StateFul->StatefulSet (#4973)
* Add version for rethinkdb

Add version for rethinkdb

* Typo fix in rethinkdb/README.md

Typo fix in rethinkdb/README.md
2018-04-18 20:56:59 -07:00
AdamDangandk8s-ci-robot cdcffb6d8b Add appVersion for rethinkdb (#4689)
The key "appVersion" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure.
2018-04-04 17:51:09 -07:00
Anton Malinskiyandk8s-ci-robot 24a9f2d738 [stable/rethinkdb] Support rbac (#3436)
* Add rbac support to rethinkdb

* Bump version of rethinkdb chart

* Fix lint errors

* Update according to new RBAC best practices

* Add app, chart, release, heritage labels to ClusterRole and ClusterRoleBinding

* use template "rethinkdb.chart" for consistency
2018-02-19 21:05:38 -08:00
Kevin SchumacherandDhilip e16462f5d0 [stable/rethinkdb] #1785 namespace defined templates with chart name (#2158) 2017-10-05 00:25:12 +05:30
Sameer NaikandReinhard Nägele a9b13d9d77 rethinkdb: fix chart deployment with PVCs turned off (#1712) 2017-08-13 20:04:18 +02:00
Frederic HembergerandVic Iglesias 9b6b5dfcf8 [stable/rethinkdb] Update apiVersion for StorageClass (#1454)
* [stable/rethinkdb] Update apiVersion for StorageClass

Fixes #1422

* Update Chart.yaml
2017-07-21 13:53:36 -07:00
Frederic HembergerandReinhard Nägele 912f50c716 Use consistent whitespace in template placeholders (#1437)
Use consistent whitespace in template placeholders
2017-07-09 21:11:24 +02:00
Cody LundquistandAdnan Abdulhussein 465c9fbf2e rethinkdb: Initial Commit (#1018)
* rethinkdb-cluster: Initial Commit

* Fix chart name.

* Make the NOTES.txt file more accurate.

* Use k8s 1.6 storageClassName notation for PVC.

* RethinkDB directory needs to be initially empty.

When using a provisioned volume from something like GCE, the mounted directory has a  folder inside of it. This breaks RethinkDB when initializing.

* Add an extra k8s script to create a StorageClass on GCE.

* Addressing PR Comments.

* Rename to Recursively removing directory /Users/codyl/dev-files/charts/rethinkdb_data/tmp
Initializing directory /Users/codyl/dev-files/charts/rethinkdb_data
Running rethinkdb 2.3.4 (CLANG 7.3.0 (clang-703.0.31))...
Running on Darwin 16.6.0 x86_64
Loading data from directory /Users/codyl/dev-files/charts/rethinkdb_data and move to stable.

* Shorten down .gitignore file.

* Make using the RethinkDB Admin Console easier.

* Fix some wrong names/paths.

* Due to a bug with secrets, don't auto-gen a password.

https://github.com/kubernetes/charts/issues/980

* Remove extra file.

* Addressing PR comments and some other changes

 - Updated NOTES.txt to include more tailored instructions based on proxy service type.
 - Added an optional StorageClass.
 - Simplified rethink config to not use a ConfigMap.
 - Added optional RethinkDB Driver TLS configuration.
 - Updated README.md to reflect new config changes.

* Tiny fix in README.md.

* Use github username for Chart.yaml.

* Default to ClusterIP for proxy service.
2017-06-13 12:40:08 +02:00