Commit Graph
15974 Commits
Author SHA1 Message Date
Bitnami Containers e3582cb231 [bitnami/wordpress] Release 11.0.17 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-07-01 09:15:52 +00:00
21706bb089 Optimize mariadb galera cluster split-brain detection, judge whether … (#6769)
* Optimize mariadb galera cluster split-brain detection, judge whether the node is abnormal by judging whether it is readable

* Update Chart.yaml

version bump

Co-authored-by: liubo <liubo@coding.net>
2021-07-01 10:22:43 +02:00
Juan Ariza ToledanoandGitHub 6b528440e4 [bitnami/elasticsearch] Add suppor for custom sidecars and init containers (#6796)
Signed-off-by: juan131 <juanariza@vmware.com>
2021-07-01 08:24:39 +02:00
Bitnami Containers f208f66fbf [bitnami/ghost] Release 13.0.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-30 17:46:35 +00:00
ecureuilandGitHub d91935cdc0 Allow to specify probe paths in the kube-prometheus chart (#6780) (#6781) 2021-06-30 19:03:31 +02:00
Bitnami Containers 7474ee3264 [bitnami/owncloud] Release 10.2.17 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-30 14:30:51 +00:00
Miguel RuizandGitHub 5c8972eec2 [bitnami/*] Add localhost altName to autogenerated certs (#6791)
* [bitnami/*] Add localhost altName to autogenerated certs

* Update redis-cluster tlsSecret altNames

* Add Cassandra

* Fix Redis-cluster validations

* Update _helpers.tpl
2021-06-30 15:25:12 +02:00
Carlos Rodríguez HernándezandGitHub 06b2ab460c [bitnami/dataplatform-bp2] Update dependencies (#6804) 2021-06-30 14:21:13 +02:00
Bitnami Containers d0c3553812 [bitnami/grafana] Release 6.0.0 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-30 11:45:52 +00:00
f17a803070 [bitnami/parse] MAJOR: move images to bash (#6681)
* [bitnami/parse] MAJOR: move images to bash

* [bitnami/parse] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-06-30 11:58:35 +02:00
Bitnami Containers 87bc62cffb [bitnami/elasticsearch] Release 15.7.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-30 08:04:32 +00:00
Bitnami Containers 77df34ca68 [bitnami/nats] Release 6.3.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-30 03:40:06 +00:00
Bitnami Containers 3d159ececf [bitnami/elasticsearch] Release 15.7.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-29 20:34:26 +00:00
Bitnami Containers 0f583a97ce [bitnami/spark] Release 5.6.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-29 16:45:08 +00:00
Javier J. Salmerón-GarcíaandGitHub 18a71dc4cc [bitnami/spark] Add runAsGroup support (#6789) 2021-06-29 16:58:37 +02:00
Bitnami Containers 859c5bfbf1 [bitnami/postgresql] Release 10.5.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-29 13:30:37 +00:00
76c78830c7 [bitnami/elasticsearch] Add values for metrics readiness and liveness probes (#6782) (#6783)
* [bitnami/elasticsearch] Add values for metrics readiness and liveness probes (#6782)

* [bitnami/elasticsearch] Bump minor chart version (#6782)

* [bitnami/elasticsearch] Fixing default values for metrics readiness probe (#6782)

Co-authored-by: Loris Torikian <loris.torikian@slow-loris.fr>
2021-06-29 12:26:25 +02:00
Bitnami Containers 83187581ba [bitnami/ghost] Release 13.0.15 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-29 09:37:34 +00:00
Marcel FestandGitHub 1160eeef73 [bitnami/thanos] Added containerSecurityContext and renamed securityContext to podSecurityContext (#6673)
* added objectstorageConfig to the sidecar container

* Bumped version and added documentation of the added values.

* Fixed indentation of environment variables

* Rename ConfigMap to Secret and added to production-values

* Fixed missing space

* Added new values.yaml structure and containerSecurityContext + podSecurityContext

* Fixed volume-permission container chown command

* Fixing the readOnlyRootFilesystem to be not readonly because of bitnamis internal testing

* Added documentation for the thanos chart and its new securityContexts

* Use the master README.md

* Added upgrade path documentation

* Add only the necessary changes to the README.md

* Removed redundant drop all capabilities because of allowPrivilegeEscalation: false this can be different with other cris be patient

* Bump Chart Version to 5.0.0 because of breaking changes in the values.yaml API
2021-06-29 09:56:55 +02:00
Bartlomiej WulffandGitHub 3baa4ddf90 [bitnami/influxdb] - add nodeSelector, affinity and tolerations to the backup container(s) (#6778)
* Fix #6765

This MR adds the `affinity` `nodeSelector` and `tolerations` to the backup container(s) of InfluxDB backup feature. Currently the backup container(s) ignores these values set in the values.yaml.

* Bump chart version to 2.2.10

Bump the chart version due to a new PR

* Update values.yaml

Adding vars in the `backup` tree to separate tolerations, nodeSelectors and affinity of the backup pods

* Update cronjob-backup.yaml

Changing reference of values for backup.nodeAffinity, backup.tolerations and backup.nodeSelector

* Update values.yaml

Adding backup.nodeAffinityPreset and backup.podAntiAffinityPreset and backup.podAffinityPreset

* Update README.md

Adding description for new backup values
2021-06-29 09:32:15 +02:00
Andreas SteffanandGitHub b524ec9c5d fix: Duplicate solr exporter probe props (#6784) 2021-06-29 09:31:27 +02:00
Bitnami Containers 5114b6863b [bitnami/node] Release 15.2.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-28 20:14:24 +00:00
bynareandGitHub 538b5fd251 [bitnami/mysql] add networkpolicy for primary (#6720) (#6734)
* [bitnami/mysql] add networkpolicy for primary (#6720)

* [bitnami/mysql] genericise networkpolicy (#6720)

so it applies to both primary and secondary

* [bitnami/mysql] bump chart version (#6720)
2021-06-28 16:51:16 +02:00
095d68cd26 T40685 Updated README (#6771)
Co-authored-by: Vikram Vaswani <vvaswani@vmware.com>
2021-06-28 09:51:01 +02:00
9eb89f2376 [bitnami/elasticsearch] Fixed c&p errors in templates (#6772)
Co-authored-by: OPDT <IT-Systemhaus.SEP5-Online-Team-OPDT@arbeitsagentur.de>
2021-06-27 21:36:53 +02:00
Bitnami Containers 7675d82fd0 [bitnami/kong] Release 3.7.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-27 19:30:59 +00:00
Bitnami Containers b21da0b8a5 [bitnami/wavefront-adapter-for-istio] Release 1.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-27 16:39:07 +00:00
Bitnami Containers 3c4746408c [bitnami/magento] Release 18.1.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-27 14:01:40 +00:00
Bitnami Containers b9c083144b [bitnami/rabbitmq] Release 8.16.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-27 13:28:13 +00:00
Bitnami Containers 283d7add7c [bitnami/phabricator] Release 11.0.21 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-27 04:58:17 +00:00
Bitnami Containers 8bd7348e89 [bitnami/joomla] Release 10.1.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-26 23:55:48 +00:00
Bitnami Containers 9852b2ef0a [bitnami/mysql] Release 8.6.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-26 23:52:23 +00:00
Bitnami Containers cb22673b63 [bitnami/spring-cloud-dataflow] Release 2.11.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-26 16:18:16 +00:00
Bitnami Containers 9666d5de3f [bitnami/fluentd] Release 4.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-26 05:06:58 +00:00
Bitnami Containers c5fbd4e801 [bitnami/grafana-operator] Release 0.7.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-26 02:33:56 +00:00
Bitnami Containers 8a2ecd6fba [bitnami/wildfly] Release 11.0.0 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-25 17:36:10 +00:00
9589bd98fc T40684 Updated README (#6747)
Co-authored-by: Vikram Vaswani <vvaswani@vmware.com>
2021-06-25 17:54:31 +02:00
Bitnami Containers db3593bde5 [bitnami/memcached] Release 5.13.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-25 14:43:31 +00:00
Bitnami Containers 0ddbaf44b0 [bitnami/discourse] Release 4.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-25 12:46:49 +00:00
Bitnami Containers c3b7851207 [bitnami/nats] Release 6.3.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-25 10:04:34 +00:00
Bitnami Containers e52f7e9c5c [bitnami/wavefront] Release 3.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-25 09:17:07 +00:00
Alejandro MorenoandGitHub c7448d86e5 Add commonLabels to pod spec (#6759) 2021-06-25 11:11:20 +02:00
bagratteandGitHub 311b9bba4f [bitnami/external-dns] Document google.serviceAccountKey as optional (#6756) 2021-06-25 10:30:49 +02:00
Bitnami Containers 222800f991 [bitnami/consul] Release 9.2.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-25 08:27:24 +00:00
Bitnami Containers 7ccd5af27f [bitnami/mariadb-galera] Release 5.10.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-25 08:16:24 +00:00
Bitnami Containers 2aa5b2a7b2 [bitnami/mariadb] Release 9.3.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-25 08:02:16 +00:00
Bitnami Containers 5ae839267a [bitnami/mediawiki] Release 12.3.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-25 07:57:36 +00:00
Alejandro MorenoandGitHub 53875d84b9 [bitnami/wavefront] Add nodes/proxy to role bindings (#6758)
* Add nodes/proxy to role bindings

* Update values
2021-06-25 09:28:09 +02:00
Bitnami Containers b7bcf26c8a [bitnami/kafka] Release 13.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-25 00:22:10 +00:00
lbrueandGitHub 914b137eb6 Check for postgresql.tls.certCAFilename (#6745)
- Check if the postgresql.tls.certCAFilename is set. Do not check the pgpool value to be able to use both seperately.
- Bumped chart version to 7.7.2
- Fixed README typo
2021-06-24 16:50:22 +02:00