Commit Graph

7125 Commits

Author SHA1 Message Date
Bitnami Containers
1cfa8c8ef3 [bitnami/wildfly] Release 3.5.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
wildfly/3.5.12
2020-04-06 17:35:14 +00:00
Bitnami Containers
4781a8c12e [bitnami/mongodb-sharded] Release 1.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
mongodb-sharded/1.1.1
2020-04-06 15:21:55 +00:00
Bitnami Containers
27cddb83cc [bitnami/node-exporter] Release 0.2.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
node-exporter/0.2.10
2020-04-06 15:07:17 +00:00
Bitnami Containers
f44ec9461d [bitnami/mongodb] Release 7.10.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
mongodb/7.10.10
2020-04-06 15:03:46 +00:00
RichieSams
edfe72b1f0 [bitnami/node-exporter] Add the ability to specify the ServiceMonitor relabelings (#2222)
* [bitnami/node-exporter] Add the ability to specify the ServiceMonitor relabelings

This allows the user to apply pre-scraping relabeling

* [bitnami/node-exporter] Update components versions

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

Co-authored-by: Adrian Astley <adrian.astley@activision.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
node-exporter/0.2.9
2020-04-06 16:40:16 +02:00
Daniel Arteaga
8d676ab287 [bitnami/mongodb-sharded] add shard index as a label (#2166)
* add shard index as a label

* [bitnami/mongodb-sharded] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
mongodb-sharded/1.1.0
2020-04-06 16:38:15 +02:00
Daniel Arteaga
ff1db9d426 [bitnami/mongodb] add ALLOW_EMPTY_PASSWORD=yes when usePassword=false (#2091)
* fix(mongodb): add ALLOW_EMPTY_PASSWORD=yes when usePassword=false

* [bitnami/mongodb] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
mongodb/7.10.9
2020-04-06 16:33:42 +02:00
embcla
ab679d4030 [bitnami/rabbitmq] Disable old metrics, enable new Prometheus auto-scraping (#2110)
* fix to allow metrics to work correctly and automatically with prometheus. Enables annotation for automatic metrics discovery, default exporter available since v3.8.0, deprecates pre-v3.8.0 metrics exporter. Chart sub-version bumped up

* [bitnami/rabbitmq] Update RabbitMQ chart to deprecate exporter

Signed-off-by: Andrés Bono <andresbono@vmware.com>

* Make the metrics port a parameter

Signed-off-by: Andrés Bono <andresbono@vmware.com>

* [bitnami/rabbitmq] Update components versions

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

Co-authored-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
rabbitmq/6.24.0
2020-04-06 15:53:02 +02:00
Bitnami Containers
f51e1d2fa8 [bitnami/phabricator] Release 9.0.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-06 13:21:45 +00:00
Bitnami Containers
cbe62ecfb0 [bitnami/zookeeper] Release 5.8.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
zookeeper/5.8.2
2020-04-06 08:26:29 +00:00
Tim Hise
fa546fc21c [bitnami/postgresql] fix replication with nodePort service type #2063 (#2192)
* Customizable master and slave service types, clusterips, and nodeports. Fixes collision when services are both nodeport type
* [bitnami/postgresql] Update components versions

Co-authored-by: Tim Hise <timjhise@gmail.com>
Co-authored-by: Kavanaugh Latiolais <kav@pelo.tech>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
postgresql/8.7.0
2020-04-06 10:03:38 +02:00
Kyle Winkelman
33455f9f6a [bitnami/kafka] Add optional log4j config to overwrite log4j.properties. (#2121)
* Add optional log4j config to overwrite log4j.properties.

* [bitnami/kafka] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
kafka/10.0.0
2020-04-06 09:48:56 +02:00
Andy Lintner
26ba8a0c8b [bitnami/mongodb] Fix indentation of metrics.resources (#2224)
* Fix indentation of metrics.resources

* [bitnami/mongodb] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
mongodb/7.10.8
2020-04-06 09:37:05 +02:00
Andrés Bono
41c2c83d0d [bitnami/zookeeper] Fix typo in README.md (#2234)
Signed-off-by: Andrés Bono <andresbono@vmware.com>
zookeeper/5.8.1
2020-04-06 09:32:35 +02:00
Bitnami Containers
015b92626d [bitnami/minio] Release 3.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
minio/3.2.2
2020-04-04 08:04:31 +00:00
Bitnami Containers
edb2461d4b [bitnami/parse] Release 10.3.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
parse/10.3.14
2020-04-03 19:46:38 +00:00
Andrés Bono
c4eff836e1 [bitnami/zookeeper] Deprecate Prometheus exporter in favor of native endpoint (#2205)
* [bitnami/zookeeper] Deprecate Prometheus exporter in favor of native endpoint

Signed-off-by: Andrés Bono <andresbono@vmware.com>

* Quote env-var value

Signed-off-by: Andrés Bono <andresbono@vmware.com>

* [bitnami/zookeeper] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
zookeeper/5.8.0
2020-04-03 19:32:13 +02:00
Bitnami Containers
283256b217 [bitnami/mongodb-sharded] Release 1.0.17 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
mongodb-sharded/1.0.17
2020-04-03 17:31:51 +00:00
lyca
27bf542764 [bitnami/postgresql] Tpl usage in existing secret (#2211)
* Allow template usage for existingSecret.

* Updated chart version.

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
postgresql/8.6.13
2020-04-03 18:51:24 +02:00
Steven Sheehy
b17d5b8cf4 [bitnami/postgresql-ha] Add priorityClassName (#2210)
* Add priorityClassName to postgresql-ha

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>

* [bitnami/postgresql-ha] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
postgresql-ha/2.1.0
2020-04-03 18:51:00 +02:00
Bitnami Containers
7e4ec35efc [bitnami/redis] Release 10.6.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
redis/10.6.2
2020-04-03 13:21:37 +00:00
Daniel Arteaga
9401e13316 [bitnami/common]: add initial functions (#2188)
* feat: add initial functions

* requested changes

* requested changes
common/0.1.0
2020-04-03 13:51:38 +02:00
Cédric de Saint Martin
63a72ace07 [bitnami/redis] Fix PrometheusRule examples. (#2203)
* [bitnami/redis] Fix PrometheusRule examples.
Lines were too long to be valid.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>

* [bitnami/redis] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Daniel Arteaga <darteaga@bitnami.com>
2020-04-03 13:19:10 +02:00
Juan Ariza Toledano
6fa1d098b4 [bitnami/kafka] Fix autodiscovery when using NodePort svc type (#2214)
* [bitnami/kafka] Fix autodiscovery when using NodePort svc type

Signed-off-by: juan131 <juan@bitnami.com>

* [bitnami/kafka] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
kafka/9.0.6
2020-04-03 12:14:50 +02:00
aperigault
478f4a38d6 [bitnami/redis]: Fix container name (#2198)
* redis: Fix container name

* [bitnami/redis] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
redis/10.6.1
2020-04-03 11:16:22 +02:00
Charles
fe5485523a [bitnami/mongodb]: Fix indentation on extraVolumeMounts in deployment-standalone.yaml (#2201)
* [bitnami/mongodb]: Fix indentation on extraVolumeMounts in deployment-standalone.yaml

The indentation rendered for the extra volume mounts was incorrect, and
would produce a result similar to;

```
          volumeMounts:
            - name: data
              mountPath: /bitnami/mongodb
              subPath:
            - name: config
              mountPath: /opt/bitnami/mongodb/conf/mongodb.conf
              subPath: mongodb.conf
          - mountPath: /volume/mount/path
          name: volume-name
          readOnly: true
```

this is invalid Yaml, and would cause problems during deployment

this fix uses nindent to ensure that indentation is considered from column
0, and uses the correct indentation value; producing a value such as;
```
          volumeMounts:
            - name: data
              mountPath: /bitnami/mongodb
              subPath:
            - name: config
              mountPath: /opt/bitnami/mongodb/conf/mongodb.conf
              subPath: mongodb.conf
            - mountPath: /volume/mount/path
              name: volume-name
              readOnly: true
```

* [bitnami/mongodb] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
mongodb/7.10.7
2020-04-03 11:15:11 +02:00
Carlos Rodríguez Hernández
ff0eb788b7 [bitnami/odoo] Move appVersion from 12 to 13 (#2207)
* Update Chart.yaml

* [bitnami/odoo] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
odoo/14.0.0
2020-04-03 09:58:14 +02:00
Hans Kristian Flaatten
556b6028e1 [bitnami/external-dns] Fix markdown errors in README.md (#2208)
* [bitnami/external-dns] Fix markdown errors in README.md

* [bitnami/external-dns] Update components versions

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

* Bump chart version

Co-authored-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
external-dns/2.20.11
2020-04-03 09:09:16 +02:00
Bitnami Containers
be8f60432f [bitnami/drupal] Release 6.2.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
drupal/6.2.16
2020-04-03 04:07:11 +00:00
Bitnami Containers
1b2e95bb91 [bitnami/minio] Release 3.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
minio/3.2.1
2020-04-03 02:27:21 +00:00
Bitnami Containers
e8e3880c42 [bitnami/jenkins] Release 5.0.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
jenkins/5.0.5
2020-04-03 00:27:57 +00:00
Bitnami Containers
eb3b01775f [bitnami/fluentd] Release 0.5.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
fluentd/0.5.3
2020-04-03 00:16:14 +00:00
Juan José Martos
99e16e3f8c Update the phpMyAdmin requirements with the latest MariaDB (#2202)
* Update the phpMyAdmin requirements with the latest MariaDB

* [bitnami/phpmyadmin] Update components versions

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

Co-authored-by: jotamartos <jotamartos@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
phpmyadmin/5.0.0
2020-04-02 19:12:05 +02:00
Marcel Fest
b07cd7a59e [bitnami/prometheus-operator] Update the crds from upstream. (#2105)
* 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

* Updating the crd definitions from release prometheus-operator 0.38.0

* Bumped prometheus-operator version and Chart version.

* Bump chart

* Updated requirements.lock

* Update for helm2

* fixed helm2 install of crds

* baseImage is deprecated we use image now

* Fixed copy paste failure

* fixed typo in image tag

* Fixed single document not needing document separator

* Added disableCompaction to the PrometheusSpec template

* Forget to press Strg+S

* removed the descriptions TODO

* Removed all todos \s*TODO:[\w\s\.,\?]*'\n <--> '\n

* [bitnami/prometheus-operator] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2020-04-02 19:02:02 +02:00
Bitnami Containers
d516701082 [bitnami/grafana] Release 1.4.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
grafana/1.4.1
2020-04-02 15:00:15 +00:00
Bitnami Containers
4ab48413c8 [bitnami/phpmyadmin] Release 4.4.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
phpmyadmin/4.4.2
2020-04-02 12:12:51 +00:00
Andrés Bono
3f5778c0c1 [bitnami/elasticsearch] Update heapSize and resource.requests values (#2172)
* [bitnami/elasticsearch] Update heapSize and resource.requests values

Signed-off-by: Andrés Bono <andresbono@vmware.com>

* [bitnami/elasticsearch] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
elasticsearch/11.0.16
2020-04-02 14:10:35 +02:00
Guillaume Lecerf
3b9461ceb2 [bitnami/rabbitmq] Add a selector to persistentVolumeClaims to be able to target an existing persistentVolume (#2184)
* [bitnami/rabbitmq] Add a selector to persistentVolumeClaims to be able to target an existing persistentVolume

* [bitnami/rabbitmq] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
rabbitmq/6.23.0
2020-04-02 14:06:04 +02:00
Bitnami Containers
196cbe7bba [bitnami/prometheus-operator] Release 0.13.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-02 10:15:34 +00:00
Bitnami Containers
d4889615b1 [bitnami/phpmyadmin] Release 4.4.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
phpmyadmin/4.4.1
2020-04-02 09:46:07 +00:00
Juan Ariza Toledano
8dde59cf11 [bitnami/kafka] Use emptyDir when persistence is disabled (#2195)
* [bitnami/kafka] Use emptyDir when persistence is disabled

Signed-off-by: juan131 <juan@bitnami.com>

* [bitnami/kafka] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
kafka/9.0.5
2020-04-02 11:26:09 +02:00
Carlos Rodríguez Hernández
47026d505f Don't add labels when creating an issue 2020-04-02 09:21:04 +02:00
Bitnami Containers
dbf0ed29a7 [bitnami/etcd] Release 4.7.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
etcd/4.7.3
2020-04-02 01:00:42 +00:00
Konstanty Karagiorgis
cefffdb35e [bitnami/minio] Introduced .Release.Namespace in objects meta (#2177)
* [bitnami/minio] Introduced .Release.Namespace in objects meta

* [bitnami/minio] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
minio/3.2.0
2020-04-01 16:38:00 +02:00
Bitnami Containers
f5c4d9122b [bitnami/elasticsearch] Release 11.0.15 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
elasticsearch/11.0.15
2020-04-01 13:16:17 +00:00
Bitnami Containers
51ef6baf0f [bitnami/minio] Release 3.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
minio/3.1.5
2020-04-01 12:29:06 +00:00
Guillaume Lecerf
57f70743e4 [bitnami/rabbitmq] Add events create rule, needed by the rabbitmq_peer_discovery_k8s plugin (#2173)
* [bitnami/rabbitmq] Add events create rule, needed by the rabbitmq_peer_discovery_k8s plugin

* [bitnami/rabbitmq] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
rabbitmq/6.22.0
2020-04-01 13:51:46 +02:00
Bitnami Containers
7b7cfc9be5 [bitnami/wildfly] Release 3.5.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
wildfly/3.5.11
2020-04-01 11:21:51 +00:00
connorearl
26d0014a0d [bitnami/mariadb-galera] podLabels chomps newline (#2180)
* [bitnami/mariadb-galera] podLabels chomps newline
mariadb-galera/1.0.2
2020-04-01 11:41:31 +02:00
Bitnami Containers
5de51a3437 [bitnami/logstash] Release 0.2.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
logstash/0.2.16
2020-04-01 08:13:09 +00:00