Commit Graph
5392 Commits
Author SHA1 Message Date
Niclas Mietz fbec6a6f73 Update traefik to 1.7.3 (#8615)
Signed-off-by: solidnerd <niclas@mietz.io>
2018-10-23 09:42:29 -07:00
Giancarlo Rubio 7d0450231c Migrate prometheus operator from coreos (#6765)
* Create promethues-operator chart

Signed-off-by: Giancarlo Rubio <gianrubio@gmail.com>

* Fixes for stable/prometheus-operator

Changed:
- Update Prometheus to 2.4.3, alertmanager to 0.15.2
- Change some job labels - should refer to a label appearing on the service. Tried to keep this consistent with what was used in the coreos version
- Add confguration for using CoreDNS
- Add insecureSkipVerify to kubeApiServer
- Add `prometheus.additionalScrapeConfigs`, `prometheus.additionalAlertManagerConfigs`

- Add ability to deploy an operated prometheus without installing anything else
  - Switch `prometheus.serviceAccountName` to be based on `prometheus.fullname` to prevent clashes
- Fix `serviceMonitorSelector` typo
- Add `serviceMonitorNamespaceSelector` to values.yaml
- Fix grafana typo (https://github.com/helm/charts/pull/6765#issuecomment-428653560)

Add CoreDNS dashboard

- Fixed dashboard use of updated name metric

Signed-off-by: Giancarlo Rubio <gianrubio@gmail.com>
Signed-off-by: Vasily Sliouniaev <vsliouniaev@users.noreply.github.com>

Vas prometheus operator (#5)

* Fix lint

* Fix missing selector on kubelet

https://github.com/helm/charts/pull/6765#issuecomment-431035212

* Fix braces in files

* Fix naming

* Move non-exporters out of exporters folder

* Use common value names, add to readme

* Change value names deploy -> enabled

https://github.com/helm/charts/pull/6765#issuecomment-428283768
https://github.com/helm/charts/pull/6765#issuecomment-430070684

* Update etcd rules

https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/etcd3_alert.rules.yml

* Fix etcd rules to match job name

* Review readme

* Change initial version to 0.1.0

Additional Fixes While Github is down (#6)

* Fix additional service monitor template

* Fix label indentation

https://github.com/helm/charts/pull/6765#issuecomment-431788727

Fix cleanup, requirements.lock file (#7)
2018-10-23 09:34:30 -07:00
Carlos Tadeu Panato Junior 365ce7c1e4 bump version (#8574)
Signed-off-by: cpanato <ctadeu@gmail.com>
2018-10-23 09:27:29 -07:00
Tommy Kindmark 1d03053b53 [stable/fluent-bit] Added ability to specify extra Input, Filter and Output sections (#8600)
* Added ability to specify extra Input, Filter and Output sections

Signed-off-by: towmeykaw <tkindmark@gmail.com>

* Updated README

Signed-off-by: towmeykaw <tkindmark@gmail.com>

* Bumped chart version

Signed-off-by: towmeykaw <tkindmark@gmail.com>

* Removed trailing space

Signed-off-by: towmeykaw <tkindmark@gmail.com>
2018-10-23 09:22:31 -07:00
Javier Arauz 78858a2fb0 Added ExtraPorts to open in the master pod (#7759)
* Added ExtraPorts to open in the master pod

Signed-off-by: ecejjar <jesus.javier.arauz@ericsson.com>

* [stable/jenkins] Bumped up chart version

Signed-off-by: ecejjar <jesus.javier.arauz@ericsson.com>
2018-10-23 09:18:29 -07:00
Charly Fontaine e8cac6f1da updating version of the Datadog Cluster Agent (#8658)
Signed-off-by: charlyF <charly@datadoghq.com>
2018-10-23 08:14:29 -07:00
vinnich 0a22ec8d97 [stable/keycloak] Fix typo Readme.md Custom values for Google Cloud SQL (#8224)
* [stable/keycloak] Fix typo Readme.md Custom values for Google Cloud SQL

Signed-off-by: Vitalii Vinnichuk <vinnichukvitalii@gmail.com>

* [stable/keycloak] bump version

Signed-off-by: Vitalii Vinnichuk <vinnichukvitalii@gmail.com>

* Update README.md

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2018-10-23 08:09:31 -07:00
Flávio Ferreira 08364cae46 [stable/prometheus] Add extra volume directories to configmapreload (#8601)
Signed-off-by: Flávio Ferreira <flaviommferreira@gmail.com>
2018-10-23 06:02:35 -07:00
Javier J. Salmerón-García 25512b6565 [stable/nats] Fix cluster auth random password (#8652)
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2018-10-23 03:14:40 -07:00
Ian Levesque 5fc4c8e196 Enables specifying Priority Class for Datadog Agent pods (#8642)
Signed-off-by: Ian Levesque <ian@quantopian.com>
2018-10-23 02:09:51 -07:00
Joao C Costa bfa05e48f0 [stable/mysql] Fix secret naming convention (#7883)
* Fix secret naming convention

I believe https://github.com/helm/charts/pull/5783 missed this secret name update 
(it is using mysql.fullname instead of mysql.secretname)

Signed-off-by: Joao C Costa <joaocc-dev@live.com>

* Bump version

Signed-off-by: Joao C Costa <joaocc-dev@live.com>
2018-10-23 01:10:37 -07:00
Bitnami Bot 0438911c57 [stable/ghost] Release 5.3.5 (#8644)
* ghost: update to `2.3.0`

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

* ghost: bump chart appVersion to `2.3.0`

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

* ghost: bump chart version to `5.3.5`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2018-10-23 00:01:59 -07:00
Dan Carley 2b81bcc1e4 [stable/mongodb-replicaset] Add OU to cert (#8261)
* [stable/mongodb-replicaset] Add OU to cert

Fix the bug reported and diagnosed in #7417.

When you set `security.clusterAuthMode: x509` as recommended by the
README the nodes will fail to authenticate with the following error:

    2018-10-08T13:06:12.767+0000 I ACCESS   [conn7]  authenticate db: $external { authenticate: 1, mechanism: "MONGODB-X509", user: "CN=circleci-mongodb-1" }
    2018-10-08T13:06:12.767+0000 I ACCESS   [conn7] Failed to authenticate CN=circleci-mongodb-1@$external with mechanism MONGODB-X509: UserNotFound: Could not find user CN=circleci-mongodb-1@$external
    2018-10-08T13:06:12.768+0000 I ACCESS   [conn7] Unauthorized: not authorized on admin to execute command { replSetHeartbeat: "rs0", configVersion: 3, from: "circleci-mongodb-1.circleci-mongodb.default.svc.cluster.local:27017", fromId: 1, term: 12 }

This is because the MongoDB docs state the following:

> The Distinguished Name (DN), found in the member certificate’s
> subject, must specify a non-empty value for at least one of the
> following attributes: Organization (O), the Organizational Unit (OU)
> or the Domain Component (DC).

https://docs.mongodb.com/manual/tutorial/configure-x509-member-authentication/#certificate-requirements

Setting the OU to the name of the product seems like the most generic
solution to this without suggesting that the cert belongs to MongoDB the
company.

Signed-off-by: Dan Carley <dan.carley@gmail.com>

* [stable/mongodb-replicaset] Fix CAFile in README

The `/ca` directory doesn't exist when the `bootstrap` container is run
and this causes the `on-start.sh` script to fail. Whereas the
`/data/configdb` directory does existing throughout the process and is
the path that people have reported using in other issues.

Signed-off-by: Dan Carley <dan.carley@gmail.com>
2018-10-22 20:34:14 -07:00
Aravind SV 718398f991 [stable/gocd] Update readme - Add link to getting started (#8648)
* [stable/gocd] Add intro guide link in README

Signed-off-by: Aravind SV <mail@arvindsv.com>

* [stable/gocd] Bump version and update changelog

Signed-off-by: Aravind SV <mail@arvindsv.com>
2018-10-22 19:31:09 -07:00
Johnny Bergström bd63ae2af8 Gocd/fix affinity (#8521)
* gocd: Invalid nodeSelector reference

Missing "agent" in if case

Signed-off-by: Johnny Bergström <johnny@klaudify.se>

* gocd: Add affinity setting

Agent and server affinity values for more flexibility.
Node selector will be deprecated in future k8s

Signed-off-by: Johnny Bergström <johnny@klaudify.se>

* gocd: Bump version and changelog

Signed-off-by: Johnny Bergström <johnny@klaudify.se>

* gocd: empty line messing up README

Signed-off-by: Johnny Bergström <johnny@klaudify.se>
2018-10-22 15:27:15 -07:00
Brady Todhunter 6f35327d75 add brady todhunter as approver to anchore-engine (#8614)
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
2018-10-22 15:15:03 -07:00
Jonathan Herlin 51dd9e8364 [stable/unifi] Invalid link in chart sources (#8639)
* Invalid link in chart sources

There was a invalid link in sources, this commit fixes the link
Signed-off-by: Jonathan Herlin <jonte@jherlin.se>

* stable/unifi bump version

Signed-off-by: Jonathan Herlin <jonte@jherlin.se>
2018-10-22 15:01:54 -07:00
Cédric de Saint Martin 3c76baef6d [stable/fluentd-elasticsearch] Add nodeSelector support. (#8367)
Also fix values in readme.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-10-22 12:32:49 -07:00
Fabrizio Fortino 82234c82e4 [incubator/elasticsearch-curator] include annotations only when non e… (#7898)
* [incubator/elasticsearch-curator] include annotations only when non empty

Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>

* [incubator/elasticsearch-curator] bump chart version

Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>

* es-curator: bump version

Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>

* es-curator: fix for #7898 in stable

Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
2018-10-22 12:01:59 -07:00
Néstor Salceda 2d537a86ce Download container images from falcosecurity organization (#8560)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2018-10-22 11:52:05 -07:00
Eric Bailey 9dd5c9858c [stable/redis] Avoid generating null annotations (#8588)
Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
2018-10-22 11:47:40 -07:00
Mikhail Zholobov ae9e3f8ea4 [stable/kubernetes-dashboard] Use the target port number instead of a name (#7548)
* [stable/kubernetes-dashboard] Use the target port number instead of a name

Older (but still actual) versions of some Network Policy providers don't support named ports as
a value of `targetPort` field in the Service spec.
Changing it to the number shouldn't break the UX for existing installations.

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>

* [stable/kubernetes-dashboard] Bump chart version to 0.7.4

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
2018-10-22 09:44:57 -07:00
Mikhail Naletov fc4a83c05f [stable/drone], changed repository name in NOTES (#8628)
* Changed repository name in NOTES

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

* Bumped chart version

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
2018-10-21 04:02:52 -07:00
Cédric de Saint Martin c5b9357c2e [stable/horovod] Major version bump: Fix chart not being upgradable. (#8596)
See https://github.com/helm/charts/issues/7680.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-10-20 20:40:52 -07:00
Zack Williams b5010107e9 stable/kibana: Fix JSON test, clarify log messages (#8517)
Add test values for dashboards to ci directory

Signed-off-by: Zack Williams <zdw@opennetworking.org>
2018-10-19 13:49:03 -07:00
Pete Brown 6c372561b3 Promote elasticsearch-curator to stable (#8613)
* Promote elasticsearch-curator to stable

Signed-off-by: Pete Brown <pete.brown@powerhrg.com>

* Fix references to incubator/elasticsearch-curator

Signed-off-by: Pete Brown <pete.brown@powerhrg.com>
2018-10-19 13:14:02 -07:00
Cédric de Saint Martin cf5ff8da11 [stable/kibana] use checksum/config annotation to restart pod if configuration changed. (#8374)
* [stable/kibana] use checksum/config annotation to restart pod if configuration changed.

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

* [stable/kibana] Outdent if.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-10-19 09:49:54 -07:00
Marc Ian Bucad d719fd92d0 configurable container name (#8592)
* sets container name as defined in values file

use container name defined in Values file else use Chart name by default

Signed-off-by: Marc Ian Bucad <ian.bucad@gmail.com>

* sets container name as defined in values file

use container name defined in Values file else use Chart name by default

Signed-off-by: Marc Ian Bucad <ian.bucad@gmail.com>

* changes default to chart name

prior to this PR, the container name had been "datadog" (Chart name). suddenly changing to dd-agent might/could break things for those upgrading.

Signed-off-by: Marc Ian Bucad <ian.bucad@gmail.com>

* makes cluster agent container name configurable

Signed-off-by: Marc Ian Bucad <ian.bucad@gmail.com>

* adds settings to the readme

Signed-off-by: Marc Ian Bucad <ian.bucad@gmail.com>

* bump version

Signed-off-by: Marc Ian Bucad <ian.bucad@gmail.com>
2018-10-19 09:06:46 -07:00
Aleksandr Stepanov 74d0a348b9 Added Pod annotations for Nexus Helm Chart (#8569)
Signed-off-by: Oleksandr Stepanov <alexandrst88@gmail.com>
2018-10-19 05:46:13 -07:00
Carlos Tadeu Panato Junior 3f76345261 bump weave cloud (#8572)
Signed-off-by: cpanato <ctadeu@gmail.com>
2018-10-19 04:21:46 -07:00
Bitnami Bot 100fc4b6f7 [stable/ghost] Release 5.3.4 (#8578)
* ghost: update to `2.2.4`

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.4`

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

* ghost: bump chart version to `5.3.4`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2018-10-19 01:35:08 -07:00
Bitnami Bot 1160bd0baf [stable/drupal] Release 2.2.2 (#8575)
* drupal: update to `8.6.2`

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

* drupal: updated chart requirements

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

* drupal: bump chart appVersion to `8.6.2`

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

* drupal: bump chart version to `2.2.2`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2018-10-19 01:34:58 -07:00
Bitnami Bot 065f595509 [stable/parse] Release 3.1.2 (#8584)
* parse: update to `3.1.0`

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

* parse: bump chart appVersion to `3.1.0`

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

* parse: bump chart version to `3.1.2`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2018-10-19 01:25:18 -07:00
Johnathan Rodgers 772c4bd0a9 Update elastic-stack to using fluentd version 1.0.0 (#8585)
Update elastic-stack to using logstash version 1.0.0

Signed-off-by: Johnathan Rodgers <jrodgers@powerhrg.com>
2018-10-18 11:11:12 -07:00
Alex Robinson bc6db0d51a [stable/cockroachdb] Warn about default disk size, improve NOTES format (#7828)
The default disk size of 1 GiB can cause mistakes (e.g.
https://stackoverflow.com/q/52245811/1925481), but is needed in
order to work in environments like Minikube.

And I don't know what's going on with the way that line breaks work in
NOTES.txt, but this is what makes it render properly.

Signed-off-by: Alex Robinson <alexdwanerobinson@gmail.com>
2018-10-18 10:50:12 -07:00
Cédric de Saint Martin 709059de57 [stable/kibana] Fix empty parameters to have valid Kubernetes and Helm YAML files. (#8284)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-10-18 09:13:49 -07:00
Renato Quinhoneiro Todorov 7881b379cd Spinnaker/add azs support (#8564)
* Add support to Azure Storage

Signed-off-by: Renato Todorov <renato.todorov@gmail.com>

* Add supported storage types to README file. Bump chart version.

Signed-off-by: Renato Todorov <renato.todorov@gmail.com>
2018-10-18 07:17:16 -07:00
Bitnami Bot c890b997bb [stable/orangehrm] Release 3.1.2 (#8566)
* orangehrm: update to `4.1.2-1`

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

* orangehrm: updated chart requirements

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

* orangehrm: bump chart appVersion to `4.1.2-1`

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

* orangehrm: bump chart version to `3.1.2`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2018-10-18 00:30:33 -07:00
Carlos Rodríguez Hernández 21a10dcb2e [stable/redmine] Remove distro tag (#8536)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-18 00:23:07 -07:00
Carlos Tadeu Panato Junior 003cd0bd13 Bump version to 5.4.0 (#8522)
Signed-off-by: cpanato <ctadeu@gmail.com>
2018-10-17 20:49:04 -07:00
Bitnami Bot feb78d8bcc [stable/phabricator] Release 3.2.2 (#8557)
* phabricator: update to `2018.41.0`

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

* phabricator: bump chart appVersion to `2018.41.0`

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

* phabricator: bump chart version to `3.2.2`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2018-10-17 20:44:06 -07:00
Johnny Bergström ef4d89e9b9 gocd: wrong agent resource value ref (#8496)
* gocd: wrong agent resource value ref

.Values.agent.resources exist but is not used

Signed-off-by: Johnny Bergström <johnny@klaudify.se>

* gocd: Update changelog

Signed-off-by: Johnny Bergström <johnny@klaudify.se>
2018-10-17 09:39:32 -07:00
Carlos Rodríguez Hernández 34aa333fa2 [stable/nats] Remove distro tag (#8547)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-17 09:26:32 -07:00
Carlos Rodríguez Hernández bb4f9757ff [stable/ghost] Remove distro tag (#8556)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-17 09:23:06 -07:00
Carlos Rodríguez Hernández aeda498903 [stable/drupal] Remove distro tag (#8555)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-17 09:22:56 -07:00
Carlos Rodríguez Hernández acd199e1f3 [stable/dokuwiki] Remove distro tag (#8554)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-17 09:22:47 -07:00
Carlos Rodríguez Hernández 6c88fdd0f3 [stable/joomla] Remove distro tag (#8553)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-17 09:22:37 -07:00
Carlos Rodríguez Hernández 9f7b498767 [stable/jasperreports] Remove distro tag (#8552)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-17 09:11:10 -07:00
Carlos Rodríguez Hernández fa2262c715 [stable/mediawiki] Remove distro tag (#8551)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-17 09:11:01 -07:00
Carlos Rodríguez Hernández 4780f44b1f [stable/mariadb] Remove distro tag (#8550)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-17 09:10:51 -07:00