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

merge upstream #1

Merged
merged 60 commits into from
Mar 14, 2020
Merged

merge upstream #1

merged 60 commits into from
Mar 14, 2020

Conversation

wmcdona89
Copy link
Owner

Is this a new chart

NOTE: We're experiencing a high volume of PRs to this repo and reviews will be delayed. Please host your own chart repository and submit your repository to the Helm Hub instead of this repo to make them discoverable to the community. Here is how to submit new chart repositories to the Helm Hub.

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/mychartname])

yuchaoran2011 and others added 30 commits March 9, 2020 17:41
…1304)

* [stable/prometheus-operator] Bump operator version. Closes #20503

Signed-off-by: Jean Baptiste Favre <[email protected]>

* [stable/prometheus-operator] Update README

Signed-off-by: Jean Baptiste Favre <[email protected]>

* [stable/prometheus-operator] Bump prometheus-config-reloader image tag

Signed-off-by: Jean Baptiste Favre <[email protected]>
Add the ability to use custom labels to daemonset.

Signed-off-by: Markos Chandras <[email protected]>
…ith IRSA (#21305)

* fix(atlantis): Updating AWS to not require 'credentials' for use with IRSA

Signed-off-by: Scott Crooks <[email protected]>

* fix(atlantis): Only making 'credentials' optional

Signed-off-by: Scott Crooks <[email protected]>
- Install variables before running initdb; custom connections
  may require variables to be defined.

- Install connections before running initdb; models may
  depend on custom db connections.

- Fix URI-style connections: `--conn_type` and `--conn_uri` are
  not compatible flags.

- Fix the default "variables:" value in values.yaml: this should
  be a string with a JSON object inside, not a yaml map, and
  this caused confusing warning output from coalesce.go.

Signed-off-by: Nathan J. Mehl <[email protected]>
* bitnami/influxdb was stated in the upgrade section instead of stable/postgresql

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

* bump patch version

Signed-off-by: semyont <[email protected]>
The new version brings the following fixes

- Fixed several potential busy loops
- Added a k8s-exporter-heartbeat-period flag to make the heart beat period of K8s exporter configurable.
- Fixed a potential NPD panic caused by close of closed channel
- Added Stackdriver exporter for NPD
- Collect a lot more useful CPU/disk/memory metrics
- Fix a few metric units for disk metrics and the calculation for disk_avg_queue_len
- Fix the first 0 value metrics reported for disk_avg_queue_len
- Improve network_problem.sh to support nf_conntrack and report error when conntrack table is 90% full.
- Support host_uptime metrics for CentOS

Signed-off-by: Markos Chandras <[email protected]>
* add nodeSelector

Signed-off-by: Victor SALAUN <[email protected]>

* Update stable/kube-ops-view/templates/deployment.yaml

Co-Authored-By: Stella Coëpeau <[email protected]>
Signed-off-by: Victor SALAUN <[email protected]>

* Update stable/kube-ops-view/templates/deployment.yaml

Co-Authored-By: Stella Coëpeau <[email protected]>
Signed-off-by: Victor SALAUN <[email protected]>

Co-authored-by: Stella Coëpeau <[email protected]>
This allows for compatibility with istio-enabled setups, which need the port name to start with `http`

Signed-off-by: Mike Bryant <[email protected]>
…r Rules (#21387)

* Bump chart version

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

* Update README.md

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

* Add values and example rules

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

* Add prometheusrule template

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

* Uncommented parameters / removed trailing space

Signed-off-by: dahei <[email protected]>
Carlos Rodríguez Hernández and others added 26 commits March 11, 2020 11:18
…r pods (#21423)

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <[email protected]>

Signed-off-by: Brian Hawley <[email protected]>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <[email protected]>

Signed-off-by: Brian Hawley <[email protected]>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <[email protected]>

Signed-off-by: Brian Hawley <[email protected]>

* bumping chart version

Signed-off-by: Brian Hawley <[email protected]>

Co-authored-by: Brian Hawley <[email protected]>
remove local scope on $scheme in if-block, otherwise always "http"

Signed-off-by: Brien Dieterle <[email protected]>
Signed-off-by: Michal Koziorowski <[email protected]>

Co-authored-by: Michal Koziorowski <[email protected]>
* [stable/datadog] Introduce processAgent.processCollection to correctly configure DD_PROCESS_AGENT_ENABLED

Signed-off-by: Ivan Ilichev <[email protected]>

* Change the default for processCollection to false in accordance with process agent settings

Signed-off-by: Ivan Ilichev <[email protected]>

* Update chart version

Signed-off-by: Ivan Ilichev <[email protected]>
The init order change in #21368
was the wrong solution to the problem at hand (circular dependencies
between a custom db hook and initdb) and can create init failures
when installing with a blank db.  Reverting.

Signed-off-by: Nathan J. Mehl <[email protected]>
…21436)

* [stable/falco] add headless service for falco gRPC server

Signed-off-by: Leonardo Grasso <[email protected]>

* [stable/falco] gRPC certificates configuration

Signed-off-by: Leonardo Grasso <[email protected]>

* [stable/falco] Update CHANGELOG.md and bump version

Signed-off-by: Leonardo Grasso <[email protected]>
…n to v1.16.0 (#21435)

* Upgrade the New Relic k8s integration to v1.16.0

Signed-off-by: Douglas Camata <[email protected]>

* Bump chart's patch instead of minor version

Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: gowrisankar <[email protected]>

Co-authored-by: gowrisankar <[email protected]>
…n hybrid clusters (#20613)

* Ensure manager job gets run on an amd64 in hybrid clouds

- zenko/kafka-manager docker image is only available for amd64 so ensure job doesn't get scheduled on unsupported architecture

Signed-off-by: Jon Stelly <[email protected]>

* Bump chart version

Signed-off-by: Jon Stelly <[email protected]>

* Version bump

Signed-off-by: Jon Stelly <[email protected]>
* Add serviceMonitor to chartmuseum chart

Signed-off-by: Philippe Dagenais <[email protected]>

* Remove unneeded ) -- fix linting

Signed-off-by: Philippe Dagenais <[email protected]>
* [stable/spinnaker] update spinnaker dependencies

Signed-off-by: Robbert Rijkse <[email protected]>

* Fix requirements.lock CI error

Signed-off-by: Robbert Rijkse <[email protected]>

* Update Minio default values
Signed-off-by: Robbert Rijkse <[email protected]>

* bump version to 2.0.0-rc1

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

* update spinnaker version to latest patch release 

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

* update halyard config for minio bucket changes

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

Co-authored-by: Paul Czarkowski <[email protected]>
@wmcdona89 wmcdona89 merged commit 6301ab1 into wmcdona89:master Mar 14, 2020
wmcdona89 pushed a commit that referenced this pull request Jun 1, 2020
…m#22593)

* [stable/jenkins] add yamlMergeStrategy to default agent

Signed-off-by: Kevin Lefevre <[email protected]>

* review #1

Signed-off-by: Kevin Lefevre <[email protected]>
wmcdona89 pushed a commit that referenced this pull request Aug 30, 2020
…m#22593)

* [stable/jenkins] add yamlMergeStrategy to default agent

Signed-off-by: Kevin Lefevre <[email protected]>

* review #1

Signed-off-by: Kevin Lefevre <[email protected]>
wmcdona89 pushed a commit that referenced this pull request Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.