Commit Graph

7496 Commits

Author SHA1 Message Date
Richard Simpson
364f7972b8 [bitnami/external-dns] fix: correct new line on external-dns extraVolumes (#2422)
* fix: correct new line on external-dns extraVolumes

Fixes an issue where extra volumes would get templated as:
```
        # Extra volume(s)        - name: my-mount
```
rather than
```
        # Extra volume(s)
        - name: my-mount
```

* bump chart version

* [bitnami/external-dns] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
external-dns/2.22.1
2020-04-30 09:56:21 +02:00
Onur YALAZI
ef4381c4a6 [bitnami/zookeeper] feat(zookeeper) Added tls support for zookeeper (#2290)
* feat(zookeeper) Added tls support for zookeeper

* chore(zookeeper) bumped chart version

* chore() zookeeper container env var changes

* [bitnami/zookeeper] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Ibone González Mauraza <gibone@bitnami.com>
zookeeper/5.14.0
2020-04-30 08:48:51 +02:00
Bitnami Containers
a6b9b8dd0c [bitnami/wordpress] Release 9.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
wordpress/9.2.2
2020-04-30 00:35:38 +00:00
Bitnami Containers
4798f457b3 [bitnami/zookeeper] Release 5.13.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
zookeeper/5.13.2
2020-04-29 20:19:32 +00:00
Bitnami Containers
ffa9adf7cc [bitnami/postgresql-ha] Release 3.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
postgresql-ha/3.1.1
2020-04-29 19:43:44 +00:00
Javier J. Salmerón-García
a8ce5330f0 [bitnami/kong] Allow deploying extra objects (#2468)
* [bitnami/kong] Allow deploying extra objects

* [bitnami/kong] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
kong/1.1.0
2020-04-29 21:17:29 +02:00
Bitnami Containers
a0f9f97ed0 [bitnami/mongodb-sharded] Release 1.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
mongodb-sharded/1.3.1
2020-04-29 19:15:06 +00:00
Carlos Rodríguez Hernández
6bcb756503 [bitnami/kibana] Fix extraVolumes (#2467)
* [bitnami/kibana] Fix extraVolumes

* [bitnami/kibana] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
kibana/5.0.17
2020-04-29 21:07:38 +02:00
Marcel Fest
31d6a86e1b [bitnami/metallb] Adding the MetalLB Helm Chart. (#2068)
* 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 the metallb chart

* Update bitnami/metallb/Chart.yaml

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/metallb/README.md

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/metallb/templates/tests/test-connection.yaml

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/metallb/values.yaml

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/metallb/values.yaml

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update README.md

* Update bitnami/metallb/README.md

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* fixed `---`

* Added templating

* Fixed some bugs and added securityContext also bumped metallb appVersion

* Bumped versions

* Added metallb templates

* Added metallb 0.9.2 changes to the chart

* Added metallb 0.9.2 changes to the chart

* Added missing EOL

* Fixed the appVersion

* added secret autogeneration for the members to join

* Bumped version accordingly to cellebyte/helm

* Fixed missing EOL

* Bumped templates to the new versiona and bumped metallb version

* Fixed some template behaviour

* Bumped chart version

* Bumped image tags to use the latest version

* Run the container as Root because the speaker needs the capability to use root specific network features

* fixed typo and email

* use bitnami images

* added app.kubernetes.io/component app.kubernetes.io/app

* Use nindent

* Fixed nindent and some old labels

* added more configurable options

* Fixed nindent stuff

* Fixed trim-suffix

* added templates to handle secrets and configmaps the proper way

* fixed wrong documentation

* Fixed template executing if configInline defined

* fixed the psps

* Make psp also autogenerated

* remove one eol

* Added eol

* Added the missing doc pieces

* added ref for securityContext

* Fixed securityContext

* added some NOTES after the deployment

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
metallb/0.1.10
2020-04-29 18:03:24 +02:00
Stijn Brouwers
ef6951da99 [bitnami/magento] Add strategy type to Magento deployment (#2437)
* Add strategy type to Magento deployment

* Update readme.md

* Update bitnami/magento/README.md

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/magento/values-production.yaml

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/magento/values.yaml

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/magento/templates/deployment.yaml

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update values-production.yaml

* Update values.yaml

* [bitnami/magento] Update components versions

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

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
magento/12.1.0
2020-04-29 17:14:49 +02:00
Mansour Behabadi
ad91d9802b [bitnami/mongodb-sharded] Add metrics exporter for shard arbiter (#2424)
* bitnami/mongodb-sharded: add metrics exporter for shard arbiter

* bitnami/mongodb-sharded: bump the chart version

* Bump chart to new minor to indicate new functionality

Co-authored-by: Mansour Behabadi <mansour@oxplot.com>
mongodb-sharded/1.3.0
2020-04-29 15:58:53 +02:00
Bitnami Containers
32e9c184bc [bitnami/minio] Release 3.3.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
minio/3.3.7
2020-04-29 08:37:07 +00:00
Christopher Randles
1196640dcc [bitnami/external-dns] support vinyldns configuration (#2440)
* support vinyldns configuration via secrets

Signed-off-by: Chris Randles <randles.chris@gmail.com>

* [bitnami/external-dns] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
external-dns/2.22.0
2020-04-29 10:21:23 +02:00
Bitnami Containers
c9fb25142b [bitnami/wordpress] Release 9.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
wordpress/9.2.1
2020-04-29 08:12:22 +00:00
Bitnami Containers
e9ae77b89b [bitnami/elasticsearch] Release 12.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
elasticsearch/12.0.1
2020-04-28 15:06:33 +00:00
Bitnami Containers
21f231dde5 [bitnami/postgresql] Release 8.9.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
postgresql/8.9.3
2020-04-28 14:14:07 +00:00
Bitnami Containers
9764599831 [bitnami/ghost] Release 9.2.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
ghost/9.2.8
2020-04-28 13:56:50 +00:00
Marcin Milewski
a9adf1517f [bitnami/kafka] Improve "Security for Kafka and Zookeeper" README (#2450)
* Improve "Security for Kafka and Zookeeper" README

* Update version

* update patch version after merge

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
kafka/10.3.2
2020-04-28 15:54:34 +02:00
Prokop Simek
d3a83919bb docs: update links to Helm quickstart & using helm (#2443)
The documentation has been moved to another repository https://github.com/helm/helm-www (e.g. https://github.com/helm/helm-www/tree/master/content/en/docs) but I guess the better documentation is on the official documentation page without markdown meta informations.
2020-04-28 15:40:19 +02:00
Marcos Bjoerkelund
a0260eebfd [bitnami/redis-cluster] Fix PrometheusRule indentation (#2445)
* Fix PrometheusRule indentation
redis-cluster/2.0.13
2020-04-28 15:23:53 +02:00
Marcos Bjoerkelund
7e08a5a60c [bitnami/kafka] Fix Kafka notes after bitnami-docker-kafka/pull/91 (#2444)
* Fix Kafka notes after bitnami-docker-kafka/pull/91
kafka/10.3.1
2020-04-28 15:17:51 +02:00
Carlos Rodríguez Hernández
3fa18e51e0 Update README.md 2020-04-28 11:55:52 +02:00
kubernetes-bitnami
785620b981 kubeapps: bump chart version to 3.6.0 kubeapps/3.6.0 2020-04-28 09:29:55 +00:00
Bitnami Containers
aa0bc1f4c8 [bitnami/kong] Release 1.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
kong/1.0.4
2020-04-27 23:14:10 +00:00
jabdoa2
afe4bb93dd [bitnami/phabricator] fix ingress in phabricator chart with tls (#2429)
* fix ingress in phabricator chart

* bump version

* [bitnami/phabricator] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-27 20:19:24 +02:00
Bitnami Containers
c6a44fe0e7 [bitnami/redis-cluster] Release 2.0.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
redis-cluster/2.0.12
2020-04-27 16:41:38 +00:00
Marcos Bjoerkelund
30657f8cb6 [bitnami/redis-cluster] Intentation fix for ServiceMonitor label selector (#2442)
* Intentation fix for ServiceMonitor label selector

* [bitnami/redis-cluster] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
redis-cluster/2.0.11
2020-04-27 17:41:11 +02:00
Bitnami Containers
00efc573d9 [bitnami/redis] Release 10.6.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
redis/10.6.11
2020-04-27 14:55:59 +00:00
Bitnami Containers
f15ba4502a [bitnami/redis-cluster] Release 2.0.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
redis-cluster/2.0.10
2020-04-27 13:55:59 +00:00
Samir Syed
df42923384 [bitnami/consul] Use "port" variable in service definition (#2421)
* Use "port" variable in service definition

* Incremented consul chart version

* [bitnami/consul] Update components versions

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

Co-authored-by: Samir Syed <samir.syed@eversana.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
consul/7.0.12
2020-04-27 13:27:03 +02:00
Nenad Strainovic
d88de83e04 [bitnami/postgresql] Fix conf.d permissions with postgresqlextendedConf (#2383)
* [bitnami/postgresql] Fix conf.d permissions with postgresqlextendedConf
2020-04-27 11:51:56 +02:00
Bitnami Containers
92a2215c40 [bitnami/fluentd] Release 1.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
fluentd/1.0.4
2020-04-27 09:42:14 +00:00
Steffen Vogel
c412525420 fluentd: Remove template fragments from example ConfigMap in README (#2400) 2020-04-27 10:38:17 +02:00
Bitnami Containers
8f4744ec76 [bitnami/jenkins] Release 5.0.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
jenkins/5.0.8
2020-04-25 12:30:23 +00:00
Juan Ariza Toledano
593112fd85 [bitnami/kafka] Add parameters to define extra volume/volumeMount(s) (#2416)
Signed-off-by: juan131 <juan@bitnami.com>
kafka/10.3.0
2020-04-24 16:30:33 +02:00
Daniel Arteaga
84c39b3ffd [bitnami/wordpress] give the posibility of persist .htaccess (#2330)
* give the posibility of persist .htaccess

* add more docs

* [bitnami/wordpress] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
wordpress/9.2.0
2020-04-24 15:00:38 +02:00
Bitnami Containers
56b6265387 [bitnami/fluentd] Release 1.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
fluentd/1.0.3
2020-04-24 09:11:47 +00:00
Lukas Alt
105b955611 [bitnami/mongodb-sharded] add sessionAffinity setting for k8s service (#2375)
* add sessionAffinity setting for k8s service

* [bitnami/mongodb-sharded] Update components versions

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

Co-authored-by: Daniel Arteaga <darteaga@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
mongodb-sharded/1.2.0
2020-04-24 10:28:59 +02:00
RichieSams
2548751a54 [bitnami/postgresql-ha] Add relabelings / metricRelabelings to ServiceMonitor (#2307)
* [bitnami/postgresql-ha] Add relabelings / metricRelabelings to ServiceMonitor
postgresql-ha/3.1.0
2020-04-24 10:19:43 +02:00
Juan Ariza Toledano
284eb6027e [bitnami/elasticsearch] POC: ES to be compatible with Istio (#2286)
* [bitnami/elasticsearch] ES to be compatible with Istio

Signed-off-by: juan131 <juan@bitnami.com>
elasticsearch/12.0.0
2020-04-24 10:16:56 +02:00
Miguel Ángel Cabrera Miñagorri
7ad184ac4e [bitnami/redis-cluster] Fix typo in NOTES (#2413)
* Fix typo in NOTES

* [bitnami/redis-cluster] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
redis-cluster/2.0.9
2020-04-24 09:42:20 +02:00
Bitnami Containers
c607cda22c [bitnami/postgresql-ha] Release 3.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
postgresql-ha/3.0.2
2020-04-24 07:16:36 +00:00
Bitnami Containers
b4385a65d9 [bitnami/wordpress] Release 9.1.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
wordpress/9.1.10
2020-04-23 23:26:35 +00:00
Bitnami Containers
5fbaa374df [bitnami/kong] Release 1.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
kong/1.0.3
2020-04-23 22:17:04 +00:00
Bitnami Containers
db1943f077 [bitnami/fluentd] Release 1.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
fluentd/1.0.2
2020-04-23 22:10:00 +00:00
David Young
b3c506a476 [bitnami/harbor] - Set updateStrategy for RWO mounts (#2396)
* Redo stale PR, fix deployment strategies

Signed-off-by: David Young <davidy@funkypenguin.co.nz>

* Bump minor version

* [bitnami/harbor] Update components versions

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

* Update values-production.yaml

Co-authored-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
harbor/5.1.0
2020-04-23 22:06:36 +02:00
Bitnami Containers
5e268b3cb3 [bitnami/mongodb-sharded] Release 1.1.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
mongodb-sharded/1.1.6
2020-04-23 18:32:14 +00:00
Grant Limberg
1b9adf6bd6 [bitnami/redis-cluster] change indent to nindent in metrics-svc.yaml (#2409)
* change indent to nindent in metrics-svc.yaml

Fixess issue #2408

* [bitnami/redis-cluster] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
redis-cluster/2.0.8
2020-04-23 20:07:10 +02:00
Steffen Vogel
dc93e7d671 [bitnami/kibana] Make the Kibana server listen on IPv4 and IPv6 (#2401)
* kibana: make the Kibana server listen on IPv4 and IPv6

* kibana: bump Chart version

* [bitnami/kibana] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
kibana/5.0.16
2020-04-23 19:41:54 +02:00
Bitnami Containers
7252d4cc3d [bitnami/mariadb-galera] Release 2.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
mariadb-galera/2.0.2
2020-04-23 17:01:18 +00:00