Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/up to date with origin #2

Merged
merged 595 commits into from
Jul 9, 2019
Merged

Conversation

cguertin14
Copy link

@cguertin14 cguertin14 commented Jul 9, 2019

What this PR does / why we need it:

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

  • fixes #

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [stable/chart])

Sameer Naik and others added 30 commits June 24, 2019 00:19
redis-sentinel auto-discovers all the slaves running in the cluster, we only need to specify the masters to monitor.

Fixes helm#14766 where in the cluster goes into a error condition when the master node and one or more slave nodes are re-created at the same time.

Signed-off-by: Sameer Naik <sameersbn@vmware.com>
* Added support for advanced.config file

Signed-off-by: Radek Hodain <radek.hodain@konicaminolta.cz>

* bumped chart version

Signed-off-by: Radek Hodain <radek.hodain@konicaminolta.cz>

* removed unnecessary row

Signed-off-by: Radek Hodain <radek.hodain@konicaminolta.cz>
…#14997)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
* "tls" expect an array not a hash

Signed-off-by: BESANCON Vincent <vincent.besancon@faurecia.com>

* Bump version

Signed-off-by: BESANCON Vincent <vincent.besancon@faurecia.com>

* Document ingress.tls in README

Signed-off-by: BESANCON Vincent <vincent.besancon@faurecia.com>
* [stable/sonarqube] upgrade to 7.8

Create init-container that sets vm.max_map_count.
If this is not set sonarqube will not start because elasticsearch
requires this sysctl setting to be at least 262144.

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>

* [stable/sonarqube] Adapt to new TLS format in NOTES

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>
* Support filebeat 7.0.1
Signed-off-by: Theo Mathieu <tmathieu.github@fastmail.com>

* put back filebeat.config.modules
Signed-off-by: Theo Mathieu <tmathieu.github@fastmail.com>

* bump chart major version
Signed-off-by: Theo Mathieu <tmathieu.github@fastmail.com>
…apps.v1.StatefulSetSpec (helm#14436)

* fix: missing required field "serviceName" in io.k8s.api.apps.v1.StatefulSetSpec

Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>

* chore: bump chart version to 3.5.4

Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>

* fix: linting failed due to missing quotes

Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* Fix wrapper scripts in notes

Signed-off-by: Miiro Juuso <miiro.juuso@gmail.com>

* Bump chart version

Signed-off-by: Miiro Juuso <miiro.juuso@gmail.com>
…#14973)

* Add security context for default backend, remove nginx sa on default backend, update readme

Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com>

* Bump version

Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com>

* use run user at container level

Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com>
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
* [stable/fluent-bit] upgrade to fluent-bit v1.1.3

Signed-off-by: Asher Foa <asher@asherfoa.com>

* Use https in links.

Signed-off-by: Asher Foa <asher@asherfoa.com>
* [stable/external-dns] Add Bitnami team as maintainers.

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

* Fix Chart.yaml

Signed-off-by: juan131 <juan@bitnami.com>
Signed-off-by: Pawel Kalemba <pawel.kalemba@corp.ovh.com>
Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com>
Signed-off-by: Ryan Baker <ryan.andrew.baker@outlook.com>
…lm#14866)

* [stable/spinnaker] fix bug where spinnaker can't connect to minio

As reported in spinnaker itself [here](spinnaker/spinnaker#4431),
It doesn't appear to affect the current stable build, but it has problems with the nightly builds.

This change should innoculate us from that bug if it makes it through to a stable build.

Effectively the issue is that in the newer builds of spinnaker it attempts to use domain paths
for s3 access.  This means instead of trying to connect to `spinnaker-minio/spinnaker` which should
be valid dns for the minio service it tries to connect to `spinnaker.spinnaker-minio` and fails because
this is not valid dns for minio.

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>

* bump halyard version for cli arg needed

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>

* fix argument

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>

* fix version

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
Add missing affinity key

Signed-off-by: Pawel Kalemba <pawel.kalemba@corp.ovh.com>
…#15042)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Fix issue that init-container was not created when
used without any additional plugins.

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>
* fix issue 15002

Signed-off-by: Manuel Zapf <me@manuelzapf.io>

* address feedback

Signed-off-by: Manuel Zapf <me@manuelzapf.io>
Also remove unnessesary quotes

Signed-off-by: Nikolai Iurin <yurinnick93@gmail.com>
* add rabbitmq env variables

Signed-off-by: radu mazilu <radumazi2@gmail.com>

* add extra init containers

Signed-off-by: radu mazilu <radumazi2@gmail.com>

* PR changes

Signed-off-by: radu mazilu <radumazi2@gmail.com>

* Bump chart version

Signed-off-by: radu mazilu <radumazi2@gmail.com>
Signed-off-by: Alen Komljen <alen.komljen@live.com>
Signed-off-by: Andy Aldo Dharmawan <andyaldodharmawan@gmail.com>
* Allow to add more secrets

Allow to add an then mount secrets
For example certficates

Signed-off-by: Pawel Kalemba <pawel.kalemba@corp.ovh.com>

* Lint code ,add space as requested

Signed-off-by: Pawel Kalemba <pawel.kalemba@corp.ovh.com>
ThoTischner and others added 23 commits July 8, 2019 02:36
Signed-off-by: Thomas Tischner <tti@bitsbeats.com>
* [stable/redis] Add support to execute Redis as root

Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>

* Change Redis hardcoded data directory to the value at the Values.yaml when changing permissions deploying as root

Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
…elm#14028)

* [stable/minio] add a servicemonitor resource for Prometheus operator

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>

* Add some new parameters for ServiceMonitor

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>

* [stable/minio] Typo

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
* Prometheus ServiceMonitor added

Signed-off-by: Matteo Dell'Aquila <matteo.dellaquila@gmail.com>

*  app label uniformed, matchLabels fixed

Signed-off-by: Matteo Dell'Aquila <matteo.dellaquila@gmail.com>
* update autodisco config

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>

* adjust HOST_PORT

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>
When installing the chart in Google Cloud Platform the service account
can be fetched from metadata service. This commit removes validation
function which fails helm install when service account key or secret
are not explicitly configured.

Fixes helm#15298

Signed-off-by: Stanislav Blokhin <stanislav.blokhin@tomologic.com>
- Add finalizers to pvc
- Add persistence.finalizers to values.yaml
- Use default values.yaml for finalizers
- Bump patch version
- Added documentation to README.md

Signed-off-by: Jeff May <jeff.n.may@gmail.com>
* hlf-peer: multi channel support

Signed-off-by: Inzamam <inzamam.15@cse.mrt.ac.lk>

* hlf-peer: updated Readme.md

Signed-off-by: Inzamam <inzamam.15@cse.mrt.ac.lk>
Signed-off-by: Naseem <naseemkullah@gmail.com>
…. Removed bad fsGroup… (helm#14429)

* fix ranging of properties and remove invalid fsGroup property

Signed-off-by: Eric Greer <eric.greer@comcast.com>

* remove errant space

Signed-off-by: Eric Greer <EricGreer@Gmail.com>

* moving away from loop to avoid newline issues

Signed-off-by: Eric Greer <eric.greer@comcast.com>
Signed-off-by: Carlo Columna <carlo.columna@xero.com>
Use `ConfigMap` & `volumeMounts` to create extra config file in `/var/www/html/config`

Signed-off-by: Cedric Thiebault <cedric.thiebault@gmail.com>
* [stable/pomerium] bugfixes

fix config checksum: based on file and only for pods
deployment: fix missing resources field

Signed-off-by: Travis Groth <tgroth@gmail.com>

* [stable/pomerium] v0.1.0 release

- Expose metrics port and update documentation

- Bump chart and app version for v0.1.0 release

Signed-off-by: Travis Groth <tgroth@gmail.com>

* Fix lint error

Signed-off-by: Travis Groth <tgroth@gmail.com>

* Fix CI test policy

Signed-off-by: Travis Groth <tgroth@gmail.com>
Signed-off-by: Trevor Wood <Trevor.G.Wood@gmail.com>
…elm#15334)

* Allow provider.google without mounting secrets

When deloyed in GCP/GKE it is not necessary to provide these to
external-dns

Signed-off-by: DJ Mountney <david@twkie.net>

* Bump chart version to 2.1.2

Signed-off-by: DJ Mountney <david@twkie.net>
Support PSP with sensible default.

Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
…b Helm chart (helm#15324)

* loadBalancerSourceRanges can be specified for mongodb Helm chart

Signed-off-by: Peter Moffatt <peter.moffatt@prowler.io>

* Bump chart version

Signed-off-by: Peter Moffatt <peter.moffatt@prowler.io>

* Minor change to formatting

Signed-off-by: Peter Moffatt <peter.moffatt@prowler.io>
Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
Signed-off-by: Alen Komljen <alen.komljen@live.com>
* [stable/prometheus-mysql-exporter] Add docs param for servicemonitor

Signed-off-by: Julien Girardin <julien.girardin@scality.com>

* [stable/prometheus-mysql-exporter] Add serviceMonitor labels management

Signed-off-by: Julien Girardin <julien.girardin@scality.com>

* [stable/prometheus-mysql-exporter] Bump chart version to 0.5.1

Signed-off-by: Julien Girardin <julien.girardin@scality.com>
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
@cguertin14 cguertin14 requested a review from notarock July 9, 2019 14:46
@cguertin14 cguertin14 added the enhancement New feature or request label Jul 9, 2019
@cguertin14 cguertin14 self-assigned this Jul 9, 2019
@cguertin14 cguertin14 merged commit 6fbf56c into master Jul 9, 2019
@cguertin14 cguertin14 deleted the issue/up_to_date_with_origin branch July 9, 2019 19:01
cguertin14 pushed a commit that referenced this pull request Jul 31, 2019
* [stable/grafana] Allow secrets for sidecar (helm#13492)

Updated the sidecar image to version 0.0.18
This allows also using secrets for volume mounts
This way the dashboard and datasource import can be extended to those
datatypes

Signed-off-by: Sergej Herbert <herbert.sergej@gmail.com>

* [stable/grafana] Allow secret - review (helm#13492)

- keep the appVersion the same
- bump minor version
- add missing apostrophe

Signed-off-by: Sergej Herbert <herbert.sergej@gmail.com>

* [stable/grafana] Allow secret - review #2 (helm#13492)

- enable sidecar resource secrets and configmaps by default
- update readme to indicate secret preference for datasources

Signed-off-by: Sergej Herbert <herbert.sergej@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment