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 <[email protected]>
* Added support for advanced.config file

Signed-off-by: Radek Hodain <[email protected]>

* bumped chart version

Signed-off-by: Radek Hodain <[email protected]>

* removed unnecessary row

Signed-off-by: Radek Hodain <[email protected]>
* "tls" expect an array not a hash

Signed-off-by: BESANCON Vincent <[email protected]>

* Bump version

Signed-off-by: BESANCON Vincent <[email protected]>

* Document ingress.tls in README

Signed-off-by: BESANCON Vincent <[email protected]>
* [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 <[email protected]>

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

Signed-off-by: Jannis Oeltjen <[email protected]>
* Support filebeat 7.0.1
Signed-off-by: Theo Mathieu <[email protected]>

* put back filebeat.config.modules
Signed-off-by: Theo Mathieu <[email protected]>

* bump chart major version
Signed-off-by: Theo Mathieu <[email protected]>
…apps.v1.StatefulSetSpec (helm#14436)

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

Signed-off-by: Enrico Stahn <[email protected]>

* chore: bump chart version to 3.5.4

Signed-off-by: Enrico Stahn <[email protected]>

* fix: linting failed due to missing quotes

Signed-off-by: Enrico Stahn <[email protected]>
* Fix wrapper scripts in notes

Signed-off-by: Miiro Juuso <[email protected]>

* Bump chart version

Signed-off-by: Miiro Juuso <[email protected]>
…#14973)

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

Signed-off-by: LucasBoisserie <[email protected]>

* Bump version

Signed-off-by: LucasBoisserie <[email protected]>

* use run user at container level

Signed-off-by: LucasBoisserie <[email protected]>
* [stable/fluent-bit] upgrade to fluent-bit v1.1.3

Signed-off-by: Asher Foa <[email protected]>

* Use https in links.

Signed-off-by: Asher Foa <[email protected]>
* [stable/external-dns] Add Bitnami team as maintainers.

Signed-off-by: juan131 <[email protected]>

* Fix Chart.yaml

Signed-off-by: juan131 <[email protected]>
…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 <[email protected]>

* bump halyard version for cli arg needed

Signed-off-by: Paul Czarkowski <[email protected]>

* fix argument

Signed-off-by: Paul Czarkowski <[email protected]>

* fix version

Signed-off-by: Paul Czarkowski <[email protected]>
Add missing affinity key

Signed-off-by: Pawel Kalemba <[email protected]>
Fix issue that init-container was not created when
used without any additional plugins.

Signed-off-by: Jannis Oeltjen <[email protected]>
* fix issue 15002

Signed-off-by: Manuel Zapf <[email protected]>

* address feedback

Signed-off-by: Manuel Zapf <[email protected]>
Also remove unnessesary quotes

Signed-off-by: Nikolai Iurin <[email protected]>
* add rabbitmq env variables

Signed-off-by: radu mazilu <[email protected]>

* add extra init containers

Signed-off-by: radu mazilu <[email protected]>

* PR changes

Signed-off-by: radu mazilu <[email protected]>

* Bump chart version

Signed-off-by: radu mazilu <[email protected]>
* Allow to add more secrets

Allow to add an then mount secrets
For example certficates

Signed-off-by: Pawel Kalemba <[email protected]>

* Lint code ,add space as requested

Signed-off-by: Pawel Kalemba <[email protected]>
ThoTischner and others added 23 commits July 8, 2019 02:36
* [stable/redis] Add support to execute Redis as root

Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>

* 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 <[email protected]>
…elm#14028)

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

Signed-off-by: Sébastien Prud'homme <[email protected]>

* Add some new parameters for ServiceMonitor

Signed-off-by: Sébastien Prud'homme <[email protected]>

* [stable/minio] Typo

Signed-off-by: Sébastien Prud'homme <[email protected]>
* Prometheus ServiceMonitor added

Signed-off-by: Matteo Dell'Aquila <[email protected]>

*  app label uniformed, matchLabels fixed

Signed-off-by: Matteo Dell'Aquila <[email protected]>
* update autodisco config

Signed-off-by: rabbitstack <[email protected]>

* adjust HOST_PORT

Signed-off-by: rabbitstack <[email protected]>
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 <[email protected]>
- 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 <[email protected]>
* hlf-peer: multi channel support

Signed-off-by: Inzamam <[email protected]>

* hlf-peer: updated Readme.md

Signed-off-by: Inzamam <[email protected]>
…. Removed bad fsGroup… (helm#14429)

* fix ranging of properties and remove invalid fsGroup property

Signed-off-by: Eric Greer <[email protected]>

* remove errant space

Signed-off-by: Eric Greer <[email protected]>

* moving away from loop to avoid newline issues

Signed-off-by: Eric Greer <[email protected]>
Use `ConfigMap` & `volumeMounts` to create extra config file in `/var/www/html/config`

Signed-off-by: Cedric Thiebault <[email protected]>
* [stable/pomerium] bugfixes

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

Signed-off-by: Travis Groth <[email protected]>

* [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 <[email protected]>

* Fix lint error

Signed-off-by: Travis Groth <[email protected]>

* Fix CI test policy

Signed-off-by: Travis Groth <[email protected]>
…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 <[email protected]>

* Bump chart version to 2.1.2

Signed-off-by: DJ Mountney <[email protected]>
Support PSP with sensible default.

Signed-off-by: Kevin Lefevre <[email protected]>
…b Helm chart (helm#15324)

* loadBalancerSourceRanges can be specified for mongodb Helm chart

Signed-off-by: Peter Moffatt <[email protected]>

* Bump chart version

Signed-off-by: Peter Moffatt <[email protected]>

* Minor change to formatting

Signed-off-by: Peter Moffatt <[email protected]>
* [stable/prometheus-mysql-exporter] Add docs param for servicemonitor

Signed-off-by: Julien Girardin <[email protected]>

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

Signed-off-by: Julien Girardin <[email protected]>

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

Signed-off-by: Julien Girardin <[email protected]>
Signed-off-by: Carlos Rodriguez Hernandez <[email protected]>
@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 <[email protected]>

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

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

Signed-off-by: Sergej Herbert <[email protected]>

* [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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment