Commit Graph
4136 Commits
Author SHA1 Message Date
Steven Sheehy 96aa6771f1 [stable/rabbitmq-ha] Fix health checks (#8129)
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
2018-10-14 14:20:49 -07:00
Liz Rice 73d4c1c317 Adding myself to maintainers (#8323)
* Adding myself to maintainers

Signed-off-by: Liz Rice <liz@lizrice.com>

* Bump chart version

Signed-off-by: Liz Rice <liz@lizrice.com>
2018-10-14 08:35:17 -07:00
Obed N Munoz 68da43ea17 [stable/minio] Fix after-install help NOTES (#8349)
* [stable/minio] Fix after-install help NOTES

This commit fixes the NOTES in the steps to access the new
installed Minio in localhost.

It was not constructing the right release parameter in the command:
``
export POD_NAME=$(kubectl get pods --namespace default -l "release=RELEASE_NAME" -o jsonpath="{.items[0].metadata.name}")
``

Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>

* bump version

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2018-10-13 15:00:38 -07:00
Simon Rüegg 41d2b420a6 Switch readiness and liveness probes (#8389)
Apparently readiness and liveness probes were mistaken. It probably
makes more sense for the liveness probe to have an initial delay of 60
seconds. Also 10s is the default for periodSeconds.

Signed-off-by: Simon Rüegg <simon.ruegg@vshn.ch>
2018-10-13 11:19:59 -07:00
Topher Bullock 032a5577f1 [stable/concourse] Fix Broken Tutorial Link (#8392)
* [stable/concourse] Fix Broken Tutorial Link

The Concourse docs have a new section with a list of tutorials rather than a single hello-world

Signed-off-by: Topher Bullock <cbullock@pivotal.io>

* Bump Chart version number

Signed-off-by: Topher Bullock <cbullock@pivotal.io>
2018-10-13 10:37:43 -07:00
lcavajani 0e492f258d [stable/kibana] add ServiceAccount creation support (#8371)
* [kibana] add ServiceAccount creation support

Signed-off-by: Ludovic Cavajani <lcavajani@suse.com>

* bum chart version and not the app version

Signed-off-by: Ludovic Cavajani <lcavajani@suse.com>

* fix missing dash in if/else condition

Signed-off-by: Ludovic Cavajani <lcavajani@suse.com>

* bump version

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2018-10-13 10:37:33 -07:00
Pierrick Charron 5114585440 Quote ingress in order to support wildcard subdomain. (#6690)
Minio provide a way to use subdomain as bucket-name using the
`minioConfig.domain` config. This commit allow the * in the ingress.hosts

Exemple:

ingress:
  enabled: true
  hosts:
  - "*.minio.adoy.net"
minioConfig:
  domain: minio.adoy.net

Signed-off-by: Pierrick Charron <pierrick@webstart.fr>
2018-10-13 10:37:23 -07:00
Reid Beels 10d3244bf7 [traefik] Support permanent redirects for SSL enforcement (#8396)
Signed-off-by: Reid Beels <reid@thedyrt.com>
2018-10-13 10:25:20 -07:00
Francois Travais 099279f2cb [stable/ark] Quote configuration parameter backupStorageProvider.config.s3ForcePathStyle (#8317)
* [stable/ark] Quote configuration parameter backupStorageProvider.config.s3ForcePathStyle (#7373)

Signed-off-by: François Travais <francois.travais@gmail.com>

* [stable/ark] Bump version to next patch version (1.2.2)

Signed-off-by: François Travais <francois.travais@gmail.com>
2018-10-13 10:25:10 -07:00
Łukasz Mierzwa c66706549d [stable/karma] update to v0.14 (#8408)
Update stable/karma from v0.12 to the latest release (v0.14)

Signed-off-by: Łukasz Mierzwa <l.mierzwa@gmail.com>
2018-10-13 09:57:20 -07:00
Don Bowman 790bd6266b Add imagePullSecrets to fluent-bit for use with private registry (#8391)
* Add imagePullSecrets to fluent-bit for use with private registry

Other helm charts (e.g. Kibana) use image.imagePullSecrets,
model after them.

Signed-off-by: Don Bowman <db@donbowman.ca>

* Change version number from 0.12.1 to 0.13.0

As per https://github.com/helm/charts/pull/8391#pullrequestreview-164418758

Signed-off-by: Don Bowman <db@donbowman.ca>
2018-10-13 09:50:58 -07:00
André Bauer 20c0827d11 [stable/prometheus-mysql-exporter] split datasource in separate mysql connection vars (#8000)
* split datasource in separate mysql connection vars
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>

* added mysql db var
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>

* fixed mysql values
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>

* fixed image version n values & bumped version to 0.2.0
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>

* added round brackets again

Signed-off-by: André Bauer <monotek23@gmail.com>

* added mysql protocol & params parameters

Signed-off-by: André Bauer <monotek23@gmail.com>

* removed datasource

Signed-off-by: André Bauer <monotek23@gmail.com>

* removed db default value

Signed-off-by: André Bauer <monotek23@gmail.com>

* - fixed typo in readme
- enabled scrape annotations by default
- added some more info to values file

Signed-off-by: André Bauer <monotek23@gmail.com>

* changed wording

Signed-off-by: André Bauer <monotek23@gmail.com>
2018-10-13 04:42:34 -07:00
dimitrovvlado 6802f50dc6 [stable/prometheus-postgres-exporter] Added flag for disabling default metrics (#8134)
* Added flag for disabling default metrics

Signed-off-by: Vladimir Dimitrov <dimitrov.vlado@gmail.com>

* Bumping chart version with a minor instead of patch

Signed-off-by: Vladimir Dimitrov <dimitrov.vlado@gmail.com>
2018-10-13 04:27:52 -07:00
Daniel Bowman 97d510b65a CoreDNS: amend values.yaml to match template (#8404)
Signed-off-by: Daniel Bowman <daniel@danielbowman.co.uk>
2018-10-12 13:59:13 -07:00
David J. M. Karlsen fd8047cc15 upgrade nginx-ingress image (#8402)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2018-10-12 12:56:35 -07:00
Carlos Tadeu Panato Junior 39bdf33317 update service port name (#8003)
Signed-off-by: cpanato <ctadeu@gmail.com>
2018-10-12 11:50:33 -07:00
Kiran Mova 34ab48b28e Add OWNERS file to stable/openebs (#8368)
Signed-off-by: kmova <kiran.mova@openebs.io>
2018-10-12 11:41:30 -07:00
Francois Travais c5494dbfe8 [stable/jenkins] Fix component label in NOTES.txt ... (#8300)
* [stable/jenkins] Fix component label in NOTES.txt to match label in jenkins-master-deployment.yaml (#7442)

Signed-off-by: François Travais <francois.travais@gmail.com>

* [stable/jenkins] Fix wrong label in NOTES.txt when service type is ClusterIP (#7442)

Signed-off-by: François Travais <francois.travais@gmail.com>
2018-10-12 11:41:19 -07:00
Martin Helmich 1869640ddf [stable/redis] NetworkPolicy podSelector should also match "release" (#8377)
* [stable/redis] NetworkPolicy podSelector should also match "release"

Currently, the `NetworkPolicy` created for the "redis" charts, only selects via the `app` label.

However, this does not only match Redis pods created by the respective release, but matches
Redis pods of _all_ releases of that Chart (which is -- I'm assuming -- not the intended behaviour).

Signed-off-by: Martin Helmich <m.helmich@mittwald.de>

* Bump chart version

Signed-off-by: Martin Helmich <m.helmich@mittwald.de>
2018-10-12 03:47:10 -07:00
Tomas Pizarro 426e7bdcca [stable/ghost] Allow configuring securityContext for ghost chart (#8372)
* [stable/ghost] Allow configuring securityContext for ghost chart

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Document missing variable

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Delete extra line

Signed-off-by: tompizmor <tompizmor@gmail.com>
2018-10-12 03:09:36 -07:00
Tomas Pizarro edb738ad1f [stable/mariadb] Avoid creating initialization config-map if not needed (#8268)
* [stable/mariadb] Avoid creating initialization config-map if not needed

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Add missing conditional blocks

Signed-off-by: tompizmor <tompizmor@gmail.com>
2018-10-12 03:00:13 -07:00
Obed N Munoz 93553e546c [stable/percona-xtradb-cluster] Add tolerations labels (#7049)
This commit also fixes an exceeded string limit issue on Galera Cluster
name definition. More details in the following link:
https://www.percona.com/doc/percona-xtradb-cluster/LATEST/wsrep-system-index.html#wsrep_cluster_name

Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2018-10-12 02:50:46 -07:00
Andrew Suderman 2390a32f53 [datadog] Fixing failed lint when deployment is enabled. (#8343)
* Fixing regression where the service values are not set when the deployment is enabled.
This can be tested by setting deployment.enabled: True and running helm
lint

Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>

* Changing chart version

Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>

* Changing deployment to default false.  Moving service back to top level

Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>

* Moving service under deployment

Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>
2018-10-12 01:25:25 -07:00
Bitnami Bot 9e8a4dd6e5 [stable/ghost] Release 5.0.4 (#8366)
* ghost: update to `2.2.1-debian-9`

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

* ghost: updated chart requirements

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

* ghost: bump chart appVersion to `2.2.1`

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

* ghost: bump chart version to `5.0.4`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2018-10-12 01:15:58 -07:00
bells17 6a37e04a74 Fix RabbitMQ README (#8388)
Signed-off-by: Daiki Hayakawa <bells171@gmail.com>
2018-10-12 01:05:15 -07:00
Romain Poirot ea5aae13b5 [stable/traefik] Add a parameter to set acme.onHostRule in traefik.toml (#8358)
Signed-off-by: Romain Poirot <romain.poirot@supelec.fr>
2018-10-12 00:43:39 -07:00
Anton Ustyuzhanin ef93e2aa1d [stable/concourse] Fix postgres and ldap deployment variables (#8378)
* Fix CONCOURSE_LDAP_BIND_DN condition

Signed-off-by: Anton Ustyuzhanin <au@hellofresh.com>

* Fix postgres sslmode vars

Signed-off-by: Anton Ustyuzhanin <au@hellofresh.com>

* Bump chart patch version

Signed-off-by: Anton Ustyuzhanin <au@hellofresh.com>
2018-10-11 09:12:49 -07:00
Juan Ariza Toledano b9bdc24135 [stable/joomla] Simplify ingress configuration for cert-manager (#8363)
* Fix typo

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

* [stable/joomla] Simplify ingress configuration for cert-manager

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

* Fix typo

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-11 06:36:58 -07:00
Juan Ariza Toledano 586d0c41da [stable/mediawiki] Simplify ingress configuration for cert-manager (#8362)
* Fix typo

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

* [stable/mediawiki] Simplify ingress configuration for cert-manager

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

* Fix typo

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-11 06:30:49 -07:00
Juan Ariza Toledano c8286a3b69 [stable/phabricator] Simplify ingress configuration for cert-manager (#8361)
* Fix typo

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

* [stable/phabricator] Simplify ingress configuration for cert-manager

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

* Fix typo

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-11 06:24:34 -07:00
Juan Ariza Toledano 7b1c58cdc8 [stable/ghost] Simplify ingress configuration for cert-manager (#8360)
* Fix typo

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

* [stable/ghost] Simplify ingress configuration for cert-manager

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

* Fix typo

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-11 06:24:25 -07:00
Juan Ariza Toledano 3b4485756a [stable/owncloud] Simplify ingress configuration for cert-manager (#8359)
* Fix typo

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

* [stable/owncloud] Simplify ingress configuration for cert-manager

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

* Fix typo

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

* Add 'owncloud.chart' macro

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-11 06:24:15 -07:00
Juan Ariza Toledano 1d3009a567 [stable/odoo] Simplify ingress configuration for cert-manager (#8357)
* Fix typo

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

* [stable/odoo] Simplify ingress configuration for cert-manager

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

* Fix typo

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-11 06:24:05 -07:00
Juan Ariza Toledano afef658628 [stable/moodle] Simplify ingress configuration for cert-manager (#8356)
* Fix typo

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

* [stable/moodle] Simplify ingress configuration for cert-manager

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

* Fix typo

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

* Add 'moodle.chart' macro

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-11 06:23:55 -07:00
Juan Ariza Toledano e17e0ac0e4 [stable/drupal] Simplify ingress configuration for cert-manager (#8352)
* Fix typo

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

* [stable/redmine] Simplify drupal configuration for cert-manager

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

* Fix typo

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

* Add 'drupal.chart' macro

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-11 06:06:32 -07:00
Juan Ariza Toledano ef8e813fe4 [stable/dokuwiki] Simplify ingress configuration for cert-manager (#8351)
* Fix typo

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

* [stable/redmine] Simplify ingress configuration for cert-manager

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

* Fix typo

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-11 06:06:22 -07:00
Michal Budzyn 297823e826 Bugfix: jaeger-operator should use own serviceAccount (#8370)
Signed-off-by: Michal Budzyn <michalbudzyn@gmail.com>
2018-10-11 05:30:13 -07:00
Juan Ariza Toledano a2e9db6666 Wordpress tls (#8369)
* Fix typo

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

* [stable/wordpress] Fix typo

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-11 04:12:58 -07:00
Obed N Munoz fd773272a9 [stable/percona] Add support for nodeSelector and tolerations labels (#7067)
This commit adds support for the following scheduling labels:

- nodeSelector:
  https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
- tolerations:
  https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

These couple of labels will allow custom pods scheduling depending on
specified labels. By default, both labels will be empty.

Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2018-10-11 02:50:33 -07:00
Bitnami Bot ee414846df [stable/joomla] Release 3.1.1 (#8354)
* joomla: update to `3.8.13-debian-9`

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

* joomla: updated chart requirements

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

* joomla: bump chart appVersion to `3.8.13`

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

* joomla: bump chart version to `3.1.1`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2018-10-11 02:09:31 -07:00
Javier J. Salmerón-García 63f3f1a578 [stable/rabbitmq] Log to stdout and add metrics exporter (#8337)
* [stable/rabbitmq] Log to stdout and add metrics exporter

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Update readme

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2018-10-11 00:47:37 -07:00
Bhavin Gandhi 2bb0fa3a75 [stable/prometheus-adapter] Add checksum of configMap as annotation (#8334)
* [stable/prometheus-adapter] Add checksum of configMap as annotation

- This adds checksum/config to the annotations which has sha256sum of
  the file custom-metrics-configmap.yaml
- This does the rolling update of the deployment when user does helm
  upgrade and there are changes to the configMap, so the adapter will
  pick up the latest changes in the config file
- ref:
  https://docs.helm.sh/charts_tips_and_tricks/#automatically-roll-deployments-when-configmaps-or-secrets-change
- Bump chart version

Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>

* [stable/prometheus-adapter] Bump version to 0.2.0

Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2018-10-10 17:21:00 -07:00
Reinhard Nägele 2df1110437 [stable/keycloak] Update to 4.5.0.Final (#8192)
* The Docker image has added support for DNS_PING which is now used
  instead of JDBC_PING
* The StatefulSet is updated to `apps/v1`

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2018-10-10 12:18:45 -07:00
Steven Sheehy 9e7888fc20 [stable/mongodb-replicaset] Fix various bootstrap issues (#8115)
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
2018-10-10 12:06:13 -07:00
Juan Ariza Toledano cfd0a223ed [stable/wordpress] Simplify ingress configuration for cert-manager (#8335)
* [stable/wordpress] Simplify ingress configuration when for cert-manager

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

* Apply changes on 'values-production.yaml' too

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-10 07:16:48 -07:00
Juan Ariza Toledano 686a3947ba [stable/joomla] Add nodeSelector, tolerations and affinity (#8319)
Signed-off-by: juan131 <juan@bitnami.com>
2018-10-10 06:42:36 -07:00
David J. M. Karlsen 5b8e14e9be Upgrade grafana (#8328)
* upgrade to grafana 5.2.5

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

* upgrade

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2018-10-10 04:21:49 -07:00
Yaroslav Yakovlev 02a4c0ae60 typo fixed (#8068)
are going are going-> are going

Signed-off-by: Yaroslav Yakovlev <yaroslavya@gmail.com>

updated chart version
2018-10-10 04:02:24 -07:00
Javier J. Salmerón-García 99b8a1a17f [stable/mariadb] Enable metrics by default in production environment (#8322)
* [stable/mariadb] Enable metrics by default in production environment

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Bump chart version

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2018-10-10 03:54:31 -07:00
André Gaul adea94fd1f [stable/stellar-core]: Release 1.0.0 (initial release) (#7266)
* [incubator/stellar-core]: Release 0.1.0 (initial release)

Signed-off-by: André Gaul <andre@gaul.io>

* [incubator/stellar-core]: use http readiness probe

Signed-off-by: André Gaul <andre@gaul.io>

* [incubator/stellar-core]: update NOTES

Signed-off-by: André Gaul <andre@gaul.io>

* [incubator/stellar-core]: update requirements.yaml with repo url

Signed-off-by: André Gaul <andre@gaul.io>

* [incubator/stellar-core]: add rendhalver as maintainer/owner

Signed-off-by: André Gaul <andre@gaul.io>

* [incubator/stellar-core]: properly handle postgresql name override in helpers

Signed-off-by: André Gaul <andre@gaul.io>

* [stable/stellar-core]: move stellar-core to stable

Signed-off-by: André Gaul <andre@gaul.io>

* [stable/stellar-core]: adapt install command in README

Signed-off-by: André Gaul <andre@gaul.io>

* [stable/stellar-core]: enable 10.0.0-2 features (flavors, archive init)

Signed-off-by: André Gaul <andre@gaul.io>

* [stable/stellar-core]: use deployment strategy recreate

Signed-off-by: André Gaul <andre@gaul.io>

* [stable/stellar-core]: add serviceaccount

Signed-off-by: André Gaul <andre@gaul.io>

* [stable/stellar-core]: add default timeout for postgres

Signed-off-by: André Gaul <andre@gaul.io>

* [stable/stellar-core]: fix versions

Signed-off-by: André Gaul <andre@gaul.io>

* [stable/stellar-core]: update postgresql

Signed-off-by: André Gaul <andre@gaul.io>

* [stable/stellar-core]: fix version in readme

Signed-off-by: André Gaul <andre@gaul.io>

* [stable/stellar-core]: fix bug in secret template

Signed-off-by: André Gaul <andre@gaul.io>
2018-10-10 01:35:55 -07:00