Ryan Probus
b6294a490c
[bitnami/memcached] Use SA for statefulset pods ( #6135 )
...
* Service account was only being set for the deployment, but this should
also be set for the statefulset as well
* Increment chart version from 5.10.0 to 5.10.1
2021-04-20 09:42:20 +02:00
Matthew Wynn
b068efa166
[bitnami/memcached] Add topology constraints ( #6081 )
2021-04-13 09:09:56 +02:00
Ryan Probus
ebf522e5dd
[bitnami/memcached] SA automount token values ( #6056 )
...
* Adds value to specify whether the service account token should be auto
mounted to pods
2021-04-09 08:42:28 +02:00
Bitnami Containers
dc24424e0a
[bitnami/memcached] Release 5.8.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-26 10:44:28 +00:00
infa-mhadiman
3e5e458c26
[bitnami/memcached] add support for memcached to use its own SA ( #5845 )
...
* add support for memcached to use its own SA
* fixed chart version
* fix chart version
* updated SA creation based on config from values.yaml
* updated README
2021-03-22 11:06:14 +01:00
Ibone González Mauraza
d326bb7c13
add podLabels ( #5740 )
2021-03-10 17:27:42 +01:00
Juan Ariza Toledano
26303498a3
[bitnami/memcached] Add some missing common parameters ( #5676 )
2021-03-05 09:23:42 +01:00
Bitnami Containers
fa579253d9
[bitnami/memcached] Release 5.5.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-02-24 10:38:53 +00:00
Miguel Ruiz
5f095734f9
[bitnami/*] Add notice regarding parameters immutability after chart installation ( #4853 )
...
* Add notice regarding parameters immutability after chart installation
* Revert changes on Mongo and Memcached README.md
2021-02-10 13:10:57 +01:00
Quentin BERNARD
ba786b4cb2
[bitnami/memcached] Add support for portName ( #5329 )
2021-02-10 10:35:00 +01:00
Javier J. Salmerón-García
4bfeaba727
[bitnami/memcached] Add hostAlias ( #5267 )
2021-01-28 09:57:35 +01:00
Bitnami Containers
d79ea13606
[bitnami/memcached] Release 5.4.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-01-25 10:35:37 +00:00
Carlos Rodríguez Hernández
0462921418
[bitnami/*] Unify icons in Chart.yaml and add missing fields ( #5206 )
...
* [bitnami/*] Unify icons in Chart.yaml and add missing fields
* Update Chart.yaml
2021-01-25 07:52:27 +01:00
Serge Fedonin
330ed94cb3
[bitnami/memcached] Fix ClusterIP invalid value and /tmp volumeMount using high-availability ( #5047 )
...
* Memcached. Fix error when try to deploy with service type LoadBalancer
* Memcached. Fix error when try to deploy with architecture high-availability and persistence.enabled: false
* Memcached. Fix Chart version
* Update bitnami/memcached/templates/service.yaml
* Bump patch version
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com >
2021-01-20 17:58:33 +01:00
Carlos Rodríguez Hernández
e9bcbb465f
[bitnami/memcached] Drop values-production.yaml support ( #5117 )
2021-01-19 17:55:51 +01:00
Carlos Rodríguez Hernández
c5e67a3887
[bitnami/*] Change helm version in the prerequisites ( #5090 )
2021-01-19 14:40:01 +01:00
Bitnami Containers
ecd674a954
[bitnami/memcached] Release 5.4.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-12-21 22:56:25 +00:00
kfir
f94c7652e7
[bitnami/memcadhed] Memcached persistence is redundant ( #4758 )
...
* Memcached persistence is redundant
* [bitnami/memcached] Fix version instead appVersion
2020-12-18 10:13:44 +01:00
bl-ue
49adc63b67
[bitnami/*] fix typos ( #4699 )
...
* Fix typos
* Update bitnami/airflow/README.md
* fix minor typo
Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com >
2020-12-14 09:17:49 +01:00
Juan Ariza Toledano
2826c125b4
[bitnami/*] Update dependencies ( #4694 )
2020-12-11 13:05:27 +01:00
Juan Ariza Toledano
1779dd713d
[bitnami/*] Affinity based on common presets (iv) ( #4483 )
2020-11-26 11:27:27 +01:00
Bitnami Containers
aadd3fcff3
[bitnami/memcached] Release 5.2.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-11-21 22:46:55 +00:00
Markos Chandras
9084881e83
[bitnami/memcached] Add support for priorityClassName ( #4383 )
...
Add support for setting priorityClassName to the standalone and HA
memcached deployments.
2020-11-17 17:40:17 +01:00
Reinhard Nägele
1d46018f05
[bitname/memcached] Only add secret and env vars when auth is enabled ( #4370 )
...
With this change, the secret for the password is only created if
the password is set. Environment variables for user and passwords
are only added if values are set.
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2020-11-16 18:15:32 +01:00
Carlos Rodríguez Hernández
e157aa0e89
[bitnami/memcached] Major version. Adapt Chart to apiVersion: v2 ( #4276 )
...
* [bitnami/memcached] Major version. Adapt Chart to apiVersion: v2
* [bitnami/memcached] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-11-11 00:49:35 +01:00
Juan Ariza Toledano
c08a20e3db
[bitnami/*] Include link to Troubleshootin guide on README.md ( #4136 )
2020-10-28 11:07:11 +01:00
Bitnami Containers
79db69e47a
[bitnami/memcached] Release 4.2.27 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-10-27 06:44:25 +00:00
Bitnami Containers
fa16fbae6d
[bitnami/memcached] Release 4.2.26 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-10-21 10:49:51 +00:00
Bitnami Containers
025c16505d
[bitnami/memcached] Release 4.2.25 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-09-21 10:15:06 +00:00
Bitnami Containers
96ac139426
[bitnami/memcached] Release 4.2.24 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-09-08 15:30:29 +00:00
Ben Kochie
e3801eab33
Update memcached chart README ( #3625 )
...
Update several items in the memcached README
* Use correct replicas variable.
* Document architecture variable.
* Add note about high-availability requirements for persistence.
Signed-off-by: Ben Kochie <superq@gmail.com >
2020-09-08 10:12:35 +02:00
Miguel Ángel Cabrera Miñagorri
1ed12f96af
[bitnami/metrics-server] Add source repo ( #3577 )
...
* [bitnami/all] Add home to this repository
* Remove duplicated entries
2020-09-03 12:00:10 +02:00
Bitnami Containers
b73a2a7133
[bitnami/memcached] Release 4.2.22 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-08-31 07:44:31 +00:00
Bitnami Containers
d76442560e
[bitnami/memcached] Release 4.2.21 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-08-01 06:42:54 +00:00
Andrés Bono
3d7ab406fe
[bitnami/*] Fix TL;DR typo in READMEs ( #3280 )
...
* Fix TL;DR typo in READMEs
Signed-off-by: Andrés Bono <andresbono@vmware.com >
2020-07-30 18:31:32 +02:00
Bitnami Containers
50f61538a6
[bitnami/memcached] Release 4.2.20 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-12 08:30:00 +00:00
Miguel Ángel Cabrera Miñagorri
63bde066b8
[bitnami/all] Add categories ( #3075 )
...
* [bitnami/airflow] Add category to Chart.yaml
* [bitnami/apache] Add category to Chart.yaml
* [bitnami/cassandra] Add category to Chart.yaml
* [bitnami/common] Add category to Chart.yaml
* [bitnami/consul] Add category to Chart.yaml
* [bitnami/contour] Add category to Chart.yaml
* [bitnami/discourse] Add category to Chart.yaml
* [bitnami/dokuwiki] Add category to Chart.yaml
* [bitnami/drupal] Add category to Chart.yaml
* [bitnami/ejbca] Add category to Chart.yaml
* [bitnami/elasticsearch] Add category to Chart.yaml
* [bitnami/etcd] Add category to Chart.yaml
* [bitnami/external-dns] Add category to Chart.yaml
* [bitnami/fluentd] Add category to Chart.yaml
* [bitnami/ghost] Add category to Chart.yaml
* [bitnami/grafana] Add category to Chart.yaml
* [bitnami/harbor] Add category to Chart.yaml
* [bitnami/influxdb] Add category to Chart.yaml
* [bitnami/jasperreports] Add category to Chart.yaml
* [bitnami/jenkins] Add category to Chart.yaml
* [bitnami/joomla] Add category to Chart.yaml
* [bitnami/kafka] Add category to Chart.yaml
* [bitnami/kibana] Add category to Chart.yaml
* [bitnami/kong] Add category to Chart.yaml
* [bitnami/kube-state-metrics] Add category to Chart.yaml
* [bitnami/kubewatch] Add category to Chart.yaml
* [bitnami/logstash] Add category to Chart.yaml
* [bitnami/magento] Add category to Chart.yaml
* [bitnami/mariadb] Add category to Chart.yaml
* [bitnami/mariadb-galera] Add category to Chart.yaml
* [bitnami/mediawiki] Add category to Chart.yaml
* [bitnami/memcached] Add category to Chart.yaml
* [bitnami/metallb] Add category to Chart.yaml
* [bitnami/metrics-server] Add category to Chart.yaml
* [bitnami/minio] Add category to Chart.yaml
* [bitnami/mongodb] Add category to Chart.yaml
* [bitnami/mongodb-sharded] Add category to Chart.yaml
* [bitnami/moodle] Add category to Chart.yaml
* [bitnami/mxnet] Add category to Chart.yaml
* [bitnami/nats] Add category to Chart.yaml
* [bitnami/nginx] Add category to Chart.yaml
* [bitnami/nginx-ingress-controller] Add category to Chart.yaml
* [bitnami/node] Add category to Chart.yaml
* [bitnami/node-exporter] Add category to Chart.yaml
* [bitnami/odoo] Add category to Chart.yaml
* [bitnami/opencart] Add category to Chart.yaml
* [bitnami/orangehrm] Add category to Chart.yaml
* [bitnami/osclass] Add category to Chart.yaml
* [bitnami/owncloud] Add category to Chart.yaml
* [bitnami/parse] Add category to Chart.yaml
* [bitnami/phabricator] Add category to Chart.yaml
* [bitnami/phpbb] Add category to Chart.yaml
* [bitnami/phpmyadmin] Add category to Chart.yaml
* [bitnami/postgresql] Add category to Chart.yaml
* [bitnami/postgresql-ha] Add category to Chart.yaml
* [bitnami/prestashop] Add category to Chart.yaml
* [bitnami/prometheus-operator] Add category to Chart.yaml
* [bitnami/pytorch] Add category to Chart.yaml
* [bitnami/rabbitmq] Add category to Chart.yaml
* [bitnami/redis] Add category to Chart.yaml
* [bitnami/redis-cluster] Add category to Chart.yaml
* [bitnami/redmine] Add category to Chart.yaml
* [bitnami/spark] Add category to Chart.yaml
* [bitnami/spring-cloud-dataflow] Add category to Chart.yaml
* [bitnami/suitecrm] Add category to Chart.yaml
* [bitnami/tensorflow-resnet] Add category to Chart.yaml
* [bitnami/testlink] Add category to Chart.yaml
* [bitnami/thanos] Add category to Chart.yaml
* [bitnami/tomcat] Add category to Chart.yaml
* [bitnami/wildfly] Add category to Chart.yaml
* [bitnami/wordpress] Add category to Chart.yaml
* [bitnami/zookeeper] Add category to Chart.yaml
* Add Github action
* Standarise E-xxx categories
* Standarise lint action yaml
* Add invalid category to test action
* Fetch repo before action
* Revert "Add invalid category to test action"
This reverts commit 0495382cb286be8d276d17b1ddaa89b75b3626b1.
* Add CHART_CATEGORIES file
2020-07-10 18:12:20 +02:00
Igor Zubkov
36a663607a
Fix typos ( #2983 )
2020-07-01 10:01:09 +02:00
Bitnami Containers
84f46b21cc
[bitnami/memcached] Release 4.2.19 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-06-12 08:23:24 +00:00
Daniel Arteaga
c7751eb576
update bitnami/common to be compatible with helm v2.12+ ( #2615 )
2020-05-19 13:18:15 +02:00
Bitnami Containers
96fc729eeb
[bitnami/memcached] Release 4.2.18 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-05-13 08:17:54 +00:00
Bitnami Containers
a2ea3d4365
[bitnami/memcached] Release 4.2.17 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-04-22 02:16:09 +00:00
Mahmoud Saada
2ec95fa64a
[bitnami/memcached] Don't apply metrics service if disabled ( #2327 )
...
* Don't apply metrics service if disabled
This breaks pulumi deployments of the chart as it checks for the service to be up and ready
* [bitnami/memcached] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com >
2020-04-17 10:07:58 +02:00
Miguel Ángel Cabrera Miñagorri
693978d6f2
[bitnami/thanos bitnami/memcached] Add global storageClass ( #2344 )
...
* [bitnami/thanos bitnami/memcached] Add global storageClass
* [bitnami/thanos] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/memcached] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-04-16 20:35:15 +02:00
Bruno Clermont
50a9cb153c
[bitnami/memcached] fix ServiceMonitor ( #2158 )
...
* [bitnami/memcached] fix ServiceMonitor
2020-03-30 09:10:35 +02:00
Bitnami Containers
329724cc0b
[bitnami/memcached] Release 4.2.14 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-03-29 01:46:57 +00:00
Bitnami Containers
fa61c3776f
[bitnami/memcached] Release 4.2.13 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-03-26 00:41:48 +00:00
Bitnami Containers
1c9f3ce80c
[bitnami/memcached] Release 4.2.12 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-03-24 01:44:23 +00:00
Bitnami Containers
cf1785c684
[bitnami/memcached] Release 4.2.11 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-03-17 04:33:51 +00:00
Bitnami Containers
2b3fae7ef4
[bitnami/memcached] Release 4.2.10 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-03-11 21:53:33 +00:00