Commit Graph
7738 Commits
Author SHA1 Message Date
1ca7dd4cd0 [bitnami/postgresql] update readme regarding postgres username and password (#2661)
* update readme regarding postgres username and password

* update version

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Jose Antonio Carmona <jcarmona@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-29 10:41:26 +02:00
Bitnami Containers 48aa4219db [bitnami/minio] Release 3.4.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-29 04:16:20 +00:00
Bitnami Containers 8ae0388957 [bitnami/wordpress] Release 9.3.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 23:48:53 +00:00
Bitnami Containers 8f8223df64 [bitnami/mariadb-galera] Release 2.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 22:30:00 +00:00
Bitnami Containers 3866265fa6 [bitnami/kong] Release 1.1.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 22:00:40 +00:00
Bitnami Containers bb27391cdd [bitnami/magento] Release 13.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 18:29:40 +00:00
Bitnami Containers 5b8fcd90db [bitnami/kibana] Release 5.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 18:03:44 +00:00
Bitnami Containers 0e678a2272 [bitnami/redis] Release 10.6.17 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 17:05:45 +00:00
Bitnami Containers c07e9ad70d [bitnami/redis-cluster] Release 2.1.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 16:49:14 +00:00
56b036c389 [bitnami/postgresql] Fix extraInitContainers usage (#2689)
* [bitnami/postgresql] Fix extraInitContainers usage

Use postgresql.tplValue template to render extraInitContainers

The current implementation results in a syntax error when creating an
instance of the chart utilizing an initContainer.

Something as simple as:
```
  master:
    extraInitContainers:
      - name: init-example
        image: alpine:latest
        command: ["echo" , "hello"]
```

Results in:
Error: template: hifive/charts/postgresql/templates/statefulset.yaml:116:21: executing "hifive/charts/postgresql/templates/statefulset.yaml" at <.Values.master.extraInitContainers>: wrong type for value; expected string; got []interface {}

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 15:15:08 +02:00
Bitnami Containers 837e9a7a40 [bitnami/airflow] Release 6.3.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 11:59:01 +00:00
bb25f72d4d [bitnami/thanos]: Move querier Ingress config to querier section (#2684)
* [bitnami/thanos]: Move querier Ingress config to querier section

Thanos querier is not the only component which can benefit from an ingress
object. bucketweb, storegateway, querier etc can all use an ingress
resource to be exposed outside of cluster. As such, it's cleaner to have
the ingress configuration for querier in the relevant section instead of
having it as a global configuration option. This enables us to form a
pattern on how to introduce ingresses to the rest of the resources.

* [bitnami/thanos] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 13:56:56 +02:00
0968135472 [bitnami/nginx] Fix missing volumes (#2681)
* [bitnami/nginx] Fix missing volumes

Update if condition in volumes so as to make extraVolumes
work again.

Signed-off-by: joancafom <jcarmona@bitnami.com>

* [bitnami/nginx] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 11:59:03 +02:00
Alex LaurentandGitHub eb4e9f8750 [bitnami/mysql] Use existingSecret value as the secret's name (#2675)
* [bitnami/mysql] Use existingSecret value as the secret's name

* Update existingSecret description in the README
2020-05-28 11:26:01 +02:00
Bitnami Containers 505e7c0c80 [bitnami/airflow] Release 6.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 09:03:52 +00:00
Bitnami Containers 10096b627b [bitnami/redis] Release 10.6.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 08:55:28 +00:00
nateandGitHub 66eb54563b [bitnami/metrics-server] add priorityClassName (#2672)
* Added priority class in values and deploy template
2020-05-28 10:06:20 +02:00
Carlos Rodriguez Hernandez c6ab1de22e Remove _docs folder 2020-05-28 07:16:31 +00:00
Bitnami Containers 609cd24afb [bitnami/wordpress] Release 9.3.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 05:22:11 +00:00
Carlos Rodríguez HernándezandGitHub 4f91756fd9 Update ct.yaml 2020-05-27 18:12:31 +02:00
5cd2cd0091 [bitnami/external-dns] Support RFC2136 minTTL (#2651)
* [bitnami/external-dns] Support RFC2136 minTTL

Add support for new argument introduced in v0.7.0 that
let the user define a minimum TTL.

Signed-off-by: joancafom <jcarmona@bitnami.com>

* Unit explanation + correct Chart version

* [bitnami/external-dns] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-27 17:12:28 +02:00
Carlos Rodríguez HernándezandGitHub 509236333e Add lint GH action (#2686) 2020-05-27 16:12:14 +02:00
5e6e64f6dc [bitnami/zookeeper] Fix podAnnotations template rendering (#2662)
* [bitnami/zookeeper] Fix podAnnotations template rendering

Template rendering was failing when multiple podAnnotation were
provided, leading to malfunction. Enforce same indentation in the
different annotations.

Signed-off-by: joancafom <jcarmona@bitnami.com>

* [bitnami/zookeeper] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-27 12:41:50 +02:00
Bitnami Containers d798bcaa1c [bitnami/spark] Release 1.2.22 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-27 08:12:29 +00:00
Bitnami Containers b476dcdb0c [bitnami/postgresql] Release 8.10.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-27 04:08:32 +00:00
Bitnami Containers 23819ed7f3 [bitnami/postgresql-ha] Release 3.2.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-27 03:07:37 +00:00
50bc0955b9 [bitnami/ghost] fix #2515. (#2655)
* [bitnami/ghost] fix #2515.
- fix ingress annotations.

* merge master and update chart version

* [bitnami/ghost] Update components versions

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

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-26 22:57:33 +02:00
d9ae4b89a4 [bitnami/thanos]: Add bucketweb Ingress resource (#2656)
* [bitnami/thanos] Add bucketweb Ingress resource

Add the ability to enable an Ingress resource for the bucketweb service.
This allows accessing the web UI for the storage bucket from outside the
cluster.

* [bitnami/thanos] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-26 22:48:55 +02:00
Bitnami Containers b36a21e92b [bitnami/prometheus-operator] Release 0.17.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-26 20:05:32 +00:00
Bitnami Containers e3cee60f50 [bitnami/zookeeper] Release 5.14.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-26 18:21:45 +00:00
Bitnami Containers 0b43bcaf76 [bitnami/ghost] Release 10.0.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-26 12:18:53 +00:00
0705d14063 [bitnami/thanos]: Add HPA for Thanos storegateway (#2643)
* [bitnami/thanos]: Add HPA for Thanos storegateway

Add HPA resource for Thanos Store Gateway so we can dynamically scale in
and out based on resource utilization.

* [bitnami/thanos] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-26 12:57:08 +02:00
fb421aceb5 [bitnami/redis-cluster] Fix extraInitContainers option (#2658)
* [bitnami/redis-cluster] Fix extraInitContainers option

* [bitnami/redis-cluster] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-26 12:42:48 +02:00
98fb584159 [bitnami/postgresql] fixed a typo in values files (#2649)
* fixed a typo in annotations

* [bitnami/postgresql] bump Chart version [#2649]

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-26 12:42:35 +02:00
Daniel ArteagaandGitHub 1ea21a92a8 fix(common): add name attribute to imagePullSecrets helper (#2664) 2020-05-26 12:29:14 +02:00
fe359b2b2a [bitnami/kibana] Fix indents in deployment.yaml (#2645)
* [bitnami/kibana] Fix indents in deployment.yaml

* [bitnami/kibana] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
2020-05-26 10:08:29 +02:00
e05e2f4deb [bitnami/zookeeper] add egress rule into network policy for intra-node communication (#2596)
* add egress rule into network policy for intra-node communication

* bump chart version

* [bitnami/zookeeper] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
2020-05-26 10:07:48 +02:00
Kristinn Björgvin ÁrdalandGitHub e56173b10b [bitnami/rabbitmq] make load definition secret name be templatable (#2654)
* Make .Values.rabbitmq.loadDefinition.secretName templatable.
2020-05-26 09:43:30 +02:00
Bitnami Containers e275887048 [bitnami/kong] Release 1.1.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-25 20:54:06 +00:00
97038a44b7 [bitnami/postgresql] Fix customMetrics example (#2552)
The defined metric name `size_bytes` did not correspond to the `AS`
assignment in the SQL query.

Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
2020-05-25 18:54:01 +02:00
db0b159e2c [bitnami/metallb] Use a proper jobLabel for the serviceMonitor. (#2616)
* Use a proper jobLabel for the serviceMonitor.

* Update Chart.yaml

* [bitnami/metallb] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-25 15:49:08 +02:00
Bitnami Containers 60d3a7384a [bitnami/owncloud] Release 8.1.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-23 12:27:28 +00:00
Bitnami Containers c38d73cb37 [bitnami/phabricator] Release 9.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-23 02:04:35 +00:00
d926ce8937 [bitnami/mysql] fix bug chart never use existing secret (#2621)
* fix bug chart never use existed secret

If we use values.yaml/values-production.yaml as a config template and enable existingSecret, it will not work because wrong condition in secrets.yaml

* bump version to 6.13.1

* Merge master and update chart version

* [bitnami/mysql] Update components versions

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

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-22 22:33:01 +02:00
a40b6b0e9a [bitnami/cassandra] add headless-svc annotation (#2631)
* [bitnami/cassandra] add headless-svc annotation

* [bitnami/cassandra] increased chart version

* [bitnami/cassandra] Update components versions

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

Co-authored-by: martinantalic <martin.antalic@erstegroup.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-22 20:42:10 +02:00
Bitnami Containers 29b2fc633b [bitnami/mysql] Release 6.13.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-22 17:11:57 +00:00
Bitnami Containers d9446662f7 [bitnami/kibana] Release 5.1.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-22 13:31:00 +00:00
Juan Ariza ToledanoandGitHub c6050f533f [bitnami/grafana] Add Grafana Image Renderer as optional deployment to render images (#2638)
* [bitnami/grafana] Add Grafana Image Renderer as optional deployment to render images

Signed-off-by: juan131 <juan@bitnami.com>
2020-05-22 14:55:18 +02:00
ac65eadfd9 [bitnami/nginx] Added LDAP support (#2608)
* [bitnami/nginx] Added LDAP support

Adds LDAP support to NGINX by using the Bitnami's
Auth Daemon Image. Liveness and readiness probes were
also updated to comply with this change.

Signed-off-by: joancafom <jcarmona@bitnami.com>

* ServerBlock conditions now force their existence

At least a serverblock must be provided when using LDAP, so
conditions where updated to reflect this change. Also, fixed
small bug on secret creation that lead to error when no bindPass
was provided, even though it is optional.

* README improved with instuctions

Now the README explicitly tells the user how to enable LDAP.

* [bitnami/nginx] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-22 14:24:01 +02:00
Bitnami Containers 0ec4bd1a3e [bitnami/parse] Release 10.3.18 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-22 10:22:42 +00:00