Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Make liveness and readiness probes configurable #19637

Conversation

mrtndwrd
Copy link
Contributor

What this PR does / why we need it:

Closes #19623

Which issue this PR fixes

Special notes for your reviewer:

Tagging the maintainers so this can be merged quickly

@geekgonecrazy @pierreozoux @verwilst @srueg

Checklist

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

@helm-bot helm-bot added Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 17, 2019
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Dec 17, 2019
@k8s-ci-robot
Copy link
Contributor

Hi @mrtndwrd. Thanks for your PR.

I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

stable/rocketchat/README.md Outdated Show resolved Hide resolved
stable/rocketchat/README.md Outdated Show resolved Hide resolved
@srueg
Copy link
Collaborator

srueg commented Dec 17, 2019

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Dec 17, 2019
@mrtndwrd mrtndwrd force-pushed the 19623-make-liveness-and-readiness-probes-configurable branch from 1f0b680 to 8ba9bdc Compare December 17, 2019 11:04
@mrtndwrd
Copy link
Contributor Author

Thanks for the suggestions! I amended the previous commit with the right README values

@mrtndwrd
Copy link
Contributor Author

pull-charts-e2e failed. What does this test do? Is it related to my changes?

@srueg
Copy link
Collaborator

srueg commented Dec 17, 2019

/test pull-charts-e2e

@davidkarlsen
Copy link
Member

/retest

@mrtndwrd
Copy link
Contributor Author

@srueg it seems like these test failures are not related to the rocketchat chart? If I understand the logs correctly it starts the pods correctly, everything's fine, then something weird happens..? I don't think I have access to the test source, so I can't really see what causes this python error:

...
 I1217 14:38:09.624] ========================================================================================================================
I1217 14:38:09.624] Deleting release 'rocketchat-q4ipib8tcc'...
I1217 14:38:10.680] release "rocketchat-q4ipib8tcc" deleted
I1217 14:38:10.684] Deleting namespace 'rocketchat-presubmit-19637-1206943879878676480-q4ipib8tcc'...
I1217 14:38:10.983] namespace "rocketchat-presubmit-19637-1206943879878676480-q4ipib8tcc" deleted
I1217 14:38:49.895] Namespace 'rocketchat-presubmit-19637-1206943879878676480-q4ipib8tcc' terminated.
I1217 14:38:49.896] Error linting and installing charts: Error processing charts
I1217 14:38:49.896] ------------------------------------------------------------------------------------------------------------------------
I1217 14:38:49.896]  ✖︎ rocketchat => (version: "2.0.1", path: "stable/rocketchat") > Error waiting for process: exit status 1
I1217 14:38:49.896] ------------------------------------------------------------------------------------------------------------------------
I1217 14:38:50.357] b682dc5dabd91826a24abc9849467f3bd353d0e4001e9e8db00a048e5e689d5f
W1217 14:38:50.370] Traceback (most recent call last):
W1217 14:38:50.370]   File "/workspace/./test-infra/jenkins/../scenarios/execute.py", line 50, in <module>
W1217 14:38:50.370]     main(ARGS.env, ARGS.cmd + ARGS.args)
W1217 14:38:50.370]   File "/workspace/./test-infra/jenkins/../scenarios/execute.py", line 41, in main
W1217 14:38:50.371]     check(*cmd)
W1217 14:38:50.371]   File "/workspace/./test-infra/jenkins/../scenarios/execute.py", line 30, in check
W1217 14:38:50.371]     subprocess.check_call(cmd)
W1217 14:38:50.371]   File "/usr/lib/python2.7/subprocess.py", line 190, in check_call
W1217 14:38:50.371]     raise CalledProcessError(retcode, cmd)
W1217 14:38:50.371] subprocess.CalledProcessError: Command '('./test/e2e.sh',)' returned non-zero exit status 1 

@mrtndwrd
Copy link
Contributor Author

@srueg @davidkarlsen is there anything I can do to speed up this process? I need this change for my project and I don't like having to use my own fork to install the chart. If you can point me to why the test is failing I'd be happy to fix it

/retest

@verwilst
Copy link
Collaborator

/test pull-charts-e2e

@srueg
Copy link
Collaborator

srueg commented Dec 19, 2019

I also don't know the test setup that well and can't see the obvious error. I'll take another look.

@srueg
Copy link
Collaborator

srueg commented Dec 19, 2019

I opened another PR without any changes to test the CI process: #19696 which also failed.

You can find the logs here: https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/helm_charts/19637/pull-charts-e2e/1207613472548851712/

It seems that the Rocke.Chat container crashes for some reason. Unfortunately the logs only show the current pod which didn't fail (or didn't log anything).

@srueg
Copy link
Collaborator

srueg commented Dec 19, 2019

Maybe @unguiculus could give us a hand here?

@srueg
Copy link
Collaborator

srueg commented Dec 19, 2019

/lgtm

@k8s-ci-robot k8s-ci-robot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Dec 19, 2019
@stale
Copy link

stale bot commented Jan 19, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

@stale stale bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 19, 2020
Copy link
Contributor

@pierreozoux pierreozoux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm sorry for delay

@stale stale bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 19, 2020
@stale
Copy link

stale bot commented Feb 18, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

@stale stale bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 18, 2020
@mrtndwrd
Copy link
Contributor Author

Hi, this MR has been approved by 1 reviewer. Some tests still fail, but that shouldn't be due to my changes. Do you want me to merge master into this branch to see if that fixes the problem? Or can it otherwise be approved by a second reviewer? Thanks!

@stale stale bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 24, 2020
@srueg
Copy link
Collaborator

srueg commented Feb 24, 2020

Yes, let's try to merge (or rebase) master. The tests are required to succeed in order to merge it...

@mrtndwrd mrtndwrd force-pushed the 19623-make-liveness-and-readiness-probes-configurable branch from 8ba9bdc to 2a13bf1 Compare February 24, 2020 13:25
@k8s-ci-robot k8s-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Feb 24, 2020
@helm-bot helm-bot removed the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Feb 24, 2020
Signed-off-by: Maarten de Waard <maarten@greenhost.nl>
@mrtndwrd mrtndwrd force-pushed the 19623-make-liveness-and-readiness-probes-configurable branch from 2a13bf1 to 8b80ebd Compare February 24, 2020 13:26
@helm-bot helm-bot added the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Feb 24, 2020
@mrtndwrd
Copy link
Contributor Author

I0224 13:28:26.352] Installing chart with values file 'stable/rocketchat/ci/ci-values.yaml'...
I0224 13:28:26.352] 
I0224 13:38:28.077] Error: release rocketchat-o311slu9hb failed: timed out waiting for the condition
I0224 13:38:28.078] ========================================================================================================================
I0224 13:38:28.078] ........................................................................................................................
I0224 13:38:28.079] ==> Events of namespace rocketchat-presubmit-19637-1231933663680139264-o311slu9hb
I0224 13:38:28.079] ........................................................................................................................ 

Should I increase the timeout in values.yaml?

@srueg
Copy link
Collaborator

srueg commented Feb 24, 2020

No idea why this fails. In the logs it looks like RocketChat successfully starts up...
Which timeout would you increase? You could also change this in ci/ci-values.yaml if it's specific to CI

@mrtndwrd
Copy link
Contributor Author

/retest

Hmm, I'm not sure which timeout it runs into exactly, TBH. On slow systems, we have seen that pods get restarted because they don't react to the liveness probe in time, so we've increased the livenessProbe.initialDelaySeconds for other projects.

We can also try to retest to see if it's a consistent problem

@mrtndwrd
Copy link
Contributor Author

mrtndwrd commented Mar 3, 2020

/retest

@mrtndwrd
Copy link
Contributor Author

mrtndwrd commented Mar 3, 2020

Yay, test finally succeeded!

@srueg
Copy link
Collaborator

srueg commented Mar 3, 2020

/approve

@srueg
Copy link
Collaborator

srueg commented Mar 3, 2020

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 3, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mrtndwrd, srueg

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 37ee9dc into helm:master Mar 3, 2020
k8s-ci-robot added a commit that referenced this pull request Mar 26, 2020
… release (#21610)

* [bitnami/mariadb] Use buster in README example (#20733)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.8 (#21061)

* [stable/prestashop] Release 9.1.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Release 7.0.8 (#21059)

* [stable/orangehrm] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Release 13.0.3 (#21064)

* [stable/odoo] Release 13.0.3 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Release 7.1.9 (#21070)

* [stable/joomla] Release 7.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.8 (#21074)

* [stable/jasperreports] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Changed RabbitMQ TLS secret type to kubernetes.io/tls. Can use cert-manager created secrets with this chart now. (#20907)

Signed-off-by: Charalampos Kaidos <ckaidos@intracom-telecom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Change generated comments synatx to Helm template comments. (#21085)

Signed-off-by: Valentin Zayash <valioozz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* - Adjust ES and mongodb secret name defaults to avoid potential collision with graylog secret (#21071)

- Allow prepending http scheme to the ES uri fetched from a secret

Signed-off-by: Mohamed Hazem <mhaz@hellofresh.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog][v2.0.1] improve logs fields (#21086)

Co-Authored-By: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

Co-authored-by: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [incubator/vault] Support additional selector for Vault service (#20995)

* [incubator/vault] Support additional selector for Vault service

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Fix typo

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.7 (#21117)

* [stable/osclass] Release 7.0.7 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.4 (#21104)

* [stable/moodle] Release 7.2.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.9 (#21119)

* [stable/jasperreports] Release 7.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.4 (#21120)

* [stable/testlink] Release 7.1.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add Adnan and Nedim to OWNERS file (#21121)

Signed-off-by: Ciprian Hacman <ciprian.hacman@sematext.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-nats-exporter]: add prometheus-operator servicemonitor support (#21088)

Signed-off-by: Alex Snast <alexsn@fb.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move WP to non-root (#21099)

* [stable/wordpress] Move WP to non-root

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

* [stable/wordpress] Update components versions

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

* README fixes and issue with validation

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

Co-authored-by: Bitnami Bot <containers-bot@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Use the new api for ingress (#21049)

Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator ] Bump operator version, update dependencies (#20572)

* Fix CRD annotations, bump operator version

Alter port on node-exporter because CI is down

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update dependent charts to latest

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update readme and cleanup-attempt template

Signed-off-by: vas <vasily.sliouniaev@jet.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] README incorrect example (#20804)

Within the README file there was an incorrect example where env.username
was given rather then env.email.

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update percona to 5.7.26 and fix manifest to use apps/v1 (#20164)

* Update percona to 5.7.26 and fix manifest to use apps/v1

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>

* Version bump

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Allow using initContainer to set volume permissions (#21019)

* [stable/chartmuseum] Use initContainer to set the permissions when securityContext is not available

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Use .Values.persistence.path for the PV mount path

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Correct the variable name in the readme

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Revert the changes to incubator chart

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-adapter] Do not create custom metrics rbac (#20900)

Commit b7afaf9d8875f6aa1cfed4c0422cb28e51d823a3 ("do not create
apiservice when not needed") from PR #20883 disabled the custom API
Service when no custom rules are used. However, we also need to not
deploy the cluster role as it has no use.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix test race condition (#20967)

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor (#21093)

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>

* [stable/rabbitmq-ha]: bumps chart version

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] fix setting env vars (#21106) (#21106)

Signed-off-by: Brendan Germain <brendan.germain@nasdaq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Added configmapReload.enabled parameter (#20578) (#20912)

* Added configmapReload.enabled parameter (#20578)

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Splitted configmapReload parameters

It's now possible to independently change the parameters of the two
configmapReload containers using configmapReload.prometheus.* and
configmapReload.alertmanager.* parameters.

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Bumped chart version

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] Pr modifies pgadmin to accept enhanced_cookie_protection  env to fix ingress issue #18568 (#21045)

* False and True should be forced otherwise it will be interpreted as boolean

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* updates enhanced_cookie_protection

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* adds the documentation of enhanced_cookie_protection in pgadmin

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* as discussed I upgrade to 1.2.2

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* Updates README.md to adds default env variables

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* update README.md : the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Added fullname as prefix for init-scripts configmap name. (#21110)

* Added fullname as prefix for init-scripts configmap name.

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>

* Update Chart.yaml

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Upgrade to latest release 1.3.0 (#21101)

Signed-off-by: Mike Unke <unke@b1-systems.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update eventrouter to v0.3 (#21140)

Signed-off-by: blakeroberts-wk <blake.roberts@workiva.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] annotation fix (#21155)

* annotation fix
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>

* use with operator
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use ksm chart for ksm (#21148)

By leveraging the ksm chart we are deduplicating community effort.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore: use the new api for ingress (#20648)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] updateStrategy added when useStatefulSet is true and serviceName added. (#21150)

* updateStrategy added when useStatefulSet is true and serviceName added.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>

* typo fix.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Fix issue with port number when using external dbs (#21172)

Signed-off-by: juan131 <juan@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [mssql/linux] Allow setting tolerations, affinity, and securityContext (#20745)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21173)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21174)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Add podLabels support (#21083)

Signed-off-by: Joffrey Janiec <jjaniec@student.42.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] match minReplicas to the documentation (#21184)

Signed-off-by: Heechul Ryu <ryuhcii@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Additional auth job variables (#21075)

* Adding hookDeletePolicy variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Adding backoffLimit variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Bumping chart version.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #93 from gurbuzali/jet-4.0 (#21182)

* Merge pull request #93 from gurbuzali/jet-4.0

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.8 (#21143)

* [stable/osclass] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.5 (#21145)

* [stable/testlink] Release 7.1.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Release 9.1.11 (#21192)

* [stable/ghost] Release 9.1.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.5 (#21152)

* [stable/moodle] Release 7.2.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Upgrade to latest agent version (9.6.1) (#21213)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [newrelic-infra] Bump chart to latest version (#21187)

Signed-off-by: Lennert Claeys <lclaeys@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Add sidecars support (#21188)

* [stable/postgresql] Add sidecars support

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

* Fix if

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] update pluging versions (#21205)

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/consul] updated templating for ingress host (#21207)

Signed-off-by: Yatharth Sharma <yatharth0045@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nextcloud] add subPath option (#21210)

* [stable/nextcloud] add subPath option

[Why]
The user will now be able to specify nextcloud.persistence.subPath and
it will automatically set each of the nextcloud-data mounts properly

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] bump chart version to 1.9.2

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] document persistence.subPath option

Signed-off-by: Samantha McVey <samantham@posteo.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update README.md (#19876)

bump version

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Support tmpl files which are not YAML (#21208)

Signed-off-by: Malte Krupa <github-nqyroppg@nafn.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] be able to change git sync target (#21217)

Helpful when you want to sync to a subdir

Signed-off-by: Steffen Tautenhahn <stevie-@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #103 from eminn/security-context (#21219)

* Merge pull request #103 from eminn/security-context

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/traefik] Add distinct container SecurityContext tunable (#20743) (#20887)

* [stable/traefik] Add distinct container SecurityContext tunable (#20743)

Signed-off-by: David Kirchner <dpk@dpk.net>

* [stable/traefik] Update new securityContext K8S API links to something more up to date

Signed-off-by: David Kirchner <dpk@dpk.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Make liveness and readiness probes configurable (#19637)

Signed-off-by: Maarten de Waard <maarten@greenhost.nl>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drone] Add deprecation note in favor of official Charts (#21151)

* [stable/drone] Add deprecation note in favor of official Charts

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* bump chart version number

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* remove maintainers to pass linting

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow configuring terminationGracePeriodSeconds (#21072)

Signed-off-by: Jocelyn Lussier <jocelyn.lussier2@montreal.ca>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] allow gRPC configuration using values (#21225)

* [stable/falco] allow gRPC configuration using values

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] Update CHANGELOG.md

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] chart version bump

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use selectorLabels helper in headless service (#21196)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis-ha] Fix label selector of haproxy servicemonitor (#20209)

* [stable/redis-ha] Fix label selector of haproxy servicemonitor

The old servicemonitor did not actually match the deployed service,
because the service uses redis-ha.fullname as a label
(https://github.com/helm/charts/blob/master/stable/redis-ha/templates/redis-haproxy-service.yaml#L9)
but the servicemonitor matches redis-ha.name.

Signed-off-by: Max Rosin <m.rosin@syseleven.de>

* Raise chart version after rebase

Signed-off-by: Max Rosin <git@hackrid.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21231)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21234)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Upgrade to v0.10.0 (#21238)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore(grafana): update grafana version (#21214)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Merge pull request #104 from eminn/fsGroup-helm3-fix (#21239)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cerebro] Add ability to set tls skip verify via vaules file (#21178)

* Update Chart.yaml

Signed-off-by: Raul Garcia <garcia@denic.de>

* Add ability skip tls verification

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update configmap.yaml

fixed mixed behavior

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update stable/cerebro/Chart.yaml

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

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add missing permission for volumeattachments collector (#21079)

When enabling the volumeattachments collector, the following error is
logged without this permission:

Failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "XXXXX:kube-state-metrics" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope

Signed-off-by: Fabrice Rabaute <fabrice@arista.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* make configurable securityContext at statefulset spec level (#102) (#21218)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elastic-stack] update requirements for 1.16 (#18620)

Signed-off-by: a1kemist <lsnelson33@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] feature: add support for extra containers and volumes (#20875)

* add support for extra containers and volumes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* fix: updated the pull request with recommended changes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* update the chart version to `3.12.0`

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [sonatype-nexus] provide granular resource requests to nexus backup container (#21123)

Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Add ThanosRuler resources to ClusterRole (#21190)

* Add ThanosRuler resources to ClusterRole

Signed-off-by: Steve Buzonas <steve@fancyguy.com>

* Bump chart version

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix hard-coded path and default to "/" (#21253)

* fix hard-coded path and default to "/"

Signed-off-by: Joe Steffee <jsteffee@flexera.com>

* bump version

Signed-off-by: Joe Steffee <jsteffee@flexera.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Enable all collectors by default (#21245)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Deprecate sonatype-nexus chart (#21255)

Signed-off-by: Rob Kernick <rjkernick@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] reuse existing service account (#21204)

* [stable/cluster-autoscaler] reuse existing service account

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>

* refactor service account name in values.yaml

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [prometheus/stable] auto import of dashboards with helm template(helm 3) (#21263)

* [prometheus/stable] auto import of dashboards with helm template(helm 3)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

* Fix the chart version

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankarm <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Only create PSP RBAC if rbac.create is true. (#19986)

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Fix secret key path in deployment (#21259)

* Update secret key path in deployment

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Clarify use of SSL connections in redis address

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Update chart version

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch-curator] load envs from secrets first (#20874)

* [stable/elasticsearch-curator] load envs from secrets first

allows using environment variable composition with env
variables that are loaded from secrets (e.g. for loading
a HTTP password and then compositing it into a full
basic auth env variable).

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>

* stable/elasticsearch-curator: bump version

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/memcached] fixes updateStrategy for Deployment (#18989)

* [stable/memcached] fixes updateStrategy for Deployment

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] add enforcedNamespaceLabel option to the prom operator (#21132)

Signed-off-by: Will Salt <williamejsalt@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Revert "Mount the directory containing the CRI socket instead of the socket itself" (#21268)

This reverts commit 24b4881ecb9ae7c4368359d59df4fcc968493356.

Fixes #21223

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] add instruction to make it work with nlb (#21260)

* add instruction to make it work with nlb

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* configurable upgrade strategy type (#21272)

The default is 'Recreate' in order to avoid issues with multi-attach
volmue errors

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Namespace override (#21203)

Signed-off-by: Mohammad Forutan <mforutan@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix(values): move maxmindLicenseKey under controller (#21282)

Signed-off-by: azman0101 <azman0101@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Set rollingUpdate to null when strategy is Recreate (#21289)

This change improves handling of deployment strategy parameters:

1) Improve documentation on strategy parameters.

2) Document & use alertmanager.strategy.type, which was present in
   values.yaml but unused. Alertmanager was previous using server.strategy

3) Set strategy.rollingUpdate to null when strategy.type is 'Recreate'.
   This is necessary to prevent the following error on an upgrade
   switching the strategy type from 'RollingUpdate' to 'Recreate':

   ```
   UPGRADE FAILED: Deployment.apps "prometheus-server" is invalid:
   spec.strategy.rollingUpdate: Forbidden: may not be specified
   when strategy `type` is 'Recreate'
   ```

Signed-off-by: Alexandre Rebert <alex@forallsecure.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)

* [stable/postgresql] Setting kubernetes version to KubeVersion.Version and defaulting to deprecated KubeVersion.GitVersion

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Bumping chart version

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Added kubeVersion helper that works in Helm 2.x and 3.x

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Simplified kubeVersion helper function

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Release 8.0.9 (#21278)

* [stable/suitecrm] Release 8.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.9 (#21270)

* [stable/prestashop] Release 9.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Release 9.0.11 (#21279)

* [stable/phabricator] Release 9.0.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.9 (#21280)

* [stable/drupal] Release 6.2.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/graylog Adding the possibility of specifying your own URI for the GeoLite DDBB location (#21267)

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:41:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

	modified:   Chart.yaml
bumped Chart.yaml version

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
	modified:   README.md

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch] Adds imagePullSecrets to test image (#21048)

Signed-off-by: Marcos Estevez <marcos.stvz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Fix roles for k8s >1.15 (#21261)

Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/fluentd] Enable use of statefulset without autoscaling (#19668)

Signed-off-by: Dale Tristram <dale.tristram@sprinthive.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns]use the latest GH link of externaldns (#21291)

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Revert "[stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)" (#21308)

This reverts commit 6b848abd21a2c8fd0acfba751282f404162a30e5.

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] Added 'topicPermission' key in definitions.json secret (#20656)

* Added the possibility of adding "topic_prmissions" key in definitions.json

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Version Bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Fixing version bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21232)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kapacitor] Chart deprecation (#21247)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.10 (#21297)

* [stable/drupal] Release 6.2.10 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Release 8.1.6 (#21299)

* [stable/owncloud] Release 8.1.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21233)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Chart deprecation (#21246)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] deprecated (#21275)

* [stable/pgadmin] deprecated

Moved towards a new repo: https://github.com/rowanruseler/helm-charts

helm hub: https://hub.helm.sh/charts/runix/pgadmin4

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* [stable/pgadmin] duplication of key description

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Adding captive portal service (#21241)

* [stable/unifi] Adding captive portal service
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Annnd bumping version
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* Added an enabled switch

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixing feedbacks

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Adding captive portal ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Better table formatting

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixed ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

Co-authored-by: Arno DUBOIS <arnodubois@sweetpunk.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chaoskube] Support adding pod labels. (#20914)

Signed-off-by: Afolabi Badmos <afolabi@badmos.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] allow ingress to have empty host (#21315)

Allow enabling ingress with a host not set. Currently, it's not possible
if we want to enable ingress, but does not want to set a host for the
ingress rule.

With this patch, if you set the host to be an empty string, the host
field in the Ingress rule won't be set, allowing all inbound traffic
regardless of the host used.

Tested with this values:

```yaml
ingress:
  enabled: true
  hosts:
  - ""
```

```bash
$ helm template . myvalues.yaml
...
kind: Ingress
metadata:
  name: release-name-minio
  labels:
    app: minio
    chart: minio-5.0.12
    release: release-name
    heritage: Tiller
spec:
  rules:
    - http:
        paths:
          - path: /
            backend:
              serviceName: release-name-minio
              servicePort: 9000
```

Signed-off-by: Jie Yu <yujie.jay@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] remove references for old env docs (#21318)

Signed-off-by: Harshavardhana <harsha@minio.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Fixed some mistakes with nodePort (#21320)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Ingress was not referring to the good service (#21321)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Fix trace agent and useConfigMap (#21317)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>

Co-authored-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] ClusterRole leases and version bump to 1.17.1 (#21311)

* fix(cluster-autoscaler): ClusterRole leases and version bump to 1.17.1

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

* docs(cluster-autoscaler): Adding version to README.md

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq] Move chart to distributed bitnami repository (#21310)

* Deprecate Rabbitmq chart

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Add text to README and NOTES

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Fix wording

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Added custom volume support (#21285)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.6 (#21314)

* [stable/moodle] Release 7.2.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Honor image pull policy in init containers (#21298)

* [stable/datadog] Honor image pull policy setting in init containers

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Pass DD_CRI_SOCKET_PATH to the init container

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Bump version and fill changelog

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* daemonset.useDedicatedContainers should be removed

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

Co-authored-by: Matt Canty <56073682+matt-canty-dragon@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis] Move chart to distributed bitnami repository (#21333)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow]Add optional security context to airflow deployments (#21024)

* Add optional security context to airflow deployments

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* Address a typo in README.md

Signed-off-by: Ziyang Liu <zliu@chanzuckerberg.com>
Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* update version

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

Co-authored-by: Ziyang Liu <zliu@chanzuckerbreg.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] Allow projected volumes in controller-psp.yaml (#21322)

Signed-off-by: Karl-Philipp Richter <krichter@posteo.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/instana-agent] Chart version 1.0.24 (#21350)

Signed-off-by: Instana CD <instanacd@instana.com>

Co-authored-by: Instana CD <instanacd@instana.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed a compatibility issue with K8s 1.11 (#21353)

Signed-off-by: Chaoran Yu <yuchaoran2011@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

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

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

* [stable/prometheus-operator] Update README

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Fix for mounting CA certs from host (#21346)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector] Add custom labels to daemonset (#21334)

Add the ability to use custom labels to daemonset.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow to override AlertManager's target port (#21251)

Signed-off-by: Mickaël Canévet <mickael.canevet@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/atlantis] Updating AWS to not require 'credentials' for use with IRSA (#21305)

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Update latest agent version (9.7.0) (#21357)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update grafana version to include fix from #21196 (#21271)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Airflow updates (#21368)

- 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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] - Fix readme typo (#21256)

* bitnami/influxdb was stated in the upgrade section instead of stable/postgresql

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

* bump patch version

Signed-off-by: semyont <semyont@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector]: Bump to 0.8.1 NPD (#21360)

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 <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-ops-view] Add nodeSelector (#20696)

* add nodeSelector

Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

Co-authored-by: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Release 2.20.2 updating components versions (#21370)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Release 7.8.8 updating components versions (#21367)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* feat(home-assistant): Make service port name configurable (#20623)

This allows for compatibility with istio-enabled setups, which need the port name to start with `http`

Signed-off-by: Mike Bryant <mike@mikebryant.me.uk>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] Update jiva image to 1.7.1 (#21379)

Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Move chart to distributed bitnami repository (#21408)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kubewatch] Move chart to distributed bitnami repository (#21393)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external] Move chart to distributed bitnami repository (#21396)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Move chart to distributed bitnami repository (#21398)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Add support for Prometheus Operator Rules (#21387)

* Bump chart version

Signed-off-by: dahei <david.heinrich@cortado.com>

* Update README.md

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add values and example rules

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add prometheusrule template

Signed-off-by: dahei <david.heinrich@cortado.com>

* Uncommented parameters / removed trailing space

Signed-off-by: dahei <david.heinrich@cortado.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpmyadmin] Move chart to distributed bitnami repository (#21407)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/parse] Move chart to distributed bitnami repository (#21410)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Move chart to distributed bitnami repository (#21411)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Move chart to distributed bitnami repository (#21413)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Move chart to distributed bitnami repository (#21414)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move chart to distributed bitnami repository (#21415)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nats] Move chart to distributed bitnami repository (#21416)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mariadb] Move chart to distributed bitnami repository (#21417)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redmine] Move chart to distributed bitnami repository (#21418)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] Make kernel module dir writable (#21380)

* Make kernel module dir writable

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>

* Add CHANGELOG

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Move chart to distributed bitnami repository (#21391)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Move chart to distributed bitnami repository (#21392)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/dokuwiki] Move chart to distributed bitnami repository (#21394)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Move chart to distributed bitnami repository (#21395)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Move chart to distributed bitnami repository (#21397)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mediawiki] Move chart to distributed bitnami repository (#21399)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Move chart to distributed bitnami repository (#21400)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Move chart to distributed bitnami repository (#21402)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Move chart to distributed bitnami repository (#21403)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Move chart to distributed bitnami repository (#21404)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/opencart] Move chart to distributed bitnami repository (#21405)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Move chart to distributed bitnami repository (#21406)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Move chart to distributed bitnami repository (#21409)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpbb] Move chart to distributed bitnami repository (#21412)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] adding podLabels to web, scheduler, flower and worker pods (#21423)

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* bumping chart version

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

Co-authored-by: Brian Hawley <brian.hawley@kasasa.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] tls scheme variable incorrectly scoped (#21373)

remove local scope on $scheme in if-block, otherwise always "http"

Signed-off-by: Brien Dieterle <briend@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] add datadog.env in all containers (#21369)

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-pushgateway] upgrade to latest release (#21424)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Made terminationGracePeriodSeconds configurable (#21385)

Signed-off-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>

Co-authored-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Introduce processAgent.processCollection  (#21420)

* [stable/datadog] Introduce processAgent.processCollection to correctly configure DD_PROCESS_AGENT_ENABLED

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

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

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

* Update chart version

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/airflow: revert initdb order change (#21426)

The init order change in https://github.com/helm/charts/pull/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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] certs configuration and service for Falco gRPC server (#21436)

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] gRPC certificates configuration

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/newrelic-infrastructure] Upgrade the New Relic k8s integration to v1.16.0 (#21435)

* Upgrade the New Relic k8s integration to v1.16.0

Signed-off-by: Douglas Camata <dcamata@newrelic.com>

* Bump chart's patch instead of minor version

Signed-off-by: Douglas Camata <dcamata@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* adding examples for enabling githubauth (#21431)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankar <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kafka-manager] Ensure manager job gets run on an amd64 node in 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 <967068+jonstelly@users.noreply.github.com>

* Bump chart version

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>

* Version bump

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Add serviceMonitor to chartmuseum chart (#21455)

* Add serviceMonitor to chartmuseum chart

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>

* Remove unneeded ) -- fix linting

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fix typo and update docs (#21386)

Signed-off-by: John Kost <jkost@bandwidth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] Fix templating error starting with go 1.14 (#21446) (#21447)

Signed-off-by: Clément BUCHART <clement@buchart.dev>

Co-authored-by: Clément BUCHART <clement@buchart.dev>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/spinnaker] update spinnaker dependencies (#20917)

* [stable/spinnaker] update spinnaker dependencies

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Fix requirements.lock CI error

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Update Minio default values
Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* bump version to 2.0.0-rc1

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

* update spinnaker version to latest patch release 

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

* update halyard config for minio bucket changes

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

Co-authored-by: Paul Czarkowski <username.taken@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add PodDisruptionBudget (#21340)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-snmp-exporter] Fix serviceMonitor params (#19985)

The template for prometheus-snmp-exporter's serviceMonitor checks
for `.Values.serviceMonitor.params.enabled` but then tries to insert
`.Values.conf.params.conf` instead.

This change was already part of PR #18389 but that was closed due
to inactivity.

Signed-off-by: Helge Sychla <helge.sychla@travelping.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] update openebs charts to 1.8.0 release (#21448)

- Updated README
- Updated chart version
- Updated values.yaml

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options (#21466)

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>

* [stable/jenkins] Update README with `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add parameter additionalLabels to serviceMonitor template (#21450)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Add PodDisruptionBudget to Cluster Agent and Cluster Check Runners (#21433)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/grafana] Revert "[stable/grafana] move datasource provider to containers (#209… (#21442)

* Revert "[stable/grafana] move datasource provider to containers (#20985)"

This reverts commit 18e4853b

fixes #20909

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>

* updated version to 5.0.7

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Fix init script for newer mongodb versions (#21356)

* Fix init script for newer MongoDB versions

Signed-off-by: ricoberger <mail@ricoberger.de>

* Bump chart version

Signed-off-by: ricoberger <mail@ricoberger.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] bump prometheus-node-exporter version (#20958)

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update requirements

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version using helm2

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed: wrong variable at serviceMonitor template, introduce servicemonitor: enabled option and make additionalLables inherited under it (#21478)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/graylog] Add sidecar support, privileged access and load balance across various inputs (#21375)

* [stable/graylog] Add support for a single LB for all inputs

Opens up the option to host all inputs behind a single service instead
of requiring n+2 services for UDP and TCP

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Add support for sidecar containers

There are cases when a sidecar container is appropriate to run with the
Graylog server. One such use case is mounting a FUSE backend for
enterprise archives

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Allow to run as privileged

Signed-off-by: Chris Barton <chris.barton@recurly.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* add support for additionalPorts and vseditor (#21482)

- support additionalPorts
- vseditor changed logic for no passwords
- support to enable access to editor when home assistant does not start

Signed-off-by: Vegetto <git@angelnu.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/weave-scope] Add Satyam and Akash as reviewers and approvers (#21488)

* Add Satyam and Akash as reviewers and approvers

Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>

*…
pupimvictor pushed a commit to pupimvictor/charts that referenced this pull request Mar 30, 2020
… release (helm#21610)

* [bitnami/mariadb] Use buster in README example (#20733)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.8 (#21061)

* [stable/prestashop] Release 9.1.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Release 7.0.8 (#21059)

* [stable/orangehrm] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Release 13.0.3 (#21064)

* [stable/odoo] Release 13.0.3 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Release 7.1.9 (#21070)

* [stable/joomla] Release 7.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.8 (#21074)

* [stable/jasperreports] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Changed RabbitMQ TLS secret type to kubernetes.io/tls. Can use cert-manager created secrets with this chart now. (#20907)

Signed-off-by: Charalampos Kaidos <ckaidos@intracom-telecom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Change generated comments synatx to Helm template comments. (#21085)

Signed-off-by: Valentin Zayash <valioozz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* - Adjust ES and mongodb secret name defaults to avoid potential collision with graylog secret (#21071)

- Allow prepending http scheme to the ES uri fetched from a secret

Signed-off-by: Mohamed Hazem <mhaz@hellofresh.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog][v2.0.1] improve logs fields (#21086)

Co-Authored-By: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

Co-authored-by: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [incubator/vault] Support additional selector for Vault service (#20995)

* [incubator/vault] Support additional selector for Vault service

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Fix typo

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.7 (#21117)

* [stable/osclass] Release 7.0.7 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.4 (#21104)

* [stable/moodle] Release 7.2.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.9 (#21119)

* [stable/jasperreports] Release 7.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.4 (#21120)

* [stable/testlink] Release 7.1.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add Adnan and Nedim to OWNERS file (#21121)

Signed-off-by: Ciprian Hacman <ciprian.hacman@sematext.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-nats-exporter]: add prometheus-operator servicemonitor support (#21088)

Signed-off-by: Alex Snast <alexsn@fb.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move WP to non-root (#21099)

* [stable/wordpress] Move WP to non-root

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

* [stable/wordpress] Update components versions

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

* README fixes and issue with validation

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

Co-authored-by: Bitnami Bot <containers-bot@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Use the new api for ingress (#21049)

Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator ] Bump operator version, update dependencies (#20572)

* Fix CRD annotations, bump operator version

Alter port on node-exporter because CI is down

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update dependent charts to latest

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update readme and cleanup-attempt template

Signed-off-by: vas <vasily.sliouniaev@jet.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] README incorrect example (#20804)

Within the README file there was an incorrect example where env.username
was given rather then env.email.

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update percona to 5.7.26 and fix manifest to use apps/v1 (#20164)

* Update percona to 5.7.26 and fix manifest to use apps/v1

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>

* Version bump

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Allow using initContainer to set volume permissions (#21019)

* [stable/chartmuseum] Use initContainer to set the permissions when securityContext is not available

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Use .Values.persistence.path for the PV mount path

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Correct the variable name in the readme

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Revert the changes to incubator chart

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-adapter] Do not create custom metrics rbac (#20900)

Commit b7afaf9d8875f6aa1cfed4c0422cb28e51d823a3 ("do not create
apiservice when not needed") from PR #20883 disabled the custom API
Service when no custom rules are used. However, we also need to not
deploy the cluster role as it has no use.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix test race condition (#20967)

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor (#21093)

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>

* [stable/rabbitmq-ha]: bumps chart version

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] fix setting env vars (#21106) (#21106)

Signed-off-by: Brendan Germain <brendan.germain@nasdaq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Added configmapReload.enabled parameter (#20578) (#20912)

* Added configmapReload.enabled parameter (#20578)

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Splitted configmapReload parameters

It's now possible to independently change the parameters of the two
configmapReload containers using configmapReload.prometheus.* and
configmapReload.alertmanager.* parameters.

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Bumped chart version

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] Pr modifies pgadmin to accept enhanced_cookie_protection  env to fix ingress issue #18568 (#21045)

* False and True should be forced otherwise it will be interpreted as boolean

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* updates enhanced_cookie_protection

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* adds the documentation of enhanced_cookie_protection in pgadmin

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* as discussed I upgrade to 1.2.2

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* Updates README.md to adds default env variables

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* update README.md : the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Added fullname as prefix for init-scripts configmap name. (#21110)

* Added fullname as prefix for init-scripts configmap name.

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>

* Update Chart.yaml

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Upgrade to latest release 1.3.0 (#21101)

Signed-off-by: Mike Unke <unke@b1-systems.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update eventrouter to v0.3 (#21140)

Signed-off-by: blakeroberts-wk <blake.roberts@workiva.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] annotation fix (#21155)

* annotation fix
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>

* use with operator
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use ksm chart for ksm (#21148)

By leveraging the ksm chart we are deduplicating community effort.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore: use the new api for ingress (#20648)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] updateStrategy added when useStatefulSet is true and serviceName added. (#21150)

* updateStrategy added when useStatefulSet is true and serviceName added.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>

* typo fix.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Fix issue with port number when using external dbs (#21172)

Signed-off-by: juan131 <juan@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [mssql/linux] Allow setting tolerations, affinity, and securityContext (#20745)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21173)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21174)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Add podLabels support (#21083)

Signed-off-by: Joffrey Janiec <jjaniec@student.42.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] match minReplicas to the documentation (#21184)

Signed-off-by: Heechul Ryu <ryuhcii@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Additional auth job variables (#21075)

* Adding hookDeletePolicy variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Adding backoffLimit variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Bumping chart version.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #93 from gurbuzali/jet-4.0 (#21182)

* Merge pull request #93 from gurbuzali/jet-4.0

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.8 (#21143)

* [stable/osclass] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.5 (#21145)

* [stable/testlink] Release 7.1.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Release 9.1.11 (#21192)

* [stable/ghost] Release 9.1.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.5 (#21152)

* [stable/moodle] Release 7.2.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Upgrade to latest agent version (9.6.1) (#21213)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [newrelic-infra] Bump chart to latest version (#21187)

Signed-off-by: Lennert Claeys <lclaeys@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Add sidecars support (#21188)

* [stable/postgresql] Add sidecars support

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

* Fix if

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] update pluging versions (#21205)

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/consul] updated templating for ingress host (#21207)

Signed-off-by: Yatharth Sharma <yatharth0045@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nextcloud] add subPath option (#21210)

* [stable/nextcloud] add subPath option

[Why]
The user will now be able to specify nextcloud.persistence.subPath and
it will automatically set each of the nextcloud-data mounts properly

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] bump chart version to 1.9.2

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] document persistence.subPath option

Signed-off-by: Samantha McVey <samantham@posteo.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update README.md (#19876)

bump version

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Support tmpl files which are not YAML (#21208)

Signed-off-by: Malte Krupa <github-nqyroppg@nafn.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] be able to change git sync target (#21217)

Helpful when you want to sync to a subdir

Signed-off-by: Steffen Tautenhahn <stevie-@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #103 from eminn/security-context (#21219)

* Merge pull request #103 from eminn/security-context

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/traefik] Add distinct container SecurityContext tunable (#20743) (#20887)

* [stable/traefik] Add distinct container SecurityContext tunable (#20743)

Signed-off-by: David Kirchner <dpk@dpk.net>

* [stable/traefik] Update new securityContext K8S API links to something more up to date

Signed-off-by: David Kirchner <dpk@dpk.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Make liveness and readiness probes configurable (#19637)

Signed-off-by: Maarten de Waard <maarten@greenhost.nl>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drone] Add deprecation note in favor of official Charts (#21151)

* [stable/drone] Add deprecation note in favor of official Charts

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* bump chart version number

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* remove maintainers to pass linting

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow configuring terminationGracePeriodSeconds (#21072)

Signed-off-by: Jocelyn Lussier <jocelyn.lussier2@montreal.ca>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] allow gRPC configuration using values (#21225)

* [stable/falco] allow gRPC configuration using values

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] Update CHANGELOG.md

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] chart version bump

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use selectorLabels helper in headless service (#21196)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis-ha] Fix label selector of haproxy servicemonitor (#20209)

* [stable/redis-ha] Fix label selector of haproxy servicemonitor

The old servicemonitor did not actually match the deployed service,
because the service uses redis-ha.fullname as a label
(https://github.com/helm/charts/blob/master/stable/redis-ha/templates/redis-haproxy-service.yaml#L9)
but the servicemonitor matches redis-ha.name.

Signed-off-by: Max Rosin <m.rosin@syseleven.de>

* Raise chart version after rebase

Signed-off-by: Max Rosin <git@hackrid.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21231)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21234)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Upgrade to v0.10.0 (#21238)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore(grafana): update grafana version (#21214)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Merge pull request #104 from eminn/fsGroup-helm3-fix (#21239)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cerebro] Add ability to set tls skip verify via vaules file (#21178)

* Update Chart.yaml

Signed-off-by: Raul Garcia <garcia@denic.de>

* Add ability skip tls verification

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update configmap.yaml

fixed mixed behavior

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update stable/cerebro/Chart.yaml

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

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add missing permission for volumeattachments collector (#21079)

When enabling the volumeattachments collector, the following error is
logged without this permission:

Failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "XXXXX:kube-state-metrics" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope

Signed-off-by: Fabrice Rabaute <fabrice@arista.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* make configurable securityContext at statefulset spec level (#102) (#21218)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elastic-stack] update requirements for 1.16 (#18620)

Signed-off-by: a1kemist <lsnelson33@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] feature: add support for extra containers and volumes (#20875)

* add support for extra containers and volumes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* fix: updated the pull request with recommended changes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* update the chart version to `3.12.0`

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [sonatype-nexus] provide granular resource requests to nexus backup container (#21123)

Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Add ThanosRuler resources to ClusterRole (#21190)

* Add ThanosRuler resources to ClusterRole

Signed-off-by: Steve Buzonas <steve@fancyguy.com>

* Bump chart version

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix hard-coded path and default to "/" (#21253)

* fix hard-coded path and default to "/"

Signed-off-by: Joe Steffee <jsteffee@flexera.com>

* bump version

Signed-off-by: Joe Steffee <jsteffee@flexera.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Enable all collectors by default (#21245)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Deprecate sonatype-nexus chart (#21255)

Signed-off-by: Rob Kernick <rjkernick@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] reuse existing service account (#21204)

* [stable/cluster-autoscaler] reuse existing service account

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>

* refactor service account name in values.yaml

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [prometheus/stable] auto import of dashboards with helm template(helm 3) (#21263)

* [prometheus/stable] auto import of dashboards with helm template(helm 3)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

* Fix the chart version

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankarm <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Only create PSP RBAC if rbac.create is true. (#19986)

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Fix secret key path in deployment (#21259)

* Update secret key path in deployment

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Clarify use of SSL connections in redis address

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Update chart version

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch-curator] load envs from secrets first (#20874)

* [stable/elasticsearch-curator] load envs from secrets first

allows using environment variable composition with env
variables that are loaded from secrets (e.g. for loading
a HTTP password and then compositing it into a full
basic auth env variable).

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>

* stable/elasticsearch-curator: bump version

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/memcached] fixes updateStrategy for Deployment (#18989)

* [stable/memcached] fixes updateStrategy for Deployment

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] add enforcedNamespaceLabel option to the prom operator (#21132)

Signed-off-by: Will Salt <williamejsalt@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Revert "Mount the directory containing the CRI socket instead of the socket itself" (#21268)

This reverts commit 24b4881ecb9ae7c4368359d59df4fcc968493356.

Fixes #21223

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] add instruction to make it work with nlb (#21260)

* add instruction to make it work with nlb

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* configurable upgrade strategy type (#21272)

The default is 'Recreate' in order to avoid issues with multi-attach
volmue errors

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Namespace override (#21203)

Signed-off-by: Mohammad Forutan <mforutan@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix(values): move maxmindLicenseKey under controller (#21282)

Signed-off-by: azman0101 <azman0101@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Set rollingUpdate to null when strategy is Recreate (#21289)

This change improves handling of deployment strategy parameters:

1) Improve documentation on strategy parameters.

2) Document & use alertmanager.strategy.type, which was present in
   values.yaml but unused. Alertmanager was previous using server.strategy

3) Set strategy.rollingUpdate to null when strategy.type is 'Recreate'.
   This is necessary to prevent the following error on an upgrade
   switching the strategy type from 'RollingUpdate' to 'Recreate':

   ```
   UPGRADE FAILED: Deployment.apps "prometheus-server" is invalid:
   spec.strategy.rollingUpdate: Forbidden: may not be specified
   when strategy `type` is 'Recreate'
   ```

Signed-off-by: Alexandre Rebert <alex@forallsecure.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)

* [stable/postgresql] Setting kubernetes version to KubeVersion.Version and defaulting to deprecated KubeVersion.GitVersion

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Bumping chart version

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Added kubeVersion helper that works in Helm 2.x and 3.x

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Simplified kubeVersion helper function

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Release 8.0.9 (#21278)

* [stable/suitecrm] Release 8.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.9 (#21270)

* [stable/prestashop] Release 9.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Release 9.0.11 (#21279)

* [stable/phabricator] Release 9.0.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.9 (#21280)

* [stable/drupal] Release 6.2.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/graylog Adding the possibility of specifying your own URI for the GeoLite DDBB location (#21267)

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:41:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

	modified:   Chart.yaml
bumped Chart.yaml version

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
	modified:   README.md

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch] Adds imagePullSecrets to test image (#21048)

Signed-off-by: Marcos Estevez <marcos.stvz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Fix roles for k8s >1.15 (#21261)

Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/fluentd] Enable use of statefulset without autoscaling (#19668)

Signed-off-by: Dale Tristram <dale.tristram@sprinthive.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns]use the latest GH link of externaldns (#21291)

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Revert "[stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)" (#21308)

This reverts commit 6b848abd21a2c8fd0acfba751282f404162a30e5.

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] Added 'topicPermission' key in definitions.json secret (#20656)

* Added the possibility of adding "topic_prmissions" key in definitions.json

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Version Bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Fixing version bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21232)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kapacitor] Chart deprecation (#21247)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.10 (#21297)

* [stable/drupal] Release 6.2.10 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Release 8.1.6 (#21299)

* [stable/owncloud] Release 8.1.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21233)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Chart deprecation (#21246)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] deprecated (#21275)

* [stable/pgadmin] deprecated

Moved towards a new repo: https://github.com/rowanruseler/helm-charts

helm hub: https://hub.helm.sh/charts/runix/pgadmin4

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* [stable/pgadmin] duplication of key description

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Adding captive portal service (#21241)

* [stable/unifi] Adding captive portal service
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Annnd bumping version
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* Added an enabled switch

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixing feedbacks

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Adding captive portal ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Better table formatting

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixed ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

Co-authored-by: Arno DUBOIS <arnodubois@sweetpunk.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chaoskube] Support adding pod labels. (#20914)

Signed-off-by: Afolabi Badmos <afolabi@badmos.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] allow ingress to have empty host (#21315)

Allow enabling ingress with a host not set. Currently, it's not possible
if we want to enable ingress, but does not want to set a host for the
ingress rule.

With this patch, if you set the host to be an empty string, the host
field in the Ingress rule won't be set, allowing all inbound traffic
regardless of the host used.

Tested with this values:

```yaml
ingress:
  enabled: true
  hosts:
  - ""
```

```bash
$ helm template . myvalues.yaml
...
kind: Ingress
metadata:
  name: release-name-minio
  labels:
    app: minio
    chart: minio-5.0.12
    release: release-name
    heritage: Tiller
spec:
  rules:
    - http:
        paths:
          - path: /
            backend:
              serviceName: release-name-minio
              servicePort: 9000
```

Signed-off-by: Jie Yu <yujie.jay@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] remove references for old env docs (#21318)

Signed-off-by: Harshavardhana <harsha@minio.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Fixed some mistakes with nodePort (#21320)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Ingress was not referring to the good service (#21321)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Fix trace agent and useConfigMap (#21317)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>

Co-authored-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] ClusterRole leases and version bump to 1.17.1 (#21311)

* fix(cluster-autoscaler): ClusterRole leases and version bump to 1.17.1

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

* docs(cluster-autoscaler): Adding version to README.md

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq] Move chart to distributed bitnami repository (#21310)

* Deprecate Rabbitmq chart

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Add text to README and NOTES

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Fix wording

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Added custom volume support (#21285)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.6 (#21314)

* [stable/moodle] Release 7.2.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Honor image pull policy in init containers (#21298)

* [stable/datadog] Honor image pull policy setting in init containers

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Pass DD_CRI_SOCKET_PATH to the init container

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Bump version and fill changelog

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* daemonset.useDedicatedContainers should be removed

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

Co-authored-by: Matt Canty <56073682+matt-canty-dragon@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis] Move chart to distributed bitnami repository (#21333)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow]Add optional security context to airflow deployments (#21024)

* Add optional security context to airflow deployments

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* Address a typo in README.md

Signed-off-by: Ziyang Liu <zliu@chanzuckerberg.com>
Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* update version

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

Co-authored-by: Ziyang Liu <zliu@chanzuckerbreg.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] Allow projected volumes in controller-psp.yaml (#21322)

Signed-off-by: Karl-Philipp Richter <krichter@posteo.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/instana-agent] Chart version 1.0.24 (#21350)

Signed-off-by: Instana CD <instanacd@instana.com>

Co-authored-by: Instana CD <instanacd@instana.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed a compatibility issue with K8s 1.11 (#21353)

Signed-off-by: Chaoran Yu <yuchaoran2011@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

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

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

* [stable/prometheus-operator] Update README

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Fix for mounting CA certs from host (#21346)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector] Add custom labels to daemonset (#21334)

Add the ability to use custom labels to daemonset.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow to override AlertManager's target port (#21251)

Signed-off-by: Mickaël Canévet <mickael.canevet@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/atlantis] Updating AWS to not require 'credentials' for use with IRSA (#21305)

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Update latest agent version (9.7.0) (#21357)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update grafana version to include fix from #21196 (#21271)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Airflow updates (#21368)

- 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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] - Fix readme typo (#21256)

* bitnami/influxdb was stated in the upgrade section instead of stable/postgresql

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

* bump patch version

Signed-off-by: semyont <semyont@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector]: Bump to 0.8.1 NPD (#21360)

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 <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-ops-view] Add nodeSelector (#20696)

* add nodeSelector

Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

Co-authored-by: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Release 2.20.2 updating components versions (#21370)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Release 7.8.8 updating components versions (#21367)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* feat(home-assistant): Make service port name configurable (#20623)

This allows for compatibility with istio-enabled setups, which need the port name to start with `http`

Signed-off-by: Mike Bryant <mike@mikebryant.me.uk>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] Update jiva image to 1.7.1 (#21379)

Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Move chart to distributed bitnami repository (#21408)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kubewatch] Move chart to distributed bitnami repository (#21393)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external] Move chart to distributed bitnami repository (#21396)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Move chart to distributed bitnami repository (#21398)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Add support for Prometheus Operator Rules (#21387)

* Bump chart version

Signed-off-by: dahei <david.heinrich@cortado.com>

* Update README.md

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add values and example rules

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add prometheusrule template

Signed-off-by: dahei <david.heinrich@cortado.com>

* Uncommented parameters / removed trailing space

Signed-off-by: dahei <david.heinrich@cortado.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpmyadmin] Move chart to distributed bitnami repository (#21407)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/parse] Move chart to distributed bitnami repository (#21410)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Move chart to distributed bitnami repository (#21411)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Move chart to distributed bitnami repository (#21413)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Move chart to distributed bitnami repository (#21414)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move chart to distributed bitnami repository (#21415)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nats] Move chart to distributed bitnami repository (#21416)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mariadb] Move chart to distributed bitnami repository (#21417)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redmine] Move chart to distributed bitnami repository (#21418)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] Make kernel module dir writable (#21380)

* Make kernel module dir writable

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>

* Add CHANGELOG

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Move chart to distributed bitnami repository (#21391)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Move chart to distributed bitnami repository (#21392)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/dokuwiki] Move chart to distributed bitnami repository (#21394)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Move chart to distributed bitnami repository (#21395)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Move chart to distributed bitnami repository (#21397)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mediawiki] Move chart to distributed bitnami repository (#21399)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Move chart to distributed bitnami repository (#21400)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Move chart to distributed bitnami repository (#21402)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Move chart to distributed bitnami repository (#21403)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Move chart to distributed bitnami repository (#21404)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/opencart] Move chart to distributed bitnami repository (#21405)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Move chart to distributed bitnami repository (#21406)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Move chart to distributed bitnami repository (#21409)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpbb] Move chart to distributed bitnami repository (#21412)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] adding podLabels to web, scheduler, flower and worker pods (#21423)

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* bumping chart version

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

Co-authored-by: Brian Hawley <brian.hawley@kasasa.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] tls scheme variable incorrectly scoped (#21373)

remove local scope on $scheme in if-block, otherwise always "http"

Signed-off-by: Brien Dieterle <briend@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] add datadog.env in all containers (#21369)

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-pushgateway] upgrade to latest release (#21424)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Made terminationGracePeriodSeconds configurable (#21385)

Signed-off-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>

Co-authored-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Introduce processAgent.processCollection  (#21420)

* [stable/datadog] Introduce processAgent.processCollection to correctly configure DD_PROCESS_AGENT_ENABLED

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

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

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

* Update chart version

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/airflow: revert initdb order change (#21426)

The init order change in https://github.com/helm/charts/pull/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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] certs configuration and service for Falco gRPC server (#21436)

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] gRPC certificates configuration

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/newrelic-infrastructure] Upgrade the New Relic k8s integration to v1.16.0 (#21435)

* Upgrade the New Relic k8s integration to v1.16.0

Signed-off-by: Douglas Camata <dcamata@newrelic.com>

* Bump chart's patch instead of minor version

Signed-off-by: Douglas Camata <dcamata@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* adding examples for enabling githubauth (#21431)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankar <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kafka-manager] Ensure manager job gets run on an amd64 node in 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 <967068+jonstelly@users.noreply.github.com>

* Bump chart version

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>

* Version bump

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Add serviceMonitor to chartmuseum chart (#21455)

* Add serviceMonitor to chartmuseum chart

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>

* Remove unneeded ) -- fix linting

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fix typo and update docs (#21386)

Signed-off-by: John Kost <jkost@bandwidth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] Fix templating error starting with go 1.14 (#21446) (#21447)

Signed-off-by: Clément BUCHART <clement@buchart.dev>

Co-authored-by: Clément BUCHART <clement@buchart.dev>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/spinnaker] update spinnaker dependencies (#20917)

* [stable/spinnaker] update spinnaker dependencies

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Fix requirements.lock CI error

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Update Minio default values
Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* bump version to 2.0.0-rc1

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

* update spinnaker version to latest patch release 

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

* update halyard config for minio bucket changes

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

Co-authored-by: Paul Czarkowski <username.taken@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add PodDisruptionBudget (#21340)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-snmp-exporter] Fix serviceMonitor params (#19985)

The template for prometheus-snmp-exporter's serviceMonitor checks
for `.Values.serviceMonitor.params.enabled` but then tries to insert
`.Values.conf.params.conf` instead.

This change was already part of PR #18389 but that was closed due
to inactivity.

Signed-off-by: Helge Sychla <helge.sychla@travelping.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] update openebs charts to 1.8.0 release (#21448)

- Updated README
- Updated chart version
- Updated values.yaml

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options (#21466)

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>

* [stable/jenkins] Update README with `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add parameter additionalLabels to serviceMonitor template (#21450)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Add PodDisruptionBudget to Cluster Agent and Cluster Check Runners (#21433)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/grafana] Revert "[stable/grafana] move datasource provider to containers (#209… (#21442)

* Revert "[stable/grafana] move datasource provider to containers (#20985)"

This reverts commit 18e4853b

fixes #20909

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>

* updated version to 5.0.7

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Fix init script for newer mongodb versions (#21356)

* Fix init script for newer MongoDB versions

Signed-off-by: ricoberger <mail@ricoberger.de>

* Bump chart version

Signed-off-by: ricoberger <mail@ricoberger.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] bump prometheus-node-exporter version (#20958)

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update requirements

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version using helm2

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed: wrong variable at serviceMonitor template, introduce servicemonitor: enabled option and make additionalLables inherited under it (#21478)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/graylog] Add sidecar support, privileged access and load balance across various inputs (#21375)

* [stable/graylog] Add support for a single LB for all inputs

Opens up the option to host all inputs behind a single service instead
of requiring n+2 services for UDP and TCP

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Add support for sidecar containers

There are cases when a sidecar container is appropriate to run with the
Graylog server. One such use case is mounting a FUSE backend for
enterprise archives

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Allow to run as privileged

Signed-off-by: Chris Barton <chris.barton@recurly.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* add support for additionalPorts and vseditor (#21482)

- support additionalPorts
- vseditor changed logic for no passwords
- support to enable access to editor when home assistant does not start

Signed-off-by: Vegetto <git@angelnu.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/weave-scope] Add Satyam and Akash as reviewers and approvers (#21488)

* Add Satyam and Akash as reviewers and approvers

Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>

*…
irlevesque pushed a commit to quantopian/charts that referenced this pull request Jul 13, 2020
Signed-off-by: Maarten de Waard <maarten@greenhost.nl>
irlevesque pushed a commit to quantopian/charts that referenced this pull request Jul 13, 2020
… release (helm#21610)

* [bitnami/mariadb] Use buster in README example (#20733)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.8 (#21061)

* [stable/prestashop] Release 9.1.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Release 7.0.8 (#21059)

* [stable/orangehrm] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Release 13.0.3 (#21064)

* [stable/odoo] Release 13.0.3 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Release 7.1.9 (#21070)

* [stable/joomla] Release 7.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.8 (#21074)

* [stable/jasperreports] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Changed RabbitMQ TLS secret type to kubernetes.io/tls. Can use cert-manager created secrets with this chart now. (#20907)

Signed-off-by: Charalampos Kaidos <ckaidos@intracom-telecom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Change generated comments synatx to Helm template comments. (#21085)

Signed-off-by: Valentin Zayash <valioozz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* - Adjust ES and mongodb secret name defaults to avoid potential collision with graylog secret (#21071)

- Allow prepending http scheme to the ES uri fetched from a secret

Signed-off-by: Mohamed Hazem <mhaz@hellofresh.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog][v2.0.1] improve logs fields (#21086)

Co-Authored-By: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

Co-authored-by: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [incubator/vault] Support additional selector for Vault service (#20995)

* [incubator/vault] Support additional selector for Vault service

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Fix typo

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.7 (#21117)

* [stable/osclass] Release 7.0.7 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.4 (#21104)

* [stable/moodle] Release 7.2.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.9 (#21119)

* [stable/jasperreports] Release 7.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.4 (#21120)

* [stable/testlink] Release 7.1.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add Adnan and Nedim to OWNERS file (#21121)

Signed-off-by: Ciprian Hacman <ciprian.hacman@sematext.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-nats-exporter]: add prometheus-operator servicemonitor support (#21088)

Signed-off-by: Alex Snast <alexsn@fb.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move WP to non-root (#21099)

* [stable/wordpress] Move WP to non-root

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

* [stable/wordpress] Update components versions

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

* README fixes and issue with validation

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

Co-authored-by: Bitnami Bot <containers-bot@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Use the new api for ingress (#21049)

Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator ] Bump operator version, update dependencies (#20572)

* Fix CRD annotations, bump operator version

Alter port on node-exporter because CI is down

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update dependent charts to latest

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update readme and cleanup-attempt template

Signed-off-by: vas <vasily.sliouniaev@jet.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] README incorrect example (#20804)

Within the README file there was an incorrect example where env.username
was given rather then env.email.

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update percona to 5.7.26 and fix manifest to use apps/v1 (#20164)

* Update percona to 5.7.26 and fix manifest to use apps/v1

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>

* Version bump

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Allow using initContainer to set volume permissions (#21019)

* [stable/chartmuseum] Use initContainer to set the permissions when securityContext is not available

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Use .Values.persistence.path for the PV mount path

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Correct the variable name in the readme

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Revert the changes to incubator chart

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-adapter] Do not create custom metrics rbac (#20900)

Commit b7afaf9d8875f6aa1cfed4c0422cb28e51d823a3 ("do not create
apiservice when not needed") from PR #20883 disabled the custom API
Service when no custom rules are used. However, we also need to not
deploy the cluster role as it has no use.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix test race condition (#20967)

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor (#21093)

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>

* [stable/rabbitmq-ha]: bumps chart version

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] fix setting env vars (#21106) (#21106)

Signed-off-by: Brendan Germain <brendan.germain@nasdaq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Added configmapReload.enabled parameter (#20578) (#20912)

* Added configmapReload.enabled parameter (#20578)

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Splitted configmapReload parameters

It's now possible to independently change the parameters of the two
configmapReload containers using configmapReload.prometheus.* and
configmapReload.alertmanager.* parameters.

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Bumped chart version

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] Pr modifies pgadmin to accept enhanced_cookie_protection  env to fix ingress issue #18568 (#21045)

* False and True should be forced otherwise it will be interpreted as boolean

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* updates enhanced_cookie_protection

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* adds the documentation of enhanced_cookie_protection in pgadmin

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* as discussed I upgrade to 1.2.2

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* Updates README.md to adds default env variables

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* update README.md : the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Added fullname as prefix for init-scripts configmap name. (#21110)

* Added fullname as prefix for init-scripts configmap name.

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>

* Update Chart.yaml

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Upgrade to latest release 1.3.0 (#21101)

Signed-off-by: Mike Unke <unke@b1-systems.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update eventrouter to v0.3 (#21140)

Signed-off-by: blakeroberts-wk <blake.roberts@workiva.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] annotation fix (#21155)

* annotation fix
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>

* use with operator
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use ksm chart for ksm (#21148)

By leveraging the ksm chart we are deduplicating community effort.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore: use the new api for ingress (#20648)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] updateStrategy added when useStatefulSet is true and serviceName added. (#21150)

* updateStrategy added when useStatefulSet is true and serviceName added.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>

* typo fix.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Fix issue with port number when using external dbs (#21172)

Signed-off-by: juan131 <juan@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [mssql/linux] Allow setting tolerations, affinity, and securityContext (#20745)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21173)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21174)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Add podLabels support (#21083)

Signed-off-by: Joffrey Janiec <jjaniec@student.42.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] match minReplicas to the documentation (#21184)

Signed-off-by: Heechul Ryu <ryuhcii@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Additional auth job variables (#21075)

* Adding hookDeletePolicy variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Adding backoffLimit variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Bumping chart version.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #93 from gurbuzali/jet-4.0 (#21182)

* Merge pull request #93 from gurbuzali/jet-4.0

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.8 (#21143)

* [stable/osclass] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.5 (#21145)

* [stable/testlink] Release 7.1.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Release 9.1.11 (#21192)

* [stable/ghost] Release 9.1.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.5 (#21152)

* [stable/moodle] Release 7.2.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Upgrade to latest agent version (9.6.1) (#21213)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [newrelic-infra] Bump chart to latest version (#21187)

Signed-off-by: Lennert Claeys <lclaeys@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Add sidecars support (#21188)

* [stable/postgresql] Add sidecars support

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

* Fix if

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] update pluging versions (#21205)

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/consul] updated templating for ingress host (#21207)

Signed-off-by: Yatharth Sharma <yatharth0045@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nextcloud] add subPath option (#21210)

* [stable/nextcloud] add subPath option

[Why]
The user will now be able to specify nextcloud.persistence.subPath and
it will automatically set each of the nextcloud-data mounts properly

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] bump chart version to 1.9.2

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] document persistence.subPath option

Signed-off-by: Samantha McVey <samantham@posteo.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update README.md (#19876)

bump version

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Support tmpl files which are not YAML (#21208)

Signed-off-by: Malte Krupa <github-nqyroppg@nafn.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] be able to change git sync target (#21217)

Helpful when you want to sync to a subdir

Signed-off-by: Steffen Tautenhahn <stevie-@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #103 from eminn/security-context (#21219)

* Merge pull request #103 from eminn/security-context

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/traefik] Add distinct container SecurityContext tunable (#20743) (#20887)

* [stable/traefik] Add distinct container SecurityContext tunable (#20743)

Signed-off-by: David Kirchner <dpk@dpk.net>

* [stable/traefik] Update new securityContext K8S API links to something more up to date

Signed-off-by: David Kirchner <dpk@dpk.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Make liveness and readiness probes configurable (#19637)

Signed-off-by: Maarten de Waard <maarten@greenhost.nl>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drone] Add deprecation note in favor of official Charts (#21151)

* [stable/drone] Add deprecation note in favor of official Charts

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* bump chart version number

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* remove maintainers to pass linting

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow configuring terminationGracePeriodSeconds (#21072)

Signed-off-by: Jocelyn Lussier <jocelyn.lussier2@montreal.ca>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] allow gRPC configuration using values (#21225)

* [stable/falco] allow gRPC configuration using values

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] Update CHANGELOG.md

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] chart version bump

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use selectorLabels helper in headless service (#21196)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis-ha] Fix label selector of haproxy servicemonitor (#20209)

* [stable/redis-ha] Fix label selector of haproxy servicemonitor

The old servicemonitor did not actually match the deployed service,
because the service uses redis-ha.fullname as a label
(https://github.com/helm/charts/blob/master/stable/redis-ha/templates/redis-haproxy-service.yaml#L9)
but the servicemonitor matches redis-ha.name.

Signed-off-by: Max Rosin <m.rosin@syseleven.de>

* Raise chart version after rebase

Signed-off-by: Max Rosin <git@hackrid.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21231)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21234)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Upgrade to v0.10.0 (#21238)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore(grafana): update grafana version (#21214)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Merge pull request #104 from eminn/fsGroup-helm3-fix (#21239)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cerebro] Add ability to set tls skip verify via vaules file (#21178)

* Update Chart.yaml

Signed-off-by: Raul Garcia <garcia@denic.de>

* Add ability skip tls verification

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update configmap.yaml

fixed mixed behavior

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update stable/cerebro/Chart.yaml

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

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add missing permission for volumeattachments collector (#21079)

When enabling the volumeattachments collector, the following error is
logged without this permission:

Failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "XXXXX:kube-state-metrics" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope

Signed-off-by: Fabrice Rabaute <fabrice@arista.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* make configurable securityContext at statefulset spec level (#102) (#21218)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elastic-stack] update requirements for 1.16 (#18620)

Signed-off-by: a1kemist <lsnelson33@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] feature: add support for extra containers and volumes (#20875)

* add support for extra containers and volumes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* fix: updated the pull request with recommended changes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* update the chart version to `3.12.0`

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [sonatype-nexus] provide granular resource requests to nexus backup container (#21123)

Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Add ThanosRuler resources to ClusterRole (#21190)

* Add ThanosRuler resources to ClusterRole

Signed-off-by: Steve Buzonas <steve@fancyguy.com>

* Bump chart version

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix hard-coded path and default to "/" (#21253)

* fix hard-coded path and default to "/"

Signed-off-by: Joe Steffee <jsteffee@flexera.com>

* bump version

Signed-off-by: Joe Steffee <jsteffee@flexera.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Enable all collectors by default (#21245)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Deprecate sonatype-nexus chart (#21255)

Signed-off-by: Rob Kernick <rjkernick@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] reuse existing service account (#21204)

* [stable/cluster-autoscaler] reuse existing service account

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>

* refactor service account name in values.yaml

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [prometheus/stable] auto import of dashboards with helm template(helm 3) (#21263)

* [prometheus/stable] auto import of dashboards with helm template(helm 3)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

* Fix the chart version

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankarm <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Only create PSP RBAC if rbac.create is true. (#19986)

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Fix secret key path in deployment (#21259)

* Update secret key path in deployment

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Clarify use of SSL connections in redis address

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Update chart version

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch-curator] load envs from secrets first (#20874)

* [stable/elasticsearch-curator] load envs from secrets first

allows using environment variable composition with env
variables that are loaded from secrets (e.g. for loading
a HTTP password and then compositing it into a full
basic auth env variable).

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>

* stable/elasticsearch-curator: bump version

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/memcached] fixes updateStrategy for Deployment (#18989)

* [stable/memcached] fixes updateStrategy for Deployment

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] add enforcedNamespaceLabel option to the prom operator (#21132)

Signed-off-by: Will Salt <williamejsalt@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Revert "Mount the directory containing the CRI socket instead of the socket itself" (#21268)

This reverts commit 24b4881ecb9ae7c4368359d59df4fcc968493356.

Fixes #21223

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] add instruction to make it work with nlb (#21260)

* add instruction to make it work with nlb

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* configurable upgrade strategy type (#21272)

The default is 'Recreate' in order to avoid issues with multi-attach
volmue errors

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Namespace override (#21203)

Signed-off-by: Mohammad Forutan <mforutan@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix(values): move maxmindLicenseKey under controller (#21282)

Signed-off-by: azman0101 <azman0101@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Set rollingUpdate to null when strategy is Recreate (#21289)

This change improves handling of deployment strategy parameters:

1) Improve documentation on strategy parameters.

2) Document & use alertmanager.strategy.type, which was present in
   values.yaml but unused. Alertmanager was previous using server.strategy

3) Set strategy.rollingUpdate to null when strategy.type is 'Recreate'.
   This is necessary to prevent the following error on an upgrade
   switching the strategy type from 'RollingUpdate' to 'Recreate':

   ```
   UPGRADE FAILED: Deployment.apps "prometheus-server" is invalid:
   spec.strategy.rollingUpdate: Forbidden: may not be specified
   when strategy `type` is 'Recreate'
   ```

Signed-off-by: Alexandre Rebert <alex@forallsecure.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)

* [stable/postgresql] Setting kubernetes version to KubeVersion.Version and defaulting to deprecated KubeVersion.GitVersion

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Bumping chart version

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Added kubeVersion helper that works in Helm 2.x and 3.x

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Simplified kubeVersion helper function

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Release 8.0.9 (#21278)

* [stable/suitecrm] Release 8.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.9 (#21270)

* [stable/prestashop] Release 9.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Release 9.0.11 (#21279)

* [stable/phabricator] Release 9.0.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.9 (#21280)

* [stable/drupal] Release 6.2.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/graylog Adding the possibility of specifying your own URI for the GeoLite DDBB location (#21267)

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:41:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

	modified:   Chart.yaml
bumped Chart.yaml version

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
	modified:   README.md

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch] Adds imagePullSecrets to test image (#21048)

Signed-off-by: Marcos Estevez <marcos.stvz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Fix roles for k8s >1.15 (#21261)

Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/fluentd] Enable use of statefulset without autoscaling (#19668)

Signed-off-by: Dale Tristram <dale.tristram@sprinthive.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns]use the latest GH link of externaldns (#21291)

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Revert "[stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)" (#21308)

This reverts commit 6b848abd21a2c8fd0acfba751282f404162a30e5.

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] Added 'topicPermission' key in definitions.json secret (#20656)

* Added the possibility of adding "topic_prmissions" key in definitions.json

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Version Bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Fixing version bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21232)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kapacitor] Chart deprecation (#21247)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.10 (#21297)

* [stable/drupal] Release 6.2.10 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Release 8.1.6 (#21299)

* [stable/owncloud] Release 8.1.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21233)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Chart deprecation (#21246)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] deprecated (#21275)

* [stable/pgadmin] deprecated

Moved towards a new repo: https://github.com/rowanruseler/helm-charts

helm hub: https://hub.helm.sh/charts/runix/pgadmin4

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* [stable/pgadmin] duplication of key description

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Adding captive portal service (#21241)

* [stable/unifi] Adding captive portal service
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Annnd bumping version
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* Added an enabled switch

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixing feedbacks

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Adding captive portal ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Better table formatting

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixed ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

Co-authored-by: Arno DUBOIS <arnodubois@sweetpunk.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chaoskube] Support adding pod labels. (#20914)

Signed-off-by: Afolabi Badmos <afolabi@badmos.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] allow ingress to have empty host (#21315)

Allow enabling ingress with a host not set. Currently, it's not possible
if we want to enable ingress, but does not want to set a host for the
ingress rule.

With this patch, if you set the host to be an empty string, the host
field in the Ingress rule won't be set, allowing all inbound traffic
regardless of the host used.

Tested with this values:

```yaml
ingress:
  enabled: true
  hosts:
  - ""
```

```bash
$ helm template . myvalues.yaml
...
kind: Ingress
metadata:
  name: release-name-minio
  labels:
    app: minio
    chart: minio-5.0.12
    release: release-name
    heritage: Tiller
spec:
  rules:
    - http:
        paths:
          - path: /
            backend:
              serviceName: release-name-minio
              servicePort: 9000
```

Signed-off-by: Jie Yu <yujie.jay@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] remove references for old env docs (#21318)

Signed-off-by: Harshavardhana <harsha@minio.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Fixed some mistakes with nodePort (#21320)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Ingress was not referring to the good service (#21321)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Fix trace agent and useConfigMap (#21317)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>

Co-authored-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] ClusterRole leases and version bump to 1.17.1 (#21311)

* fix(cluster-autoscaler): ClusterRole leases and version bump to 1.17.1

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

* docs(cluster-autoscaler): Adding version to README.md

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq] Move chart to distributed bitnami repository (#21310)

* Deprecate Rabbitmq chart

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Add text to README and NOTES

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Fix wording

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Added custom volume support (#21285)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.6 (#21314)

* [stable/moodle] Release 7.2.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Honor image pull policy in init containers (#21298)

* [stable/datadog] Honor image pull policy setting in init containers

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Pass DD_CRI_SOCKET_PATH to the init container

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Bump version and fill changelog

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* daemonset.useDedicatedContainers should be removed

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

Co-authored-by: Matt Canty <56073682+matt-canty-dragon@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis] Move chart to distributed bitnami repository (#21333)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow]Add optional security context to airflow deployments (#21024)

* Add optional security context to airflow deployments

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* Address a typo in README.md

Signed-off-by: Ziyang Liu <zliu@chanzuckerberg.com>
Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* update version

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

Co-authored-by: Ziyang Liu <zliu@chanzuckerbreg.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] Allow projected volumes in controller-psp.yaml (#21322)

Signed-off-by: Karl-Philipp Richter <krichter@posteo.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/instana-agent] Chart version 1.0.24 (#21350)

Signed-off-by: Instana CD <instanacd@instana.com>

Co-authored-by: Instana CD <instanacd@instana.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed a compatibility issue with K8s 1.11 (#21353)

Signed-off-by: Chaoran Yu <yuchaoran2011@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

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

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

* [stable/prometheus-operator] Update README

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Fix for mounting CA certs from host (#21346)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector] Add custom labels to daemonset (#21334)

Add the ability to use custom labels to daemonset.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow to override AlertManager's target port (#21251)

Signed-off-by: Mickaël Canévet <mickael.canevet@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/atlantis] Updating AWS to not require 'credentials' for use with IRSA (#21305)

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Update latest agent version (9.7.0) (#21357)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update grafana version to include fix from #21196 (#21271)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Airflow updates (#21368)

- 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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] - Fix readme typo (#21256)

* bitnami/influxdb was stated in the upgrade section instead of stable/postgresql

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

* bump patch version

Signed-off-by: semyont <semyont@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector]: Bump to 0.8.1 NPD (#21360)

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 <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-ops-view] Add nodeSelector (#20696)

* add nodeSelector

Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

Co-authored-by: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Release 2.20.2 updating components versions (#21370)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Release 7.8.8 updating components versions (#21367)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* feat(home-assistant): Make service port name configurable (#20623)

This allows for compatibility with istio-enabled setups, which need the port name to start with `http`

Signed-off-by: Mike Bryant <mike@mikebryant.me.uk>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] Update jiva image to 1.7.1 (#21379)

Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Move chart to distributed bitnami repository (#21408)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kubewatch] Move chart to distributed bitnami repository (#21393)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external] Move chart to distributed bitnami repository (#21396)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Move chart to distributed bitnami repository (#21398)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Add support for Prometheus Operator Rules (#21387)

* Bump chart version

Signed-off-by: dahei <david.heinrich@cortado.com>

* Update README.md

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add values and example rules

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add prometheusrule template

Signed-off-by: dahei <david.heinrich@cortado.com>

* Uncommented parameters / removed trailing space

Signed-off-by: dahei <david.heinrich@cortado.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpmyadmin] Move chart to distributed bitnami repository (#21407)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/parse] Move chart to distributed bitnami repository (#21410)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Move chart to distributed bitnami repository (#21411)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Move chart to distributed bitnami repository (#21413)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Move chart to distributed bitnami repository (#21414)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move chart to distributed bitnami repository (#21415)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nats] Move chart to distributed bitnami repository (#21416)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mariadb] Move chart to distributed bitnami repository (#21417)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redmine] Move chart to distributed bitnami repository (#21418)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] Make kernel module dir writable (#21380)

* Make kernel module dir writable

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>

* Add CHANGELOG

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Move chart to distributed bitnami repository (#21391)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Move chart to distributed bitnami repository (#21392)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/dokuwiki] Move chart to distributed bitnami repository (#21394)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Move chart to distributed bitnami repository (#21395)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Move chart to distributed bitnami repository (#21397)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mediawiki] Move chart to distributed bitnami repository (#21399)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Move chart to distributed bitnami repository (#21400)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Move chart to distributed bitnami repository (#21402)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Move chart to distributed bitnami repository (#21403)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Move chart to distributed bitnami repository (#21404)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/opencart] Move chart to distributed bitnami repository (#21405)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Move chart to distributed bitnami repository (#21406)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Move chart to distributed bitnami repository (#21409)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpbb] Move chart to distributed bitnami repository (#21412)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] adding podLabels to web, scheduler, flower and worker pods (#21423)

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* bumping chart version

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

Co-authored-by: Brian Hawley <brian.hawley@kasasa.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] tls scheme variable incorrectly scoped (#21373)

remove local scope on $scheme in if-block, otherwise always "http"

Signed-off-by: Brien Dieterle <briend@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] add datadog.env in all containers (#21369)

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-pushgateway] upgrade to latest release (#21424)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Made terminationGracePeriodSeconds configurable (#21385)

Signed-off-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>

Co-authored-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Introduce processAgent.processCollection  (#21420)

* [stable/datadog] Introduce processAgent.processCollection to correctly configure DD_PROCESS_AGENT_ENABLED

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

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

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

* Update chart version

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/airflow: revert initdb order change (#21426)

The init order change in https://github.com/helm/charts/pull/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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] certs configuration and service for Falco gRPC server (#21436)

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] gRPC certificates configuration

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/newrelic-infrastructure] Upgrade the New Relic k8s integration to v1.16.0 (#21435)

* Upgrade the New Relic k8s integration to v1.16.0

Signed-off-by: Douglas Camata <dcamata@newrelic.com>

* Bump chart's patch instead of minor version

Signed-off-by: Douglas Camata <dcamata@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* adding examples for enabling githubauth (#21431)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankar <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kafka-manager] Ensure manager job gets run on an amd64 node in 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 <967068+jonstelly@users.noreply.github.com>

* Bump chart version

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>

* Version bump

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Add serviceMonitor to chartmuseum chart (#21455)

* Add serviceMonitor to chartmuseum chart

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>

* Remove unneeded ) -- fix linting

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fix typo and update docs (#21386)

Signed-off-by: John Kost <jkost@bandwidth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] Fix templating error starting with go 1.14 (#21446) (#21447)

Signed-off-by: Clément BUCHART <clement@buchart.dev>

Co-authored-by: Clément BUCHART <clement@buchart.dev>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/spinnaker] update spinnaker dependencies (#20917)

* [stable/spinnaker] update spinnaker dependencies

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Fix requirements.lock CI error

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Update Minio default values
Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* bump version to 2.0.0-rc1

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

* update spinnaker version to latest patch release 

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

* update halyard config for minio bucket changes

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

Co-authored-by: Paul Czarkowski <username.taken@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add PodDisruptionBudget (#21340)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-snmp-exporter] Fix serviceMonitor params (#19985)

The template for prometheus-snmp-exporter's serviceMonitor checks
for `.Values.serviceMonitor.params.enabled` but then tries to insert
`.Values.conf.params.conf` instead.

This change was already part of PR #18389 but that was closed due
to inactivity.

Signed-off-by: Helge Sychla <helge.sychla@travelping.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] update openebs charts to 1.8.0 release (#21448)

- Updated README
- Updated chart version
- Updated values.yaml

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options (#21466)

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>

* [stable/jenkins] Update README with `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add parameter additionalLabels to serviceMonitor template (#21450)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Add PodDisruptionBudget to Cluster Agent and Cluster Check Runners (#21433)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/grafana] Revert "[stable/grafana] move datasource provider to containers (#209… (#21442)

* Revert "[stable/grafana] move datasource provider to containers (#20985)"

This reverts commit 18e4853b

fixes #20909

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>

* updated version to 5.0.7

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Fix init script for newer mongodb versions (#21356)

* Fix init script for newer MongoDB versions

Signed-off-by: ricoberger <mail@ricoberger.de>

* Bump chart version

Signed-off-by: ricoberger <mail@ricoberger.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] bump prometheus-node-exporter version (#20958)

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update requirements

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version using helm2

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed: wrong variable at serviceMonitor template, introduce servicemonitor: enabled option and make additionalLables inherited under it (#21478)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/graylog] Add sidecar support, privileged access and load balance across various inputs (#21375)

* [stable/graylog] Add support for a single LB for all inputs

Opens up the option to host all inputs behind a single service instead
of requiring n+2 services for UDP and TCP

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Add support for sidecar containers

There are cases when a sidecar container is appropriate to run with the
Graylog server. One such use case is mounting a FUSE backend for
enterprise archives

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Allow to run as privileged

Signed-off-by: Chris Barton <chris.barton@recurly.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* add support for additionalPorts and vseditor (#21482)

- support additionalPorts
- vseditor changed logic for no passwords
- support to enable access to editor when home assistant does not start

Signed-off-by: Vegetto <git@angelnu.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/weave-scope] Add Satyam and Akash as reviewers and approvers (#21488)

* Add Satyam and Akash as reviewers and approvers

Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>

*…
includerandom pushed a commit to includerandom/helm_charts that referenced this pull request Jul 19, 2020
Signed-off-by: Maarten de Waard <maarten@greenhost.nl>
includerandom pushed a commit to includerandom/helm_charts that referenced this pull request Jul 19, 2020
… release (helm#21610)

* [bitnami/mariadb] Use buster in README example (#20733)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.8 (#21061)

* [stable/prestashop] Release 9.1.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Release 7.0.8 (#21059)

* [stable/orangehrm] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Release 13.0.3 (#21064)

* [stable/odoo] Release 13.0.3 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Release 7.1.9 (#21070)

* [stable/joomla] Release 7.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.8 (#21074)

* [stable/jasperreports] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Changed RabbitMQ TLS secret type to kubernetes.io/tls. Can use cert-manager created secrets with this chart now. (#20907)

Signed-off-by: Charalampos Kaidos <ckaidos@intracom-telecom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Change generated comments synatx to Helm template comments. (#21085)

Signed-off-by: Valentin Zayash <valioozz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* - Adjust ES and mongodb secret name defaults to avoid potential collision with graylog secret (#21071)

- Allow prepending http scheme to the ES uri fetched from a secret

Signed-off-by: Mohamed Hazem <mhaz@hellofresh.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog][v2.0.1] improve logs fields (#21086)

Co-Authored-By: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

Co-authored-by: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [incubator/vault] Support additional selector for Vault service (#20995)

* [incubator/vault] Support additional selector for Vault service

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Fix typo

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.7 (#21117)

* [stable/osclass] Release 7.0.7 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.4 (#21104)

* [stable/moodle] Release 7.2.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.9 (#21119)

* [stable/jasperreports] Release 7.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.4 (#21120)

* [stable/testlink] Release 7.1.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add Adnan and Nedim to OWNERS file (#21121)

Signed-off-by: Ciprian Hacman <ciprian.hacman@sematext.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-nats-exporter]: add prometheus-operator servicemonitor support (#21088)

Signed-off-by: Alex Snast <alexsn@fb.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move WP to non-root (#21099)

* [stable/wordpress] Move WP to non-root

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

* [stable/wordpress] Update components versions

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

* README fixes and issue with validation

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

Co-authored-by: Bitnami Bot <containers-bot@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Use the new api for ingress (#21049)

Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator ] Bump operator version, update dependencies (#20572)

* Fix CRD annotations, bump operator version

Alter port on node-exporter because CI is down

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update dependent charts to latest

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update readme and cleanup-attempt template

Signed-off-by: vas <vasily.sliouniaev@jet.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] README incorrect example (#20804)

Within the README file there was an incorrect example where env.username
was given rather then env.email.

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update percona to 5.7.26 and fix manifest to use apps/v1 (#20164)

* Update percona to 5.7.26 and fix manifest to use apps/v1

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>

* Version bump

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Allow using initContainer to set volume permissions (#21019)

* [stable/chartmuseum] Use initContainer to set the permissions when securityContext is not available

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Use .Values.persistence.path for the PV mount path

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Correct the variable name in the readme

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Revert the changes to incubator chart

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-adapter] Do not create custom metrics rbac (#20900)

Commit b7afaf9d8875f6aa1cfed4c0422cb28e51d823a3 ("do not create
apiservice when not needed") from PR #20883 disabled the custom API
Service when no custom rules are used. However, we also need to not
deploy the cluster role as it has no use.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix test race condition (#20967)

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor (#21093)

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>

* [stable/rabbitmq-ha]: bumps chart version

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] fix setting env vars (#21106) (#21106)

Signed-off-by: Brendan Germain <brendan.germain@nasdaq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Added configmapReload.enabled parameter (#20578) (#20912)

* Added configmapReload.enabled parameter (#20578)

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Splitted configmapReload parameters

It's now possible to independently change the parameters of the two
configmapReload containers using configmapReload.prometheus.* and
configmapReload.alertmanager.* parameters.

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Bumped chart version

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] Pr modifies pgadmin to accept enhanced_cookie_protection  env to fix ingress issue #18568 (#21045)

* False and True should be forced otherwise it will be interpreted as boolean

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* updates enhanced_cookie_protection

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* adds the documentation of enhanced_cookie_protection in pgadmin

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* as discussed I upgrade to 1.2.2

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* Updates README.md to adds default env variables

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* update README.md : the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Added fullname as prefix for init-scripts configmap name. (#21110)

* Added fullname as prefix for init-scripts configmap name.

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>

* Update Chart.yaml

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Upgrade to latest release 1.3.0 (#21101)

Signed-off-by: Mike Unke <unke@b1-systems.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update eventrouter to v0.3 (#21140)

Signed-off-by: blakeroberts-wk <blake.roberts@workiva.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] annotation fix (#21155)

* annotation fix
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>

* use with operator
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use ksm chart for ksm (#21148)

By leveraging the ksm chart we are deduplicating community effort.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore: use the new api for ingress (#20648)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] updateStrategy added when useStatefulSet is true and serviceName added. (#21150)

* updateStrategy added when useStatefulSet is true and serviceName added.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>

* typo fix.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Fix issue with port number when using external dbs (#21172)

Signed-off-by: juan131 <juan@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [mssql/linux] Allow setting tolerations, affinity, and securityContext (#20745)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21173)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21174)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Add podLabels support (#21083)

Signed-off-by: Joffrey Janiec <jjaniec@student.42.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] match minReplicas to the documentation (#21184)

Signed-off-by: Heechul Ryu <ryuhcii@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Additional auth job variables (#21075)

* Adding hookDeletePolicy variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Adding backoffLimit variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Bumping chart version.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #93 from gurbuzali/jet-4.0 (#21182)

* Merge pull request #93 from gurbuzali/jet-4.0

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.8 (#21143)

* [stable/osclass] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.5 (#21145)

* [stable/testlink] Release 7.1.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Release 9.1.11 (#21192)

* [stable/ghost] Release 9.1.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.5 (#21152)

* [stable/moodle] Release 7.2.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Upgrade to latest agent version (9.6.1) (#21213)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [newrelic-infra] Bump chart to latest version (#21187)

Signed-off-by: Lennert Claeys <lclaeys@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Add sidecars support (#21188)

* [stable/postgresql] Add sidecars support

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

* Fix if

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] update pluging versions (#21205)

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/consul] updated templating for ingress host (#21207)

Signed-off-by: Yatharth Sharma <yatharth0045@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nextcloud] add subPath option (#21210)

* [stable/nextcloud] add subPath option

[Why]
The user will now be able to specify nextcloud.persistence.subPath and
it will automatically set each of the nextcloud-data mounts properly

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] bump chart version to 1.9.2

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] document persistence.subPath option

Signed-off-by: Samantha McVey <samantham@posteo.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update README.md (#19876)

bump version

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Support tmpl files which are not YAML (#21208)

Signed-off-by: Malte Krupa <github-nqyroppg@nafn.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] be able to change git sync target (#21217)

Helpful when you want to sync to a subdir

Signed-off-by: Steffen Tautenhahn <stevie-@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #103 from eminn/security-context (#21219)

* Merge pull request #103 from eminn/security-context

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/traefik] Add distinct container SecurityContext tunable (#20743) (#20887)

* [stable/traefik] Add distinct container SecurityContext tunable (#20743)

Signed-off-by: David Kirchner <dpk@dpk.net>

* [stable/traefik] Update new securityContext K8S API links to something more up to date

Signed-off-by: David Kirchner <dpk@dpk.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Make liveness and readiness probes configurable (#19637)

Signed-off-by: Maarten de Waard <maarten@greenhost.nl>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drone] Add deprecation note in favor of official Charts (#21151)

* [stable/drone] Add deprecation note in favor of official Charts

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* bump chart version number

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* remove maintainers to pass linting

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow configuring terminationGracePeriodSeconds (#21072)

Signed-off-by: Jocelyn Lussier <jocelyn.lussier2@montreal.ca>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] allow gRPC configuration using values (#21225)

* [stable/falco] allow gRPC configuration using values

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] Update CHANGELOG.md

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] chart version bump

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use selectorLabels helper in headless service (#21196)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis-ha] Fix label selector of haproxy servicemonitor (#20209)

* [stable/redis-ha] Fix label selector of haproxy servicemonitor

The old servicemonitor did not actually match the deployed service,
because the service uses redis-ha.fullname as a label
(https://github.com/helm/charts/blob/master/stable/redis-ha/templates/redis-haproxy-service.yaml#L9)
but the servicemonitor matches redis-ha.name.

Signed-off-by: Max Rosin <m.rosin@syseleven.de>

* Raise chart version after rebase

Signed-off-by: Max Rosin <git@hackrid.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21231)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21234)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Upgrade to v0.10.0 (#21238)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore(grafana): update grafana version (#21214)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Merge pull request #104 from eminn/fsGroup-helm3-fix (#21239)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cerebro] Add ability to set tls skip verify via vaules file (#21178)

* Update Chart.yaml

Signed-off-by: Raul Garcia <garcia@denic.de>

* Add ability skip tls verification

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update configmap.yaml

fixed mixed behavior

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update stable/cerebro/Chart.yaml

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

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add missing permission for volumeattachments collector (#21079)

When enabling the volumeattachments collector, the following error is
logged without this permission:

Failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "XXXXX:kube-state-metrics" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope

Signed-off-by: Fabrice Rabaute <fabrice@arista.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* make configurable securityContext at statefulset spec level (#102) (#21218)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elastic-stack] update requirements for 1.16 (#18620)

Signed-off-by: a1kemist <lsnelson33@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] feature: add support for extra containers and volumes (#20875)

* add support for extra containers and volumes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* fix: updated the pull request with recommended changes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* update the chart version to `3.12.0`

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [sonatype-nexus] provide granular resource requests to nexus backup container (#21123)

Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Add ThanosRuler resources to ClusterRole (#21190)

* Add ThanosRuler resources to ClusterRole

Signed-off-by: Steve Buzonas <steve@fancyguy.com>

* Bump chart version

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix hard-coded path and default to "/" (#21253)

* fix hard-coded path and default to "/"

Signed-off-by: Joe Steffee <jsteffee@flexera.com>

* bump version

Signed-off-by: Joe Steffee <jsteffee@flexera.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Enable all collectors by default (#21245)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Deprecate sonatype-nexus chart (#21255)

Signed-off-by: Rob Kernick <rjkernick@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] reuse existing service account (#21204)

* [stable/cluster-autoscaler] reuse existing service account

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>

* refactor service account name in values.yaml

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [prometheus/stable] auto import of dashboards with helm template(helm 3) (#21263)

* [prometheus/stable] auto import of dashboards with helm template(helm 3)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

* Fix the chart version

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankarm <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Only create PSP RBAC if rbac.create is true. (#19986)

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Fix secret key path in deployment (#21259)

* Update secret key path in deployment

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Clarify use of SSL connections in redis address

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Update chart version

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch-curator] load envs from secrets first (#20874)

* [stable/elasticsearch-curator] load envs from secrets first

allows using environment variable composition with env
variables that are loaded from secrets (e.g. for loading
a HTTP password and then compositing it into a full
basic auth env variable).

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>

* stable/elasticsearch-curator: bump version

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/memcached] fixes updateStrategy for Deployment (#18989)

* [stable/memcached] fixes updateStrategy for Deployment

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] add enforcedNamespaceLabel option to the prom operator (#21132)

Signed-off-by: Will Salt <williamejsalt@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Revert "Mount the directory containing the CRI socket instead of the socket itself" (#21268)

This reverts commit 24b4881ecb9ae7c4368359d59df4fcc968493356.

Fixes #21223

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] add instruction to make it work with nlb (#21260)

* add instruction to make it work with nlb

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* configurable upgrade strategy type (#21272)

The default is 'Recreate' in order to avoid issues with multi-attach
volmue errors

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Namespace override (#21203)

Signed-off-by: Mohammad Forutan <mforutan@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix(values): move maxmindLicenseKey under controller (#21282)

Signed-off-by: azman0101 <azman0101@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Set rollingUpdate to null when strategy is Recreate (#21289)

This change improves handling of deployment strategy parameters:

1) Improve documentation on strategy parameters.

2) Document & use alertmanager.strategy.type, which was present in
   values.yaml but unused. Alertmanager was previous using server.strategy

3) Set strategy.rollingUpdate to null when strategy.type is 'Recreate'.
   This is necessary to prevent the following error on an upgrade
   switching the strategy type from 'RollingUpdate' to 'Recreate':

   ```
   UPGRADE FAILED: Deployment.apps "prometheus-server" is invalid:
   spec.strategy.rollingUpdate: Forbidden: may not be specified
   when strategy `type` is 'Recreate'
   ```

Signed-off-by: Alexandre Rebert <alex@forallsecure.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)

* [stable/postgresql] Setting kubernetes version to KubeVersion.Version and defaulting to deprecated KubeVersion.GitVersion

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Bumping chart version

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Added kubeVersion helper that works in Helm 2.x and 3.x

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Simplified kubeVersion helper function

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Release 8.0.9 (#21278)

* [stable/suitecrm] Release 8.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.9 (#21270)

* [stable/prestashop] Release 9.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Release 9.0.11 (#21279)

* [stable/phabricator] Release 9.0.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.9 (#21280)

* [stable/drupal] Release 6.2.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/graylog Adding the possibility of specifying your own URI for the GeoLite DDBB location (#21267)

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:41:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

	modified:   Chart.yaml
bumped Chart.yaml version

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
	modified:   README.md

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch] Adds imagePullSecrets to test image (#21048)

Signed-off-by: Marcos Estevez <marcos.stvz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Fix roles for k8s >1.15 (#21261)

Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/fluentd] Enable use of statefulset without autoscaling (#19668)

Signed-off-by: Dale Tristram <dale.tristram@sprinthive.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns]use the latest GH link of externaldns (#21291)

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Revert "[stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)" (#21308)

This reverts commit 6b848abd21a2c8fd0acfba751282f404162a30e5.

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] Added 'topicPermission' key in definitions.json secret (#20656)

* Added the possibility of adding "topic_prmissions" key in definitions.json

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Version Bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Fixing version bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21232)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kapacitor] Chart deprecation (#21247)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.10 (#21297)

* [stable/drupal] Release 6.2.10 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Release 8.1.6 (#21299)

* [stable/owncloud] Release 8.1.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21233)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Chart deprecation (#21246)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] deprecated (#21275)

* [stable/pgadmin] deprecated

Moved towards a new repo: https://github.com/rowanruseler/helm-charts

helm hub: https://hub.helm.sh/charts/runix/pgadmin4

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* [stable/pgadmin] duplication of key description

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Adding captive portal service (#21241)

* [stable/unifi] Adding captive portal service
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Annnd bumping version
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* Added an enabled switch

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixing feedbacks

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Adding captive portal ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Better table formatting

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixed ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

Co-authored-by: Arno DUBOIS <arnodubois@sweetpunk.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chaoskube] Support adding pod labels. (#20914)

Signed-off-by: Afolabi Badmos <afolabi@badmos.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] allow ingress to have empty host (#21315)

Allow enabling ingress with a host not set. Currently, it's not possible
if we want to enable ingress, but does not want to set a host for the
ingress rule.

With this patch, if you set the host to be an empty string, the host
field in the Ingress rule won't be set, allowing all inbound traffic
regardless of the host used.

Tested with this values:

```yaml
ingress:
  enabled: true
  hosts:
  - ""
```

```bash
$ helm template . myvalues.yaml
...
kind: Ingress
metadata:
  name: release-name-minio
  labels:
    app: minio
    chart: minio-5.0.12
    release: release-name
    heritage: Tiller
spec:
  rules:
    - http:
        paths:
          - path: /
            backend:
              serviceName: release-name-minio
              servicePort: 9000
```

Signed-off-by: Jie Yu <yujie.jay@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] remove references for old env docs (#21318)

Signed-off-by: Harshavardhana <harsha@minio.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Fixed some mistakes with nodePort (#21320)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Ingress was not referring to the good service (#21321)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Fix trace agent and useConfigMap (#21317)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>

Co-authored-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] ClusterRole leases and version bump to 1.17.1 (#21311)

* fix(cluster-autoscaler): ClusterRole leases and version bump to 1.17.1

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

* docs(cluster-autoscaler): Adding version to README.md

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq] Move chart to distributed bitnami repository (#21310)

* Deprecate Rabbitmq chart

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Add text to README and NOTES

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Fix wording

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Added custom volume support (#21285)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.6 (#21314)

* [stable/moodle] Release 7.2.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Honor image pull policy in init containers (#21298)

* [stable/datadog] Honor image pull policy setting in init containers

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Pass DD_CRI_SOCKET_PATH to the init container

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Bump version and fill changelog

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* daemonset.useDedicatedContainers should be removed

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

Co-authored-by: Matt Canty <56073682+matt-canty-dragon@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis] Move chart to distributed bitnami repository (#21333)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow]Add optional security context to airflow deployments (#21024)

* Add optional security context to airflow deployments

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* Address a typo in README.md

Signed-off-by: Ziyang Liu <zliu@chanzuckerberg.com>
Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* update version

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

Co-authored-by: Ziyang Liu <zliu@chanzuckerbreg.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] Allow projected volumes in controller-psp.yaml (#21322)

Signed-off-by: Karl-Philipp Richter <krichter@posteo.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/instana-agent] Chart version 1.0.24 (#21350)

Signed-off-by: Instana CD <instanacd@instana.com>

Co-authored-by: Instana CD <instanacd@instana.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed a compatibility issue with K8s 1.11 (#21353)

Signed-off-by: Chaoran Yu <yuchaoran2011@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

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

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

* [stable/prometheus-operator] Update README

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Fix for mounting CA certs from host (#21346)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector] Add custom labels to daemonset (#21334)

Add the ability to use custom labels to daemonset.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow to override AlertManager's target port (#21251)

Signed-off-by: Mickaël Canévet <mickael.canevet@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/atlantis] Updating AWS to not require 'credentials' for use with IRSA (#21305)

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Update latest agent version (9.7.0) (#21357)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update grafana version to include fix from #21196 (#21271)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Airflow updates (#21368)

- 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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] - Fix readme typo (#21256)

* bitnami/influxdb was stated in the upgrade section instead of stable/postgresql

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

* bump patch version

Signed-off-by: semyont <semyont@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector]: Bump to 0.8.1 NPD (#21360)

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 <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-ops-view] Add nodeSelector (#20696)

* add nodeSelector

Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

Co-authored-by: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Release 2.20.2 updating components versions (#21370)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Release 7.8.8 updating components versions (#21367)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* feat(home-assistant): Make service port name configurable (#20623)

This allows for compatibility with istio-enabled setups, which need the port name to start with `http`

Signed-off-by: Mike Bryant <mike@mikebryant.me.uk>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] Update jiva image to 1.7.1 (#21379)

Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Move chart to distributed bitnami repository (#21408)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kubewatch] Move chart to distributed bitnami repository (#21393)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external] Move chart to distributed bitnami repository (#21396)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Move chart to distributed bitnami repository (#21398)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Add support for Prometheus Operator Rules (#21387)

* Bump chart version

Signed-off-by: dahei <david.heinrich@cortado.com>

* Update README.md

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add values and example rules

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add prometheusrule template

Signed-off-by: dahei <david.heinrich@cortado.com>

* Uncommented parameters / removed trailing space

Signed-off-by: dahei <david.heinrich@cortado.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpmyadmin] Move chart to distributed bitnami repository (#21407)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/parse] Move chart to distributed bitnami repository (#21410)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Move chart to distributed bitnami repository (#21411)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Move chart to distributed bitnami repository (#21413)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Move chart to distributed bitnami repository (#21414)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move chart to distributed bitnami repository (#21415)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nats] Move chart to distributed bitnami repository (#21416)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mariadb] Move chart to distributed bitnami repository (#21417)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redmine] Move chart to distributed bitnami repository (#21418)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] Make kernel module dir writable (#21380)

* Make kernel module dir writable

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>

* Add CHANGELOG

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Move chart to distributed bitnami repository (#21391)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Move chart to distributed bitnami repository (#21392)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/dokuwiki] Move chart to distributed bitnami repository (#21394)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Move chart to distributed bitnami repository (#21395)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Move chart to distributed bitnami repository (#21397)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mediawiki] Move chart to distributed bitnami repository (#21399)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Move chart to distributed bitnami repository (#21400)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Move chart to distributed bitnami repository (#21402)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Move chart to distributed bitnami repository (#21403)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Move chart to distributed bitnami repository (#21404)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/opencart] Move chart to distributed bitnami repository (#21405)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Move chart to distributed bitnami repository (#21406)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Move chart to distributed bitnami repository (#21409)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpbb] Move chart to distributed bitnami repository (#21412)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] adding podLabels to web, scheduler, flower and worker pods (#21423)

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* bumping chart version

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

Co-authored-by: Brian Hawley <brian.hawley@kasasa.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] tls scheme variable incorrectly scoped (#21373)

remove local scope on $scheme in if-block, otherwise always "http"

Signed-off-by: Brien Dieterle <briend@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] add datadog.env in all containers (#21369)

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-pushgateway] upgrade to latest release (#21424)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Made terminationGracePeriodSeconds configurable (#21385)

Signed-off-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>

Co-authored-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Introduce processAgent.processCollection  (#21420)

* [stable/datadog] Introduce processAgent.processCollection to correctly configure DD_PROCESS_AGENT_ENABLED

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

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

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

* Update chart version

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/airflow: revert initdb order change (#21426)

The init order change in https://github.com/helm/charts/pull/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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] certs configuration and service for Falco gRPC server (#21436)

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] gRPC certificates configuration

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/newrelic-infrastructure] Upgrade the New Relic k8s integration to v1.16.0 (#21435)

* Upgrade the New Relic k8s integration to v1.16.0

Signed-off-by: Douglas Camata <dcamata@newrelic.com>

* Bump chart's patch instead of minor version

Signed-off-by: Douglas Camata <dcamata@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* adding examples for enabling githubauth (#21431)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankar <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kafka-manager] Ensure manager job gets run on an amd64 node in 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 <967068+jonstelly@users.noreply.github.com>

* Bump chart version

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>

* Version bump

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Add serviceMonitor to chartmuseum chart (#21455)

* Add serviceMonitor to chartmuseum chart

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>

* Remove unneeded ) -- fix linting

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fix typo and update docs (#21386)

Signed-off-by: John Kost <jkost@bandwidth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] Fix templating error starting with go 1.14 (#21446) (#21447)

Signed-off-by: Clément BUCHART <clement@buchart.dev>

Co-authored-by: Clément BUCHART <clement@buchart.dev>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/spinnaker] update spinnaker dependencies (#20917)

* [stable/spinnaker] update spinnaker dependencies

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Fix requirements.lock CI error

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Update Minio default values
Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* bump version to 2.0.0-rc1

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

* update spinnaker version to latest patch release 

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

* update halyard config for minio bucket changes

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

Co-authored-by: Paul Czarkowski <username.taken@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add PodDisruptionBudget (#21340)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-snmp-exporter] Fix serviceMonitor params (#19985)

The template for prometheus-snmp-exporter's serviceMonitor checks
for `.Values.serviceMonitor.params.enabled` but then tries to insert
`.Values.conf.params.conf` instead.

This change was already part of PR #18389 but that was closed due
to inactivity.

Signed-off-by: Helge Sychla <helge.sychla@travelping.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] update openebs charts to 1.8.0 release (#21448)

- Updated README
- Updated chart version
- Updated values.yaml

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options (#21466)

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>

* [stable/jenkins] Update README with `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add parameter additionalLabels to serviceMonitor template (#21450)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Add PodDisruptionBudget to Cluster Agent and Cluster Check Runners (#21433)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/grafana] Revert "[stable/grafana] move datasource provider to containers (#209… (#21442)

* Revert "[stable/grafana] move datasource provider to containers (#20985)"

This reverts commit 18e4853b

fixes #20909

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>

* updated version to 5.0.7

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Fix init script for newer mongodb versions (#21356)

* Fix init script for newer MongoDB versions

Signed-off-by: ricoberger <mail@ricoberger.de>

* Bump chart version

Signed-off-by: ricoberger <mail@ricoberger.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] bump prometheus-node-exporter version (#20958)

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update requirements

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version using helm2

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed: wrong variable at serviceMonitor template, introduce servicemonitor: enabled option and make additionalLables inherited under it (#21478)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/graylog] Add sidecar support, privileged access and load balance across various inputs (#21375)

* [stable/graylog] Add support for a single LB for all inputs

Opens up the option to host all inputs behind a single service instead
of requiring n+2 services for UDP and TCP

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Add support for sidecar containers

There are cases when a sidecar container is appropriate to run with the
Graylog server. One such use case is mounting a FUSE backend for
enterprise archives

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Allow to run as privileged

Signed-off-by: Chris Barton <chris.barton@recurly.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* add support for additionalPorts and vseditor (#21482)

- support additionalPorts
- vseditor changed logic for no passwords
- support to enable access to editor when home assistant does not start

Signed-off-by: Vegetto <git@angelnu.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/weave-scope] Add Satyam and Akash as reviewers and approvers (#21488)

* Add Satyam and Akash as reviewers and approvers

Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>

*…
li-adrienloiseau pushed a commit to li-adrienloiseau/charts that referenced this pull request Jul 29, 2020
Signed-off-by: Maarten de Waard <maarten@greenhost.nl>
Signed-off-by: Adrien Loiseau <adrien.loiseau@logic-immo.com>
li-adrienloiseau pushed a commit to li-adrienloiseau/charts that referenced this pull request Jul 29, 2020
… release (helm#21610)

* [bitnami/mariadb] Use buster in README example (#20733)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.8 (#21061)

* [stable/prestashop] Release 9.1.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Release 7.0.8 (#21059)

* [stable/orangehrm] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Release 13.0.3 (#21064)

* [stable/odoo] Release 13.0.3 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Release 7.1.9 (#21070)

* [stable/joomla] Release 7.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.8 (#21074)

* [stable/jasperreports] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Changed RabbitMQ TLS secret type to kubernetes.io/tls. Can use cert-manager created secrets with this chart now. (#20907)

Signed-off-by: Charalampos Kaidos <ckaidos@intracom-telecom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Change generated comments synatx to Helm template comments. (#21085)

Signed-off-by: Valentin Zayash <valioozz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* - Adjust ES and mongodb secret name defaults to avoid potential collision with graylog secret (#21071)

- Allow prepending http scheme to the ES uri fetched from a secret

Signed-off-by: Mohamed Hazem <mhaz@hellofresh.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog][v2.0.1] improve logs fields (#21086)

Co-Authored-By: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

Co-authored-by: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [incubator/vault] Support additional selector for Vault service (#20995)

* [incubator/vault] Support additional selector for Vault service

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Fix typo

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.7 (#21117)

* [stable/osclass] Release 7.0.7 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.4 (#21104)

* [stable/moodle] Release 7.2.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.9 (#21119)

* [stable/jasperreports] Release 7.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.4 (#21120)

* [stable/testlink] Release 7.1.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add Adnan and Nedim to OWNERS file (#21121)

Signed-off-by: Ciprian Hacman <ciprian.hacman@sematext.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-nats-exporter]: add prometheus-operator servicemonitor support (#21088)

Signed-off-by: Alex Snast <alexsn@fb.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move WP to non-root (#21099)

* [stable/wordpress] Move WP to non-root

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

* [stable/wordpress] Update components versions

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

* README fixes and issue with validation

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

Co-authored-by: Bitnami Bot <containers-bot@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Use the new api for ingress (#21049)

Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator ] Bump operator version, update dependencies (#20572)

* Fix CRD annotations, bump operator version

Alter port on node-exporter because CI is down

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update dependent charts to latest

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update readme and cleanup-attempt template

Signed-off-by: vas <vasily.sliouniaev@jet.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] README incorrect example (#20804)

Within the README file there was an incorrect example where env.username
was given rather then env.email.

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update percona to 5.7.26 and fix manifest to use apps/v1 (#20164)

* Update percona to 5.7.26 and fix manifest to use apps/v1

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>

* Version bump

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Allow using initContainer to set volume permissions (#21019)

* [stable/chartmuseum] Use initContainer to set the permissions when securityContext is not available

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Use .Values.persistence.path for the PV mount path

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Correct the variable name in the readme

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Revert the changes to incubator chart

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-adapter] Do not create custom metrics rbac (#20900)

Commit b7afaf9d8875f6aa1cfed4c0422cb28e51d823a3 ("do not create
apiservice when not needed") from PR #20883 disabled the custom API
Service when no custom rules are used. However, we also need to not
deploy the cluster role as it has no use.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix test race condition (#20967)

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor (#21093)

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>

* [stable/rabbitmq-ha]: bumps chart version

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] fix setting env vars (#21106) (#21106)

Signed-off-by: Brendan Germain <brendan.germain@nasdaq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Added configmapReload.enabled parameter (#20578) (#20912)

* Added configmapReload.enabled parameter (#20578)

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Splitted configmapReload parameters

It's now possible to independently change the parameters of the two
configmapReload containers using configmapReload.prometheus.* and
configmapReload.alertmanager.* parameters.

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Bumped chart version

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] Pr modifies pgadmin to accept enhanced_cookie_protection  env to fix ingress issue #18568 (#21045)

* False and True should be forced otherwise it will be interpreted as boolean

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* updates enhanced_cookie_protection

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* adds the documentation of enhanced_cookie_protection in pgadmin

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* as discussed I upgrade to 1.2.2

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* Updates README.md to adds default env variables

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* update README.md : the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Added fullname as prefix for init-scripts configmap name. (#21110)

* Added fullname as prefix for init-scripts configmap name.

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>

* Update Chart.yaml

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Upgrade to latest release 1.3.0 (#21101)

Signed-off-by: Mike Unke <unke@b1-systems.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update eventrouter to v0.3 (#21140)

Signed-off-by: blakeroberts-wk <blake.roberts@workiva.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] annotation fix (#21155)

* annotation fix
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>

* use with operator
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use ksm chart for ksm (#21148)

By leveraging the ksm chart we are deduplicating community effort.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore: use the new api for ingress (#20648)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] updateStrategy added when useStatefulSet is true and serviceName added. (#21150)

* updateStrategy added when useStatefulSet is true and serviceName added.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>

* typo fix.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Fix issue with port number when using external dbs (#21172)

Signed-off-by: juan131 <juan@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [mssql/linux] Allow setting tolerations, affinity, and securityContext (#20745)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21173)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21174)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Add podLabels support (#21083)

Signed-off-by: Joffrey Janiec <jjaniec@student.42.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] match minReplicas to the documentation (#21184)

Signed-off-by: Heechul Ryu <ryuhcii@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Additional auth job variables (#21075)

* Adding hookDeletePolicy variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Adding backoffLimit variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Bumping chart version.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #93 from gurbuzali/jet-4.0 (#21182)

* Merge pull request #93 from gurbuzali/jet-4.0

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.8 (#21143)

* [stable/osclass] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.5 (#21145)

* [stable/testlink] Release 7.1.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Release 9.1.11 (#21192)

* [stable/ghost] Release 9.1.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.5 (#21152)

* [stable/moodle] Release 7.2.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Upgrade to latest agent version (9.6.1) (#21213)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [newrelic-infra] Bump chart to latest version (#21187)

Signed-off-by: Lennert Claeys <lclaeys@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Add sidecars support (#21188)

* [stable/postgresql] Add sidecars support

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

* Fix if

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] update pluging versions (#21205)

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/consul] updated templating for ingress host (#21207)

Signed-off-by: Yatharth Sharma <yatharth0045@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nextcloud] add subPath option (#21210)

* [stable/nextcloud] add subPath option

[Why]
The user will now be able to specify nextcloud.persistence.subPath and
it will automatically set each of the nextcloud-data mounts properly

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] bump chart version to 1.9.2

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] document persistence.subPath option

Signed-off-by: Samantha McVey <samantham@posteo.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update README.md (#19876)

bump version

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Support tmpl files which are not YAML (#21208)

Signed-off-by: Malte Krupa <github-nqyroppg@nafn.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] be able to change git sync target (#21217)

Helpful when you want to sync to a subdir

Signed-off-by: Steffen Tautenhahn <stevie-@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #103 from eminn/security-context (#21219)

* Merge pull request #103 from eminn/security-context

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/traefik] Add distinct container SecurityContext tunable (#20743) (#20887)

* [stable/traefik] Add distinct container SecurityContext tunable (#20743)

Signed-off-by: David Kirchner <dpk@dpk.net>

* [stable/traefik] Update new securityContext K8S API links to something more up to date

Signed-off-by: David Kirchner <dpk@dpk.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Make liveness and readiness probes configurable (#19637)

Signed-off-by: Maarten de Waard <maarten@greenhost.nl>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drone] Add deprecation note in favor of official Charts (#21151)

* [stable/drone] Add deprecation note in favor of official Charts

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* bump chart version number

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* remove maintainers to pass linting

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow configuring terminationGracePeriodSeconds (#21072)

Signed-off-by: Jocelyn Lussier <jocelyn.lussier2@montreal.ca>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] allow gRPC configuration using values (#21225)

* [stable/falco] allow gRPC configuration using values

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] Update CHANGELOG.md

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] chart version bump

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use selectorLabels helper in headless service (#21196)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis-ha] Fix label selector of haproxy servicemonitor (#20209)

* [stable/redis-ha] Fix label selector of haproxy servicemonitor

The old servicemonitor did not actually match the deployed service,
because the service uses redis-ha.fullname as a label
(https://github.com/helm/charts/blob/master/stable/redis-ha/templates/redis-haproxy-service.yaml#L9)
but the servicemonitor matches redis-ha.name.

Signed-off-by: Max Rosin <m.rosin@syseleven.de>

* Raise chart version after rebase

Signed-off-by: Max Rosin <git@hackrid.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21231)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21234)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Upgrade to v0.10.0 (#21238)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore(grafana): update grafana version (#21214)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Merge pull request #104 from eminn/fsGroup-helm3-fix (#21239)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cerebro] Add ability to set tls skip verify via vaules file (#21178)

* Update Chart.yaml

Signed-off-by: Raul Garcia <garcia@denic.de>

* Add ability skip tls verification

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update configmap.yaml

fixed mixed behavior

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update stable/cerebro/Chart.yaml

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

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add missing permission for volumeattachments collector (#21079)

When enabling the volumeattachments collector, the following error is
logged without this permission:

Failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "XXXXX:kube-state-metrics" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope

Signed-off-by: Fabrice Rabaute <fabrice@arista.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* make configurable securityContext at statefulset spec level (#102) (#21218)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elastic-stack] update requirements for 1.16 (#18620)

Signed-off-by: a1kemist <lsnelson33@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] feature: add support for extra containers and volumes (#20875)

* add support for extra containers and volumes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* fix: updated the pull request with recommended changes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* update the chart version to `3.12.0`

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [sonatype-nexus] provide granular resource requests to nexus backup container (#21123)

Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Add ThanosRuler resources to ClusterRole (#21190)

* Add ThanosRuler resources to ClusterRole

Signed-off-by: Steve Buzonas <steve@fancyguy.com>

* Bump chart version

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix hard-coded path and default to "/" (#21253)

* fix hard-coded path and default to "/"

Signed-off-by: Joe Steffee <jsteffee@flexera.com>

* bump version

Signed-off-by: Joe Steffee <jsteffee@flexera.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Enable all collectors by default (#21245)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Deprecate sonatype-nexus chart (#21255)

Signed-off-by: Rob Kernick <rjkernick@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] reuse existing service account (#21204)

* [stable/cluster-autoscaler] reuse existing service account

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>

* refactor service account name in values.yaml

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [prometheus/stable] auto import of dashboards with helm template(helm 3) (#21263)

* [prometheus/stable] auto import of dashboards with helm template(helm 3)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

* Fix the chart version

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankarm <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Only create PSP RBAC if rbac.create is true. (#19986)

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Fix secret key path in deployment (#21259)

* Update secret key path in deployment

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Clarify use of SSL connections in redis address

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Update chart version

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch-curator] load envs from secrets first (#20874)

* [stable/elasticsearch-curator] load envs from secrets first

allows using environment variable composition with env
variables that are loaded from secrets (e.g. for loading
a HTTP password and then compositing it into a full
basic auth env variable).

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>

* stable/elasticsearch-curator: bump version

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/memcached] fixes updateStrategy for Deployment (#18989)

* [stable/memcached] fixes updateStrategy for Deployment

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] add enforcedNamespaceLabel option to the prom operator (#21132)

Signed-off-by: Will Salt <williamejsalt@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Revert "Mount the directory containing the CRI socket instead of the socket itself" (#21268)

This reverts commit 24b4881ecb9ae7c4368359d59df4fcc968493356.

Fixes #21223

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] add instruction to make it work with nlb (#21260)

* add instruction to make it work with nlb

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* configurable upgrade strategy type (#21272)

The default is 'Recreate' in order to avoid issues with multi-attach
volmue errors

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Namespace override (#21203)

Signed-off-by: Mohammad Forutan <mforutan@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix(values): move maxmindLicenseKey under controller (#21282)

Signed-off-by: azman0101 <azman0101@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Set rollingUpdate to null when strategy is Recreate (#21289)

This change improves handling of deployment strategy parameters:

1) Improve documentation on strategy parameters.

2) Document & use alertmanager.strategy.type, which was present in
   values.yaml but unused. Alertmanager was previous using server.strategy

3) Set strategy.rollingUpdate to null when strategy.type is 'Recreate'.
   This is necessary to prevent the following error on an upgrade
   switching the strategy type from 'RollingUpdate' to 'Recreate':

   ```
   UPGRADE FAILED: Deployment.apps "prometheus-server" is invalid:
   spec.strategy.rollingUpdate: Forbidden: may not be specified
   when strategy `type` is 'Recreate'
   ```

Signed-off-by: Alexandre Rebert <alex@forallsecure.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)

* [stable/postgresql] Setting kubernetes version to KubeVersion.Version and defaulting to deprecated KubeVersion.GitVersion

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Bumping chart version

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Added kubeVersion helper that works in Helm 2.x and 3.x

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Simplified kubeVersion helper function

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Release 8.0.9 (#21278)

* [stable/suitecrm] Release 8.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.9 (#21270)

* [stable/prestashop] Release 9.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Release 9.0.11 (#21279)

* [stable/phabricator] Release 9.0.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.9 (#21280)

* [stable/drupal] Release 6.2.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/graylog Adding the possibility of specifying your own URI for the GeoLite DDBB location (#21267)

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:41:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

	modified:   Chart.yaml
bumped Chart.yaml version

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
	modified:   README.md

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch] Adds imagePullSecrets to test image (#21048)

Signed-off-by: Marcos Estevez <marcos.stvz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Fix roles for k8s >1.15 (#21261)

Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/fluentd] Enable use of statefulset without autoscaling (#19668)

Signed-off-by: Dale Tristram <dale.tristram@sprinthive.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns]use the latest GH link of externaldns (#21291)

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Revert "[stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)" (#21308)

This reverts commit 6b848abd21a2c8fd0acfba751282f404162a30e5.

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] Added 'topicPermission' key in definitions.json secret (#20656)

* Added the possibility of adding "topic_prmissions" key in definitions.json

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Version Bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Fixing version bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21232)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kapacitor] Chart deprecation (#21247)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.10 (#21297)

* [stable/drupal] Release 6.2.10 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Release 8.1.6 (#21299)

* [stable/owncloud] Release 8.1.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21233)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Chart deprecation (#21246)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] deprecated (#21275)

* [stable/pgadmin] deprecated

Moved towards a new repo: https://github.com/rowanruseler/helm-charts

helm hub: https://hub.helm.sh/charts/runix/pgadmin4

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* [stable/pgadmin] duplication of key description

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Adding captive portal service (#21241)

* [stable/unifi] Adding captive portal service
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Annnd bumping version
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* Added an enabled switch

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixing feedbacks

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Adding captive portal ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Better table formatting

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixed ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

Co-authored-by: Arno DUBOIS <arnodubois@sweetpunk.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chaoskube] Support adding pod labels. (#20914)

Signed-off-by: Afolabi Badmos <afolabi@badmos.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] allow ingress to have empty host (#21315)

Allow enabling ingress with a host not set. Currently, it's not possible
if we want to enable ingress, but does not want to set a host for the
ingress rule.

With this patch, if you set the host to be an empty string, the host
field in the Ingress rule won't be set, allowing all inbound traffic
regardless of the host used.

Tested with this values:

```yaml
ingress:
  enabled: true
  hosts:
  - ""
```

```bash
$ helm template . myvalues.yaml
...
kind: Ingress
metadata:
  name: release-name-minio
  labels:
    app: minio
    chart: minio-5.0.12
    release: release-name
    heritage: Tiller
spec:
  rules:
    - http:
        paths:
          - path: /
            backend:
              serviceName: release-name-minio
              servicePort: 9000
```

Signed-off-by: Jie Yu <yujie.jay@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] remove references for old env docs (#21318)

Signed-off-by: Harshavardhana <harsha@minio.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Fixed some mistakes with nodePort (#21320)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Ingress was not referring to the good service (#21321)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Fix trace agent and useConfigMap (#21317)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>

Co-authored-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] ClusterRole leases and version bump to 1.17.1 (#21311)

* fix(cluster-autoscaler): ClusterRole leases and version bump to 1.17.1

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

* docs(cluster-autoscaler): Adding version to README.md

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq] Move chart to distributed bitnami repository (#21310)

* Deprecate Rabbitmq chart

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Add text to README and NOTES

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Fix wording

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Added custom volume support (#21285)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.6 (#21314)

* [stable/moodle] Release 7.2.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Honor image pull policy in init containers (#21298)

* [stable/datadog] Honor image pull policy setting in init containers

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Pass DD_CRI_SOCKET_PATH to the init container

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Bump version and fill changelog

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* daemonset.useDedicatedContainers should be removed

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

Co-authored-by: Matt Canty <56073682+matt-canty-dragon@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis] Move chart to distributed bitnami repository (#21333)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow]Add optional security context to airflow deployments (#21024)

* Add optional security context to airflow deployments

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* Address a typo in README.md

Signed-off-by: Ziyang Liu <zliu@chanzuckerberg.com>
Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* update version

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

Co-authored-by: Ziyang Liu <zliu@chanzuckerbreg.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] Allow projected volumes in controller-psp.yaml (#21322)

Signed-off-by: Karl-Philipp Richter <krichter@posteo.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/instana-agent] Chart version 1.0.24 (#21350)

Signed-off-by: Instana CD <instanacd@instana.com>

Co-authored-by: Instana CD <instanacd@instana.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed a compatibility issue with K8s 1.11 (#21353)

Signed-off-by: Chaoran Yu <yuchaoran2011@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

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

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

* [stable/prometheus-operator] Update README

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Fix for mounting CA certs from host (#21346)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector] Add custom labels to daemonset (#21334)

Add the ability to use custom labels to daemonset.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow to override AlertManager's target port (#21251)

Signed-off-by: Mickaël Canévet <mickael.canevet@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/atlantis] Updating AWS to not require 'credentials' for use with IRSA (#21305)

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Update latest agent version (9.7.0) (#21357)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update grafana version to include fix from #21196 (#21271)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Airflow updates (#21368)

- 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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] - Fix readme typo (#21256)

* bitnami/influxdb was stated in the upgrade section instead of stable/postgresql

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

* bump patch version

Signed-off-by: semyont <semyont@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector]: Bump to 0.8.1 NPD (#21360)

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 <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-ops-view] Add nodeSelector (#20696)

* add nodeSelector

Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

Co-authored-by: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Release 2.20.2 updating components versions (#21370)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Release 7.8.8 updating components versions (#21367)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* feat(home-assistant): Make service port name configurable (#20623)

This allows for compatibility with istio-enabled setups, which need the port name to start with `http`

Signed-off-by: Mike Bryant <mike@mikebryant.me.uk>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] Update jiva image to 1.7.1 (#21379)

Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Move chart to distributed bitnami repository (#21408)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kubewatch] Move chart to distributed bitnami repository (#21393)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external] Move chart to distributed bitnami repository (#21396)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Move chart to distributed bitnami repository (#21398)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Add support for Prometheus Operator Rules (#21387)

* Bump chart version

Signed-off-by: dahei <david.heinrich@cortado.com>

* Update README.md

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add values and example rules

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add prometheusrule template

Signed-off-by: dahei <david.heinrich@cortado.com>

* Uncommented parameters / removed trailing space

Signed-off-by: dahei <david.heinrich@cortado.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpmyadmin] Move chart to distributed bitnami repository (#21407)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/parse] Move chart to distributed bitnami repository (#21410)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Move chart to distributed bitnami repository (#21411)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Move chart to distributed bitnami repository (#21413)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Move chart to distributed bitnami repository (#21414)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move chart to distributed bitnami repository (#21415)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nats] Move chart to distributed bitnami repository (#21416)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mariadb] Move chart to distributed bitnami repository (#21417)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redmine] Move chart to distributed bitnami repository (#21418)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] Make kernel module dir writable (#21380)

* Make kernel module dir writable

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>

* Add CHANGELOG

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Move chart to distributed bitnami repository (#21391)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Move chart to distributed bitnami repository (#21392)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/dokuwiki] Move chart to distributed bitnami repository (#21394)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Move chart to distributed bitnami repository (#21395)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Move chart to distributed bitnami repository (#21397)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mediawiki] Move chart to distributed bitnami repository (#21399)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Move chart to distributed bitnami repository (#21400)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Move chart to distributed bitnami repository (#21402)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Move chart to distributed bitnami repository (#21403)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Move chart to distributed bitnami repository (#21404)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/opencart] Move chart to distributed bitnami repository (#21405)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Move chart to distributed bitnami repository (#21406)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Move chart to distributed bitnami repository (#21409)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpbb] Move chart to distributed bitnami repository (#21412)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] adding podLabels to web, scheduler, flower and worker pods (#21423)

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* bumping chart version

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

Co-authored-by: Brian Hawley <brian.hawley@kasasa.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] tls scheme variable incorrectly scoped (#21373)

remove local scope on $scheme in if-block, otherwise always "http"

Signed-off-by: Brien Dieterle <briend@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] add datadog.env in all containers (#21369)

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-pushgateway] upgrade to latest release (#21424)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Made terminationGracePeriodSeconds configurable (#21385)

Signed-off-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>

Co-authored-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Introduce processAgent.processCollection  (#21420)

* [stable/datadog] Introduce processAgent.processCollection to correctly configure DD_PROCESS_AGENT_ENABLED

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

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

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

* Update chart version

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/airflow: revert initdb order change (#21426)

The init order change in https://github.com/helm/charts/pull/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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] certs configuration and service for Falco gRPC server (#21436)

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] gRPC certificates configuration

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/newrelic-infrastructure] Upgrade the New Relic k8s integration to v1.16.0 (#21435)

* Upgrade the New Relic k8s integration to v1.16.0

Signed-off-by: Douglas Camata <dcamata@newrelic.com>

* Bump chart's patch instead of minor version

Signed-off-by: Douglas Camata <dcamata@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* adding examples for enabling githubauth (#21431)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankar <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kafka-manager] Ensure manager job gets run on an amd64 node in 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 <967068+jonstelly@users.noreply.github.com>

* Bump chart version

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>

* Version bump

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Add serviceMonitor to chartmuseum chart (#21455)

* Add serviceMonitor to chartmuseum chart

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>

* Remove unneeded ) -- fix linting

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fix typo and update docs (#21386)

Signed-off-by: John Kost <jkost@bandwidth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] Fix templating error starting with go 1.14 (#21446) (#21447)

Signed-off-by: Clément BUCHART <clement@buchart.dev>

Co-authored-by: Clément BUCHART <clement@buchart.dev>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/spinnaker] update spinnaker dependencies (#20917)

* [stable/spinnaker] update spinnaker dependencies

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Fix requirements.lock CI error

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Update Minio default values
Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* bump version to 2.0.0-rc1

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

* update spinnaker version to latest patch release 

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

* update halyard config for minio bucket changes

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

Co-authored-by: Paul Czarkowski <username.taken@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add PodDisruptionBudget (#21340)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-snmp-exporter] Fix serviceMonitor params (#19985)

The template for prometheus-snmp-exporter's serviceMonitor checks
for `.Values.serviceMonitor.params.enabled` but then tries to insert
`.Values.conf.params.conf` instead.

This change was already part of PR #18389 but that was closed due
to inactivity.

Signed-off-by: Helge Sychla <helge.sychla@travelping.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] update openebs charts to 1.8.0 release (#21448)

- Updated README
- Updated chart version
- Updated values.yaml

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options (#21466)

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>

* [stable/jenkins] Update README with `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add parameter additionalLabels to serviceMonitor template (#21450)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Add PodDisruptionBudget to Cluster Agent and Cluster Check Runners (#21433)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/grafana] Revert "[stable/grafana] move datasource provider to containers (#209… (#21442)

* Revert "[stable/grafana] move datasource provider to containers (#20985)"

This reverts commit 18e4853b

fixes #20909

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>

* updated version to 5.0.7

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Fix init script for newer mongodb versions (#21356)

* Fix init script for newer MongoDB versions

Signed-off-by: ricoberger <mail@ricoberger.de>

* Bump chart version

Signed-off-by: ricoberger <mail@ricoberger.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] bump prometheus-node-exporter version (#20958)

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update requirements

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version using helm2

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed: wrong variable at serviceMonitor template, introduce servicemonitor: enabled option and make additionalLables inherited under it (#21478)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/graylog] Add sidecar support, privileged access and load balance across various inputs (#21375)

* [stable/graylog] Add support for a single LB for all inputs

Opens up the option to host all inputs behind a single service instead
of requiring n+2 services for UDP and TCP

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Add support for sidecar containers

There are cases when a sidecar container is appropriate to run with the
Graylog server. One such use case is mounting a FUSE backend for
enterprise archives

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Allow to run as privileged

Signed-off-by: Chris Barton <chris.barton@recurly.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* add support for additionalPorts and vseditor (#21482)

- support additionalPorts
- vseditor changed logic for no passwords
- support to enable access to editor when home assistant does not start

Signed-off-by: Vegetto <git@angelnu.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/weave-scope] Add Satyam and Akash as reviewers and approvers (#21488)

* Add Satyam and Akash as reviewers and approvers

Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>

*…
mmingorance-dh pushed a commit to mmingorance-dh/charts that referenced this pull request Aug 28, 2020
Signed-off-by: Maarten de Waard <maarten@greenhost.nl>
Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
mmingorance-dh pushed a commit to mmingorance-dh/charts that referenced this pull request Aug 28, 2020
… release (helm#21610)

* [bitnami/mariadb] Use buster in README example (#20733)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.8 (#21061)

* [stable/prestashop] Release 9.1.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Release 7.0.8 (#21059)

* [stable/orangehrm] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Release 13.0.3 (#21064)

* [stable/odoo] Release 13.0.3 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Release 7.1.9 (#21070)

* [stable/joomla] Release 7.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.8 (#21074)

* [stable/jasperreports] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Changed RabbitMQ TLS secret type to kubernetes.io/tls. Can use cert-manager created secrets with this chart now. (#20907)

Signed-off-by: Charalampos Kaidos <ckaidos@intracom-telecom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Change generated comments synatx to Helm template comments. (#21085)

Signed-off-by: Valentin Zayash <valioozz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* - Adjust ES and mongodb secret name defaults to avoid potential collision with graylog secret (#21071)

- Allow prepending http scheme to the ES uri fetched from a secret

Signed-off-by: Mohamed Hazem <mhaz@hellofresh.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog][v2.0.1] improve logs fields (#21086)

Co-Authored-By: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

Co-authored-by: Vincent Boulineau <58430298+vboulineau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [incubator/vault] Support additional selector for Vault service (#20995)

* [incubator/vault] Support additional selector for Vault service

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Fix typo

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.7 (#21117)

* [stable/osclass] Release 7.0.7 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.4 (#21104)

* [stable/moodle] Release 7.2.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Release 7.0.9 (#21119)

* [stable/jasperreports] Release 7.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.4 (#21120)

* [stable/testlink] Release 7.1.4 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add Adnan and Nedim to OWNERS file (#21121)

Signed-off-by: Ciprian Hacman <ciprian.hacman@sematext.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-nats-exporter]: add prometheus-operator servicemonitor support (#21088)

Signed-off-by: Alex Snast <alexsn@fb.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move WP to non-root (#21099)

* [stable/wordpress] Move WP to non-root

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

* [stable/wordpress] Update components versions

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

* README fixes and issue with validation

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

Co-authored-by: Bitnami Bot <containers-bot@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Use the new api for ingress (#21049)

Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator ] Bump operator version, update dependencies (#20572)

* Fix CRD annotations, bump operator version

Alter port on node-exporter because CI is down

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update dependent charts to latest

Signed-off-by: vas <vasily.sliouniaev@jet.com>

* Update readme and cleanup-attempt template

Signed-off-by: vas <vasily.sliouniaev@jet.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] README incorrect example (#20804)

Within the README file there was an incorrect example where env.username
was given rather then env.email.

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update percona to 5.7.26 and fix manifest to use apps/v1 (#20164)

* Update percona to 5.7.26 and fix manifest to use apps/v1

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>

* Version bump

Signed-off-by: Salar Moghaddam <salarmgh@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Allow using initContainer to set volume permissions (#21019)

* [stable/chartmuseum] Use initContainer to set the permissions when securityContext is not available

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Use .Values.persistence.path for the PV mount path

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Correct the variable name in the readme

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Revert the changes to incubator chart

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-adapter] Do not create custom metrics rbac (#20900)

Commit b7afaf9d8875f6aa1cfed4c0422cb28e51d823a3 ("do not create
apiservice when not needed") from PR #20883 disabled the custom API
Service when no custom rules are used. However, we also need to not
deploy the cluster role as it has no use.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix test race condition (#20967)

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor (#21093)

* [stable/rabbitmq-ha] adds scrapeTimeout option on ServiceMonitor

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>

* [stable/rabbitmq-ha]: bumps chart version

Signed-off-by: Felippe Mendonça <mendonca.felippe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] fix setting env vars (#21106) (#21106)

Signed-off-by: Brendan Germain <brendan.germain@nasdaq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Added configmapReload.enabled parameter (#20578) (#20912)

* Added configmapReload.enabled parameter (#20578)

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Splitted configmapReload parameters

It's now possible to independently change the parameters of the two
configmapReload containers using configmapReload.prometheus.* and
configmapReload.alertmanager.* parameters.

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>

* Bumped chart version

Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] Pr modifies pgadmin to accept enhanced_cookie_protection  env to fix ingress issue #18568 (#21045)

* False and True should be forced otherwise it will be interpreted as boolean

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* updates enhanced_cookie_protection

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* adds the documentation of enhanced_cookie_protection in pgadmin

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* as discussed I upgrade to 1.2.2

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* Updates README.md to adds default env variables

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>

* update README.md : the value of enhanced_cookie_protection should be double quoted

Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Added fullname as prefix for init-scripts configmap name. (#21110)

* Added fullname as prefix for init-scripts configmap name.

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>

* Update Chart.yaml

Signed-off-by: Marcos Monteiro <marcos.monteiro@greenbricklabs.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Upgrade to latest release 1.3.0 (#21101)

Signed-off-by: Mike Unke <unke@b1-systems.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update eventrouter to v0.3 (#21140)

Signed-off-by: blakeroberts-wk <blake.roberts@workiva.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] annotation fix (#21155)

* annotation fix
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>

* use with operator
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use ksm chart for ksm (#21148)

By leveraging the ksm chart we are deduplicating community effort.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore: use the new api for ingress (#20648)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] updateStrategy added when useStatefulSet is true and serviceName added. (#21150)

* updateStrategy added when useStatefulSet is true and serviceName added.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>

* typo fix.

Signed-off-by: Ahmet Kaftan <ahmet.kaftan@cloudnesil.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Fix issue with port number when using external dbs (#21172)

Signed-off-by: juan131 <juan@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [mssql/linux] Allow setting tolerations, affinity, and securityContext (#20745)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21173)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add runAsGroup in SecurityContext (#101) (#21174)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Add podLabels support (#21083)

Signed-off-by: Joffrey Janiec <jjaniec@student.42.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] match minReplicas to the documentation (#21184)

Signed-off-by: Heechul Ryu <ryuhcii@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Additional auth job variables (#21075)

* Adding hookDeletePolicy variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Adding backoffLimit variable.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>

* Bumping chart version.

Signed-off-by: Jeremy Roberts <jeremy@robertsisland.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #93 from gurbuzali/jet-4.0 (#21182)

* Merge pull request #93 from gurbuzali/jet-4.0

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Release 7.0.8 (#21143)

* [stable/osclass] Release 7.0.8 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Release 7.1.5 (#21145)

* [stable/testlink] Release 7.1.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Release 9.1.11 (#21192)

* [stable/ghost] Release 9.1.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.5 (#21152)

* [stable/moodle] Release 7.2.5 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Upgrade to latest agent version (9.6.1) (#21213)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [newrelic-infra] Bump chart to latest version (#21187)

Signed-off-by: Lennert Claeys <lclaeys@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Add sidecars support (#21188)

* [stable/postgresql] Add sidecars support

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

* Fix if

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] update pluging versions (#21205)

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/consul] updated templating for ingress host (#21207)

Signed-off-by: Yatharth Sharma <yatharth0045@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nextcloud] add subPath option (#21210)

* [stable/nextcloud] add subPath option

[Why]
The user will now be able to specify nextcloud.persistence.subPath and
it will automatically set each of the nextcloud-data mounts properly

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] bump chart version to 1.9.2

Signed-off-by: Samantha McVey <samantham@posteo.net>

* [stable/nextcloud] document persistence.subPath option

Signed-off-by: Samantha McVey <samantham@posteo.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update README.md (#19876)

bump version

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Support tmpl files which are not YAML (#21208)

Signed-off-by: Malte Krupa <github-nqyroppg@nafn.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] be able to change git sync target (#21217)

Helpful when you want to sync to a subdir

Signed-off-by: Steffen Tautenhahn <stevie-@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/hazelcast-jet] Merge pull request #103 from eminn/security-context (#21219)

* Merge pull request #103 from eminn/security-context

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>

* Fixed linter error

Signed-off-by: Emin Demirci <emin@hazelcast.com>

Co-authored-by: Emin Demirci <emin@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/traefik] Add distinct container SecurityContext tunable (#20743) (#20887)

* [stable/traefik] Add distinct container SecurityContext tunable (#20743)

Signed-off-by: David Kirchner <dpk@dpk.net>

* [stable/traefik] Update new securityContext K8S API links to something more up to date

Signed-off-by: David Kirchner <dpk@dpk.net>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Make liveness and readiness probes configurable (#19637)

Signed-off-by: Maarten de Waard <maarten@greenhost.nl>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drone] Add deprecation note in favor of official Charts (#21151)

* [stable/drone] Add deprecation note in favor of official Charts

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* bump chart version number

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* remove maintainers to pass linting

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow configuring terminationGracePeriodSeconds (#21072)

Signed-off-by: Jocelyn Lussier <jocelyn.lussier2@montreal.ca>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] allow gRPC configuration using values (#21225)

* [stable/falco] allow gRPC configuration using values

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] Update CHANGELOG.md

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] chart version bump

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Use selectorLabels helper in headless service (#21196)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis-ha] Fix label selector of haproxy servicemonitor (#20209)

* [stable/redis-ha] Fix label selector of haproxy servicemonitor

The old servicemonitor did not actually match the deployed service,
because the service uses redis-ha.fullname as a label
(https://github.com/helm/charts/blob/master/stable/redis-ha/templates/redis-haproxy-service.yaml#L9)
but the servicemonitor matches redis-ha.name.

Signed-off-by: Max Rosin <m.rosin@syseleven.de>

* Raise chart version after rebase

Signed-off-by: Max Rosin <git@hackrid.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21231)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21234)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sealed-secrets] Upgrade to v0.10.0 (#21238)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* chore(grafana): update grafana version (#21214)

Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Merge pull request #104 from eminn/fsGroup-helm3-fix (#21239)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cerebro] Add ability to set tls skip verify via vaules file (#21178)

* Update Chart.yaml

Signed-off-by: Raul Garcia <garcia@denic.de>

* Add ability skip tls verification

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update configmap.yaml

fixed mixed behavior

Signed-off-by: Raul Garcia <garcia@denic.de>

* Update stable/cerebro/Chart.yaml

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

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add missing permission for volumeattachments collector (#21079)

When enabling the volumeattachments collector, the following error is
logged without this permission:

Failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "XXXXX:kube-state-metrics" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope

Signed-off-by: Fabrice Rabaute <fabrice@arista.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* make configurable securityContext at statefulset spec level (#102) (#21218)

Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elastic-stack] update requirements for 1.16 (#18620)

Signed-off-by: a1kemist <lsnelson33@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] feature: add support for extra containers and volumes (#20875)

* add support for extra containers and volumes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* fix: updated the pull request with recommended changes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* update the chart version to `3.12.0`

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [sonatype-nexus] provide granular resource requests to nexus backup container (#21123)

Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Add ThanosRuler resources to ClusterRole (#21190)

* Add ThanosRuler resources to ClusterRole

Signed-off-by: Steve Buzonas <steve@fancyguy.com>

* Bump chart version

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix hard-coded path and default to "/" (#21253)

* fix hard-coded path and default to "/"

Signed-off-by: Joe Steffee <jsteffee@flexera.com>

* bump version

Signed-off-by: Joe Steffee <jsteffee@flexera.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Enable all collectors by default (#21245)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Deprecate sonatype-nexus chart (#21255)

Signed-off-by: Rob Kernick <rjkernick@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] reuse existing service account (#21204)

* [stable/cluster-autoscaler] reuse existing service account

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>

* refactor service account name in values.yaml

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [prometheus/stable] auto import of dashboards with helm template(helm 3) (#21263)

* [prometheus/stable] auto import of dashboards with helm template(helm 3)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

* Fix the chart version

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankarm <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Only create PSP RBAC if rbac.create is true. (#19986)

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Fix secret key path in deployment (#21259)

* Update secret key path in deployment

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Clarify use of SSL connections in redis address

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>

* Update chart version

Signed-off-by: Ken Thompson <ken.thompson23@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch-curator] load envs from secrets first (#20874)

* [stable/elasticsearch-curator] load envs from secrets first

allows using environment variable composition with env
variables that are loaded from secrets (e.g. for loading
a HTTP password and then compositing it into a full
basic auth env variable).

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>

* stable/elasticsearch-curator: bump version

Signed-off-by: Marvin Beckers <marvin.beckers@cerence.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/memcached] fixes updateStrategy for Deployment (#18989)

* [stable/memcached] fixes updateStrategy for Deployment

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] add enforcedNamespaceLabel option to the prom operator (#21132)

Signed-off-by: Will Salt <williamejsalt@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Revert "Mount the directory containing the CRI socket instead of the socket itself" (#21268)

This reverts commit 24b4881ecb9ae7c4368359d59df4fcc968493356.

Fixes #21223

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] add instruction to make it work with nlb (#21260)

* add instruction to make it work with nlb

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>

* bump version

Signed-off-by: KongZ <goonohc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* configurable upgrade strategy type (#21272)

The default is 'Recreate' in order to avoid issues with multi-attach
volmue errors

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Namespace override (#21203)

Signed-off-by: Mohammad Forutan <mforutan@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix(values): move maxmindLicenseKey under controller (#21282)

Signed-off-by: azman0101 <azman0101@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus] Set rollingUpdate to null when strategy is Recreate (#21289)

This change improves handling of deployment strategy parameters:

1) Improve documentation on strategy parameters.

2) Document & use alertmanager.strategy.type, which was present in
   values.yaml but unused. Alertmanager was previous using server.strategy

3) Set strategy.rollingUpdate to null when strategy.type is 'Recreate'.
   This is necessary to prevent the following error on an upgrade
   switching the strategy type from 'RollingUpdate' to 'Recreate':

   ```
   UPGRADE FAILED: Deployment.apps "prometheus-server" is invalid:
   spec.strategy.rollingUpdate: Forbidden: may not be specified
   when strategy `type` is 'Recreate'
   ```

Signed-off-by: Alexandre Rebert <alex@forallsecure.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)

* [stable/postgresql] Setting kubernetes version to KubeVersion.Version and defaulting to deprecated KubeVersion.GitVersion

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Bumping chart version

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Added kubeVersion helper that works in Helm 2.x and 3.x

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>

* [stable/postgresql] Simplified kubeVersion helper function

Signed-off-by: Brian Dunnigan <bdun1013dev@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Release 8.0.9 (#21278)

* [stable/suitecrm] Release 8.0.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Release 9.1.9 (#21270)

* [stable/prestashop] Release 9.1.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Release 9.0.11 (#21279)

* [stable/phabricator] Release 9.0.11 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.9 (#21280)

* [stable/drupal] Release 6.2.9 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/graylog Adding the possibility of specifying your own URI for the GeoLite DDBB location (#21267)

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:41:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>
Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

 Changes to be committed:
	modified:   templates/configmap.yaml
	modified:   values.yaml
Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>

	modified:   Chart.yaml
bumped Chart.yaml version

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Date:   Thu Mar 5 09:46:15 2020 +0100

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
	modified:   README.md

* Author: Josep Manel Andres Moscardo <titansmc@gmail.com>

Signed-off-by: Josep Manel Andres Moscardo <titansmc@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/elasticsearch] Adds imagePullSecrets to test image (#21048)

Signed-off-by: Marcos Estevez <marcos.stvz@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] Fix roles for k8s >1.15 (#21261)

Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/fluentd] Enable use of statefulset without autoscaling (#19668)

Signed-off-by: Dale Tristram <dale.tristram@sprinthive.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns]use the latest GH link of externaldns (#21291)

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>

* [stable/external-dns]use the latest GH link of externaldns

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Revert "[stable/postgresql] Updated helper functions to use KubeVersion.Version instead of deprecated KubeVersion.GitVerson (#21236)" (#21308)

This reverts commit 6b848abd21a2c8fd0acfba751282f404162a30e5.

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq-ha] Added 'topicPermission' key in definitions.json secret (#20656)

* Added the possibility of adding "topic_prmissions" key in definitions.json

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Version Bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>

* Fixing version bump

Signed-off-by: Andrea Gilardoni <andrea.gilardoni96@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21232)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kapacitor] Chart deprecation (#21247)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Release 6.2.10 (#21297)

* [stable/drupal] Release 6.2.10 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Release 8.1.6 (#21299)

* [stable/owncloud] Release 8.1.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add deprecation notice. (#21233)

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/influxdb] Chart deprecation (#21246)

* Add deprecation notice.

Signed-off-by: Naseem <naseem@transit.app>

* Deprecate chart.

Signed-off-by: Naseem <naseem@transit.app>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/pgadmin] deprecated (#21275)

* [stable/pgadmin] deprecated

Moved towards a new repo: https://github.com/rowanruseler/helm-charts

helm hub: https://hub.helm.sh/charts/runix/pgadmin4

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* [stable/pgadmin] duplication of key description

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Adding captive portal service (#21241)

* [stable/unifi] Adding captive portal service
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Annnd bumping version
Signed-off-by: Arno Dubois <arno.du@orange.fr>

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* Added an enabled switch

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixing feedbacks

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Adding captive portal ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Better table formatting

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

* [stable/unifi] Fixed ingress

Signed-off-by: Arno DUBOIS <arnodubois@sweetpunk.com>

Co-authored-by: Arno DUBOIS <arnodubois@sweetpunk.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chaoskube] Support adding pod labels. (#20914)

Signed-off-by: Afolabi Badmos <afolabi@badmos.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] allow ingress to have empty host (#21315)

Allow enabling ingress with a host not set. Currently, it's not possible
if we want to enable ingress, but does not want to set a host for the
ingress rule.

With this patch, if you set the host to be an empty string, the host
field in the Ingress rule won't be set, allowing all inbound traffic
regardless of the host used.

Tested with this values:

```yaml
ingress:
  enabled: true
  hosts:
  - ""
```

```bash
$ helm template . myvalues.yaml
...
kind: Ingress
metadata:
  name: release-name-minio
  labels:
    app: minio
    chart: minio-5.0.12
    release: release-name
    heritage: Tiller
spec:
  rules:
    - http:
        paths:
          - path: /
            backend:
              serviceName: release-name-minio
              servicePort: 9000
```

Signed-off-by: Jie Yu <yujie.jay@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] remove references for old env docs (#21318)

Signed-off-by: Harshavardhana <harsha@minio.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Fixed some mistakes with nodePort (#21320)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/unifi] Ingress was not referring to the good service (#21321)

Signed-off-by: Arno <arno.du@orange.fr>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Fix trace agent and useConfigMap (#21317)

Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>

Co-authored-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/cluster-autoscaler] ClusterRole leases and version bump to 1.17.1 (#21311)

* fix(cluster-autoscaler): ClusterRole leases and version bump to 1.17.1

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

* docs(cluster-autoscaler): Adding version to README.md

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/rabbitmq] Move chart to distributed bitnami repository (#21310)

* Deprecate Rabbitmq chart

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Add text to README and NOTES

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Fix wording

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Added custom volume support (#21285)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Release 7.2.6 (#21314)

* [stable/moodle] Release 7.2.6 updating components versions

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

* Run "helm dependency update" using latest Helm 2

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Honor image pull policy in init containers (#21298)

* [stable/datadog] Honor image pull policy setting in init containers

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Pass DD_CRI_SOCKET_PATH to the init container

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* [stable/datadog] Bump version and fill changelog

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

* daemonset.useDedicatedContainers should be removed

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>

Co-authored-by: Matt Canty <56073682+matt-canty-dragon@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redis] Move chart to distributed bitnami repository (#21333)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow]Add optional security context to airflow deployments (#21024)

* Add optional security context to airflow deployments

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* Address a typo in README.md

Signed-off-by: Ziyang Liu <zliu@chanzuckerberg.com>
Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* add missing service account name to flower and web

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

* update version

Signed-off-by: Ziyang Liu <zliu@chanzuckerbreg.com>

Co-authored-by: Ziyang Liu <zliu@chanzuckerbreg.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nginx-ingress] Allow projected volumes in controller-psp.yaml (#21322)

Signed-off-by: Karl-Philipp Richter <krichter@posteo.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/instana-agent] Chart version 1.0.24 (#21350)

Signed-off-by: Instana CD <instanacd@instana.com>

Co-authored-by: Instana CD <instanacd@instana.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed a compatibility issue with K8s 1.11 (#21353)

Signed-off-by: Chaoran Yu <yuchaoran2011@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

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

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

* [stable/prometheus-operator] Update README

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>

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

Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Fix for mounting CA certs from host (#21346)

Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector] Add custom labels to daemonset (#21334)

Add the ability to use custom labels to daemonset.

Signed-off-by: Markos Chandras <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Allow to override AlertManager's target port (#21251)

Signed-off-by: Mickaël Canévet <mickael.canevet@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/atlantis] Updating AWS to not require 'credentials' for use with IRSA (#21305)

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>

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

Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/sysdig] Update latest agent version (9.7.0) (#21357)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Update grafana version to include fix from #21196 (#21271)

Signed-off-by: Steve Buzonas <steve@fancyguy.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Airflow updates (#21368)

- 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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] - Fix readme typo (#21256)

* bitnami/influxdb was stated in the upgrade section instead of stable/postgresql

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

* bump patch version

Signed-off-by: semyont <semyont@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/node-problem-detector]: Bump to 0.8.1 NPD (#21360)

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 <markos@chandras.me>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-ops-view] Add nodeSelector (#20696)

* add nodeSelector

Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

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

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

Co-authored-by: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external-dns] Release 2.20.2 updating components versions (#21370)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Release 7.8.8 updating components versions (#21367)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* feat(home-assistant): Make service port name configurable (#20623)

This allows for compatibility with istio-enabled setups, which need the port name to start with `http`

Signed-off-by: Mike Bryant <mike@mikebryant.me.uk>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] Update jiva image to 1.7.1 (#21379)

Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/postgresql] Move chart to distributed bitnami repository (#21408)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kubewatch] Move chart to distributed bitnami repository (#21393)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/external] Move chart to distributed bitnami repository (#21396)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb] Move chart to distributed bitnami repository (#21398)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-redis-exporter] Add support for Prometheus Operator Rules (#21387)

* Bump chart version

Signed-off-by: dahei <david.heinrich@cortado.com>

* Update README.md

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add values and example rules

Signed-off-by: dahei <david.heinrich@cortado.com>

* Add prometheusrule template

Signed-off-by: dahei <david.heinrich@cortado.com>

* Uncommented parameters / removed trailing space

Signed-off-by: dahei <david.heinrich@cortado.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpmyadmin] Move chart to distributed bitnami repository (#21407)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/parse] Move chart to distributed bitnami repository (#21410)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phabricator] Move chart to distributed bitnami repository (#21411)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/suitecrm] Move chart to distributed bitnami repository (#21413)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/testlink] Move chart to distributed bitnami repository (#21414)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/wordpress] Move chart to distributed bitnami repository (#21415)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/nats] Move chart to distributed bitnami repository (#21416)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mariadb] Move chart to distributed bitnami repository (#21417)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/redmine] Move chart to distributed bitnami repository (#21418)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] Make kernel module dir writable (#21380)

* Make kernel module dir writable

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>

* Add CHANGELOG

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jasperreports] Move chart to distributed bitnami repository (#21391)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/joomla] Move chart to distributed bitnami repository (#21392)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/dokuwiki] Move chart to distributed bitnami repository (#21394)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/drupal] Move chart to distributed bitnami repository (#21395)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/ghost] Move chart to distributed bitnami repository (#21397)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mediawiki] Move chart to distributed bitnami repository (#21399)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/moodle] Move chart to distributed bitnami repository (#21400)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/orangehrm] Move chart to distributed bitnami repository (#21402)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/osclass] Move chart to distributed bitnami repository (#21403)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/owncloud] Move chart to distributed bitnami repository (#21404)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/opencart] Move chart to distributed bitnami repository (#21405)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/odoo] Move chart to distributed bitnami repository (#21406)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prestashop] Move chart to distributed bitnami repository (#21409)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/phpbb] Move chart to distributed bitnami repository (#21412)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/airflow] adding podLabels to web, scheduler, flower and worker pods (#21423)

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* adding podLabels for worker, scheduler, web and flower pods Signed-off-by: Brian Hawley <brianhawley@gmail.com>

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

* bumping chart version

Signed-off-by: Brian Hawley <brian.hawley@kasasa.com>

Co-authored-by: Brian Hawley <brian.hawley@kasasa.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] tls scheme variable incorrectly scoped (#21373)

remove local scope on $scheme in if-block, otherwise always "http"

Signed-off-by: Brien Dieterle <briend@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] add datadog.env in all containers (#21369)

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-pushgateway] upgrade to latest release (#21424)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Made terminationGracePeriodSeconds configurable (#21385)

Signed-off-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>

Co-authored-by: Michal Koziorowski <Michal.Koziorowski@tomtom.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Introduce processAgent.processCollection  (#21420)

* [stable/datadog] Introduce processAgent.processCollection to correctly configure DD_PROCESS_AGENT_ENABLED

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

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

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

* Update chart version

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* stable/airflow: revert initdb order change (#21426)

The init order change in https://github.com/helm/charts/pull/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 <n@oden.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/falco] certs configuration and service for Falco gRPC server (#21436)

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

* [stable/falco] gRPC certificates configuration

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

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

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/newrelic-infrastructure] Upgrade the New Relic k8s integration to v1.16.0 (#21435)

* Upgrade the New Relic k8s integration to v1.16.0

Signed-off-by: Douglas Camata <dcamata@newrelic.com>

* Bump chart's patch instead of minor version

Signed-off-by: Douglas Camata <dcamata@newrelic.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* adding examples for enabling githubauth (#21431)

Signed-off-by: gowrisankar <gowrisankar.m01@sap.com>

Co-authored-by: gowrisankar <gowrisankar.m01@sap.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kafka-manager] Ensure manager job gets run on an amd64 node in 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 <967068+jonstelly@users.noreply.github.com>

* Bump chart version

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>

* Version bump

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/chartmuseum] Add serviceMonitor to chartmuseum chart (#21455)

* Add serviceMonitor to chartmuseum chart

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>

* Remove unneeded ) -- fix linting

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fix typo and update docs (#21386)

Signed-off-by: John Kost <jkost@bandwidth.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/minio] Fix templating error starting with go 1.14 (#21446) (#21447)

Signed-off-by: Clément BUCHART <clement@buchart.dev>

Co-authored-by: Clément BUCHART <clement@buchart.dev>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/spinnaker] update spinnaker dependencies (#20917)

* [stable/spinnaker] update spinnaker dependencies

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Fix requirements.lock CI error

Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* Update Minio default values
Signed-off-by: Robbert Rijkse <rrijkse@homex.com>

* bump version to 2.0.0-rc1

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

* update spinnaker version to latest patch release 

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

* update halyard config for minio bucket changes

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

Co-authored-by: Paul Czarkowski <username.taken@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/kube-state-metrics] Add PodDisruptionBudget (#21340)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-snmp-exporter] Fix serviceMonitor params (#19985)

The template for prometheus-snmp-exporter's serviceMonitor checks
for `.Values.serviceMonitor.params.enabled` but then tries to insert
`.Values.conf.params.conf` instead.

This change was already part of PR #18389 but that was closed due
to inactivity.

Signed-off-by: Helge Sychla <helge.sychla@travelping.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/openebs] update openebs charts to 1.8.0 release (#21448)

- Updated README
- Updated chart version
- Updated values.yaml

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options (#21466)

* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>

* [stable/jenkins] Update README with `master.jenkinsHome` and `master.jenkinsRef` options

Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Add parameter additionalLabels to serviceMonitor template (#21450)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/datadog] Add PodDisruptionBudget to Cluster Agent and Cluster Check Runners (#21433)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/grafana] Revert "[stable/grafana] move datasource provider to containers (#209… (#21442)

* Revert "[stable/grafana] move datasource provider to containers (#20985)"

This reverts commit 18e4853b

fixes #20909

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>

* updated version to 5.0.7

Signed-off-by: Dan Vulpe <dvulpe@gmail.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/mongodb-replicaset] Fix init script for newer mongodb versions (#21356)

* Fix init script for newer MongoDB versions

Signed-off-by: ricoberger <mail@ricoberger.de>

* Bump chart version

Signed-off-by: ricoberger <mail@ricoberger.de>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/prometheus-operator] bump prometheus-node-exporter version (#20958)

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update requirements

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* update lock file

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* remove requirements.lock

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>

* bump prometheus-node-exporter version using helm2

Signed-off-by: Sergey Monakhov <monakhov@puzl.ee>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* Fixed: wrong variable at serviceMonitor template, introduce servicemonitor: enabled option and make additionalLables inherited under it (#21478)

Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>

Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/graylog] Add sidecar support, privileged access and load balance across various inputs (#21375)

* [stable/graylog] Add support for a single LB for all inputs

Opens up the option to host all inputs behind a single service instead
of requiring n+2 services for UDP and TCP

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Add support for sidecar containers

There are cases when a sidecar container is appropriate to run with the
Graylog server. One such use case is mounting a FUSE backend for
enterprise archives

Signed-off-by: Chris Barton <chris.barton@recurly.com>

* [stable/graylog] Allow to run as privileged

Signed-off-by: Chris Barton <chris.barton@recurly.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* add support for additionalPorts and vseditor (#21482)

- support additionalPorts
- vseditor changed logic for no passwords
- support to enable access to editor when home assistant does not start

Signed-off-by: Vegetto <git@angelnu.com>
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* [stable/weave-scope] Add Satyam and Akash as reviewers and approvers (#21488)

* Add Satyam and Akash as reviewers and approvers

Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>

*…
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). lgtm Indicates that a PR is ready to be merged. ok-to-test size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[stable/rocketchat] Liveness and Readiness probes should be configurable
7 participants