Commit Graph

8254 Commits

Author SHA1 Message Date
Bitnami Containers
f2f406d9dd [bitnami/harbor] Release 6.0.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
harbor/6.0.10
2020-07-10 11:59:11 +00:00
Miguel Ángel Cabrera Miñagorri
16a3a39d51 [bitnami/dokuwiki] Move container to bash and non-root (#2988)
* [bitnami/dokuwiki] Move container to bash

* Fix indentation

* Add upgrade note to README

* Separate pod and container security context

* Fix typo

* Adapt README.md

* Standardizations

* Update image version

* Apply rest of standardizations

* fix extralist

* Add BITNAMI_DEBUG env var

Co-authored-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
dokuwiki/7.0.0
2020-07-10 11:42:46 +02:00
Chris Connelly
8fb0c947b1 [bitnami/grafana] Support arbitrary extra volumes (#3077)
* [bitnami/grafana] Support arbitrary extra volumes

This adds handling for two new values:

- extraVolumes: An array of volume objects that will be injected into
  the Grafana pod.
- extraVolumeMounts: An array of volume mounts that will be injected
  into the grafana container.

This is intended to support data sharing with sidecars, for example a
sidecar container could be used to continuously refresh dashboards from
an external source of truth.

* [bitnami/grafana] Bump version

Semver-minor since a new value was introduced.
grafana/3.1.0
2020-07-10 11:40:47 +02:00
Juan Ariza Toledano
a29047c6de [bitnami/harbor] Fix README.md (#3087)
Signed-off-by: juan131 <juanariza@vmware.com>
harbor/6.0.9
2020-07-10 11:28:35 +02:00
Dawid Ciężarkiewicz
4177e715ff Print offending value in validateValues (#3070)
Hi,

I'm debugging why I'm hitting this issue and is really difficult because
it's a remote CI, and this chart is a dependency of my dependency,
and ... I don't want to waste your time.

My point is - if there is an invalid value that doesn't contain secrets, please print it.
Helm is such a terrible combination of templates and yamls files, with absolutely no
resistance for mistakes like typos, that in a larger setups is really difficult to track
the root cause of problems, and a printout like this at very least confirms if the
value is what we think it should be.
postgresql-ha/3.4.1
2020-07-10 10:11:20 +02:00
Miguel Ángel Cabrera Miñagorri
9068b5be3d Revert "Add action to test charts categories (#3080)" (#3084)
This reverts commit fd9d7fb869.
2020-07-10 09:49:14 +02:00
Miguel Ángel Cabrera Miñagorri
fd9d7fb869 Add action to test charts categories (#3080) 2020-07-10 09:44:18 +02:00
Lewis Oaten
bcc42b4e3c [bitnami/rabbitmq] Corrected example of extraContainerPorts (#3076)
* Corrected example of extraContainerPorts

The example given in #2023 and merged in #2027 specified the property `ports` which is not valid when rendered in the StatefulSet. Instead `containerPorts` should be used.

* Corrected example of extraContainerPorts

The example given in bitnami#2023 and merged in bitnami#2027 specified the property `ports` which is not valid when rendered in the StatefulSet. Instead `containerPorts` should be used.

* Corrected example of extraContainerPorts

The example given in bitnami#2023 and merged in bitnami#2027 specified the property `ports` which is not valid when rendered in the StatefulSet. Instead `containerPorts` should be used.
rabbitmq/7.5.3
2020-07-10 09:36:18 +02:00
arturrez
6687d63187 guard servername verification for tls client auth (#3081) thanos/1.3.2 2020-07-10 08:42:01 +02:00
Marcos Bjoerkelund
9415914c62 [bitnami/moodle] Add support for non-root approach (#3004)
* [bitnami/moodle] Migrate container to non-root approach

* Standarizations

* Add BITNAMI_DEBUG support

* Change default ports to 8080/8443 despite being a root container

* Update deployment.yaml

* Update extra-list.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <macabrera@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
moodle/8.0.0
2020-07-09 17:44:58 +02:00
Anton Johansson
c9516721f0 [bitnami/rabbitmq] Show the correct secret names in post-install notes (#3050)
* Show the correct secret names in post-install notes

* bump chart version

* use include instead of template
rabbitmq/7.5.2
2020-07-09 16:49:14 +02:00
Bitnami Containers
b6f6229efc [bitnami/ghost] Release 10.0.21 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
ghost/10.0.21
2020-07-09 13:49:26 +00:00
Bitnami Containers
1f79f2b05f [bitnami/grafana] Release 3.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
grafana/3.0.2
2020-07-09 13:36:28 +00:00
Bitnami Containers
e2ff529f34 [bitnami/redis] Release 10.7.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
redis/10.7.11
2020-07-09 11:51:23 +00:00
Bitnami Containers
8285ada326 [bitnami/thanos] Release 1.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
thanos/1.3.1
2020-07-09 11:49:38 +00:00
Bitnami Containers
59fa1ff471 [bitnami/zookeeper] Release 5.17.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
zookeeper/5.17.3
2020-07-09 10:56:52 +00:00
arturrez
4bc2362f8c [bitnami/thanos] grpc tls server/client for thanos querier (#3042)
* grpc tls server/client for thanos querier

* address feedback

* Update Chart.yaml

* Update Chart.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <macabrera@bitnami.com>
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
thanos/1.3.0
2020-07-09 12:16:52 +02:00
Javier J. Salmerón-García
3dba0bb4a7 [redis/chart] Add tls-replication yes to master sentinel (#3061) redis/10.7.10 2020-07-09 11:02:26 +02:00
Maxence Boutet
fbb761d4b6 [bitnami/postgresql-ha] Add pgpool.strategy and pgpool.minReadySeconds (#3054)
* Add pgpool.strategy and pgpool.minReadySeconds

* Fix missing starting space in comment

* Change pgpool.strategy to pgpool.updateStrategy to conform to bitnami nomenclature

Co-authored-by: Maxence Boutet <maxenceboutet@oulook.com>
postgresql-ha/3.4.0
2020-07-09 10:33:37 +02:00
Bitnami Containers
ccdebcbc99 [bitnami/wordpress] Release 9.3.19 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
wordpress/9.3.19
2020-07-09 02:10:46 +00:00
Bitnami Containers
e6db6bfa55 [bitnami/drupal] Release 7.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
drupal/7.0.3
2020-07-09 01:54:10 +00:00
Bitnami Containers
4fc3c70e05 [bitnami/ghost] Release 10.0.20 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
ghost/10.0.20
2020-07-08 23:40:55 +00:00
Bitnami Containers
691aee0cf7 [bitnami/jenkins] Release 5.0.18 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
jenkins/5.0.18
2020-07-08 20:54:19 +00:00
Bitnami Containers
f29183d87c [bitnami/rabbitmq] Release 7.5.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
rabbitmq/7.5.1
2020-07-08 14:28:59 +00:00
Bitnami Containers
9c41451f5e [bitnami/spring-cloud-dataflow] Release 0.2.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
spring-cloud-dataflow/0.2.5
2020-07-08 14:23:14 +00:00
Bitnami Containers
635a5149c7 [bitnami/kafka] Release 11.3.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
kafka/11.3.4
2020-07-08 13:58:37 +00:00
Bitnami Containers
cf93930b63 [bitnami/thanos] Release 1.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
thanos/1.2.1
2020-07-08 13:43:12 +00:00
Daniel Arteaga
68f249615c [bitnami/thanos] add existing serviceaccount support (#3037)
* add existing serviceaccount support

* lint values.yaml
thanos/1.2.0
2020-07-08 13:11:03 +02:00
Juan Ariza Toledano
4a2884cdeb [bitnami/rabbitmq] Add support for multiple LDAP servers (#3066)
Signed-off-by: juan131 <juanariza@vmware.com>
rabbitmq/7.5.0
2020-07-08 13:08:07 +02:00
Daniel Arteaga
d8fb3559cc [bitnami/rabbitmq] fix tls entries in ingress (#3065)
* fix tls entries in ingress

* fix the docs
rabbitmq/7.4.8
2020-07-08 11:45:11 +02:00
Daniel Arteaga
9cbb7cb38f [bitnami/spring-cloud-dataflow] fix dataflow icon URL (#3063)
* fix icon url

* fix yaml lint errors
spring-cloud-dataflow/0.2.4
2020-07-08 11:36:32 +02:00
Bitnami Containers
8a2478c62a [bitnami/mongodb] Release 8.0.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
mongodb/8.0.9
2020-07-08 09:09:21 +00:00
Juan Ariza Toledano
b834cc97b2 [bitnami/kafka] Avoid confusion around Kafka broker ID (#3062)
* [bitnami/kafka] Avoid confusion around Kafka broker ID

Signed-off-by: juan131 <juanariza@vmware.com>
kafka/11.3.3
2020-07-08 11:02:31 +02:00
SylvainVISSIERE-GUERINET
8bac5c1d44 [bitnami/kibana] Add configurable server.basePath (#3038)
* [bitnami/kibana] Add configurable server.basePath

* [bitnami/kibana] bump minor version
kibana/5.3.0
2020-07-08 09:53:56 +02:00
Juan Ariza Toledano
d80d489e21 [bitnami/mongodb] Fix MongoDB Advertised hostname (#3060)
Signed-off-by: juan131 <juanariza@vmware.com>
mongodb/8.0.8
2020-07-08 09:34:16 +02:00
Bitnami Containers
1615c06ef8 [bitnami/wildfly] Release 4.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
wildfly/4.0.1
2020-07-08 04:02:19 +00:00
Bitnami Containers
7a2cc2fb97 [bitnami/wordpress] Release 9.3.18 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
wordpress/9.3.18
2020-07-08 01:52:27 +00:00
Bitnami Containers
3c0d1a2674 [bitnami/mariadb-galera] Release 4.0.0 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
mariadb-galera/4.0.0
2020-07-08 01:20:49 +00:00
Bitnami Containers
752a41222e [bitnami/elasticsearch] Release 12.5.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
elasticsearch/12.5.1
2020-07-07 23:25:28 +00:00
Bitnami Containers
176cd7deab [bitnami/rabbitmq] Release 7.4.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
rabbitmq/7.4.7
2020-07-07 22:11:22 +00:00
Bitnami Containers
18f80142d0 [bitnami/postgresql] Release 8.10.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
postgresql/8.10.14
2020-07-07 21:38:54 +00:00
Bitnami Containers
723f4d7546 [bitnami/nginx] Release 6.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
nginx/6.0.2
2020-07-07 20:38:20 +00:00
Bitnami Containers
970bc7ad18 [bitnami/spring-cloud-dataflow] Release 0.2.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
spring-cloud-dataflow/0.2.3
2020-07-07 18:31:49 +00:00
David Berkman
9d22592c0d [bitnami/elascticsearch] Allow existing volume in master and data (#2996)
* allow existing volume

* correct typo
elasticsearch/12.5.0
2020-07-07 19:05:58 +02:00
Thomas Risberg
230aef0b1d Trim blank lines for better formatting of configmaps (#3039) spring-cloud-dataflow/0.2.2 2020-07-07 18:15:54 +02:00
Juan Ariza Toledano
ad0f5b7d80 [bitnami/rabbitmq] Improve reliability and document post-scalation steps when scaling down (#3048)
* [bitnami/rabbitmq] Improve reliability and document post-scalation steps when scaling down
rabbitmq/7.4.6
2020-07-07 17:15:17 +02:00
Bitnami Containers
62eaa7850f [bitnami/contour] Release 1.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
contour/1.0.4
2020-07-07 11:04:21 +00:00
Bitnami Containers
a9fde7646a [bitnami/metallb] Release 0.1.17 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
metallb/0.1.17
2020-07-07 10:34:27 +00:00
Javier J. Salmerón-García
726ad748f9 [bitnami/metallb][bitnami/contour] Revert appVersion change (#3046) contour/1.0.3 metallb/0.1.16 2020-07-07 11:38:13 +02:00
Bitnami Containers
83bb4e17ea [bitnami/nats] Release 4.5.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
nats/4.5.1
2020-07-07 08:43:59 +00:00