Commit Graph
25 Commits
Author SHA1 Message Date
moreginger 1e206341fe Added labels to pdb. (#12847)
Signed-off-by: Tim Moore <tmm@corefiling.com>
2019-04-05 05:17:19 -07:00
Orkhan Mamedov e86e4e902c [stable/memcached] Add ability to specify arbitrary custom labels in memcached helm chart (#11966)
* Add ability to specify arbitrary custom labels in memcached helm chart

Signed-off-by: orkhanm <orkhan.mamedov.7@gmail.com>

* Update casing to be consistant across all values file references, add readme reference to new parameter

Signed-off-by: orkhanm <orkhan.mamedov.7@gmail.com>

* Fix circleci lint error "missing starting space in comment  (comments)"

Signed-off-by: orkhanm <orkhan.mamedov.7@gmail.com>

* Bump minor version; Change the way yaml is templated into statefulset

Signed-off-by: orkhanm <orkhan.mamedov.7@gmail.com>

* change parameter name from customLabels to podLabels

Signed-off-by: orkhanm <orkhan.mamedov.7@gmail.com>
2019-03-07 10:54:04 -08:00
Andy Snowden 5b98227445 Bump memcached version, add tolerations and affinity support (#11134)
Signed-off-by: Andy Snowden <andy.snowden@equityzen.com>
2019-02-05 10:59:42 -08:00
dkarnutsch 91245e42e7 [stable/memcached] Add pod annotations (#10371)
* Add pod annotations

Signed-off-by: Daniel Karnutsch <d.karnutsch@gmail.com>

* change version to bump to next minor

Signed-off-by: Daniel Karnutsch <d.karnutsch@gmail.com>
2019-01-06 23:37:17 -08:00
jfouchard 8dee17fd39 Support changing the kind (#9609)
* Support changing the kind

Signed-off-by: Jeff Fouchard <jeff.fouchard@fullscript.com>

* Use kind string value, not bool

Signed-off-by: Jeff Fouchard <jeff.fouchard@fullscript.com>

* Update chart version

Signed-off-by: Jeff Fouchard <jeff.fouchard@fullscript.com>

* Fix readme value

Signed-off-by: Jeff Fouchard <jeff.fouchard@fullscript.com>
2018-11-28 14:59:27 -08:00
jfouchard e88a18a7d0 Adds support for nodeSelectors (#7695)
* Adds support for nodeSelectors

Signed-off-by: Jeff Fouchard <jeff@fouchard.org>

* Bump chart version

Signed-off-by: Jeff Fouchard <jeff@fouchard.org>
2018-09-12 10:29:29 -07:00
Ole Markus With 2c0dbe63cd stable/memcached: Add support for metrics (#6847)
* stable/memcached: Add support for metrics

* stable/memcached: Add newline at the end of the values file

* Add missing values documentation to README

* Bump chart version
2018-08-14 13:26:16 -07:00
Kenneth Aasan c5760302b5 stable/memcached: Adds kennethaasan to OWNERS/maintainers (#7179) 2018-08-14 11:17:32 -07:00
Kiall Mac Innes 5ec3e4c01a [stable/memcached]: Set pdbMinAvailable < replicaCount (#7098)
When pdbMinAvailable == replicaCount, it will not be possible for Kubernetes
to drain any node which is hosting a memcached pod, as the PodDisruptionPolicy
will forbid kubernetes from ejecting the pod and rescheduling it elsewhere.
2018-08-10 15:19:25 -07:00
Ole Markus With 95d64c9288 [stable/memcached] Add olemarkus as maintainer for this chart (#6848) 2018-08-09 22:53:42 -07:00
Justin McCarty 3b064914d6 Adding optional sidecar containers and volumes (#6302)
* Adding optional sidecar containers and volumes

* Using extraContainers instead of sidecars

* Using extraVolumes instead of additionalVolumes

* Make default an empty string in order to prevent warnings

* Update Chart.yaml
2018-07-02 13:02:19 -07:00
AdamDang 6c457cddbe [stable/memcached]Typo fix:AnitAffinity->AntiAffinity (#5396)
* Add version 

version: 2.1.1

* [stable/memcached]Typo fix:AnitAffinity->AntiAffinity

[stable/memcached]Typo fix:AnitAffinity->AntiAffinity
2018-05-09 15:16:53 -07:00
Simon Wydooghe a82d21abed [stable/memcached] add fullnameOverride option (#5140) 2018-05-02 09:59:16 -07:00
AdamDang 89b7819a8c Add appVersion key for memcached (#4695)
The key "appVersion" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure.
2018-04-04 18:40:07 -07:00
Pierre Ozoux a1373c6eeb Update memcache to latest (#4126)
* Update memcache to latest

* Incrementing chart version

* Update Chart.yaml
2018-03-26 11:43:02 -07:00
youhonglian 909cae763f typo fix tables->table (#4323)
* Update Chart.yaml

* change tables->table

change tables->table
2018-03-21 00:49:02 -07:00
AlawnWong 0177dae9da [stable/memcached] fix the memcached chart's bug, when the AntiAffinity is soft (#3221)
* Update statefulset.yaml

* Update Chart.yaml

* fixes linter issues
2018-01-04 23:04:12 -08:00
Kevin Schumacher 62c3e9111f [stable/memcached] #1785 namespace defined templates with chart name (#2180) 2017-10-11 17:09:09 +05:30
Dan Isla 748feb1a63 [memcached] Separate replicaCount from PDB minAvailable (#1772)
* separated value linking pdb minAvailable and replicaCount so that statefulset can scale

* rename pdbCount to pdbMinAvailable
2017-08-19 00:01:03 +05:30
Dhilip 4f1e2ea355 Introduce hard antiAffinity and simplify config using matchLabels instead of matchExpressions (#1629) 2017-08-07 18:30:12 +01:00
William Martin Stewart 4a77037d8e Use memcached modern recommended options instead (#1221)
* Use memcached modern recommended options instead

* Allow setting custom Memcached options with a sane default

* Bump major version since this might break backwards compatibilty by changing defaults

* don't use '-o' if extendedOptions is empty

* Update Chart.yaml

* We set default for memcached verbosity to 'v' in values.yml

* fix options
2017-06-20 11:15:36 +01:00
Bob Violier a6366d1de6 Update the char limit of fullname to 63 for memcached chart (#1185) 2017-06-06 17:08:51 -07:00
Dhilip 6480d9e192 Make memcached a statefulset, add anti-affinity and podDisruptionBudget (#933)
* Make memcached a statefulset, add anti-affinity and podDisruptionBudget

* Address review comments

* Make the chart 1.0.0, as deploment to SS is a breaking change

* Convert anti-affinity a proper yaml format
2017-05-17 11:52:31 +01:00
Miguel Ángel Martínez Triviño fc7ac0d2f5 [stable/memcached] Add icon and description (#567)
* [stable/memcached] Add icon and description

* Version bump
2017-02-12 20:19:05 -08:00
Greg Taylor 9d95850774 Add memcached chart to stable. (#164) 2016-11-03 12:31:59 -07:00