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

[stable/traefik]: reduce RBAC scope if one namespace is handled #16111

Merged
merged 1 commit into from
Sep 10, 2019
Merged

[stable/traefik]: reduce RBAC scope if one namespace is handled #16111

merged 1 commit into from
Sep 10, 2019

Conversation

bonifaido
Copy link
Contributor

@bonifaido bonifaido commented Aug 6, 2019

What this PR does / why we need it:

If Kubernetes namespace selection is defined and the (one) selected
namespace is the release namespace Cluster scope is unnecessary.

Which issue this PR fixes

  • reduces the RBAC scope of this application in certain situations

Special notes for your reviewer:

Can be tested with:

helm upgrade --install traefik ./stable/traefik --set "kubernetes.namespaces[0]=default" --set rbac.enabled=true

Checklist

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

@helm-bot helm-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Aug 6, 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 Aug 6, 2019
@k8s-ci-robot
Copy link
Contributor

Hi @bonifaido. 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.

@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 Aug 6, 2019
@bonifaido
Copy link
Contributor Author

/assign @timoreimann

@k8s-ci-robot
Copy link
Contributor

@bonifaido: GitHub didn't allow me to assign the following users: timoreimann.

Note that only helm members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time.
For more information please see the contributor guide

In response to this:

/assign @timoreimann

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.

@bonifaido
Copy link
Contributor Author

/assign @dtomcej

stable/traefik/values.yaml Outdated Show resolved Hide resolved
stable/traefik/templates/_helpers.tpl Outdated Show resolved Hide resolved
@@ -4,7 +4,7 @@ apiVersion: v1
metadata:
name: {{ template "traefik.fullname" . }}
---
kind: ClusterRole
kind: {{ template "traefik.rbac.scope" . }}Role
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not a huge fan of having {{ template "x" }}moretext.

Can you move the Role string into the mustache template and make this:

kind: {{ template "traefik.rbac.scope" . }}

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's a bit hard to change since we need {{...}}Role and {{...}}RoleBinding as well, maybe I should add the postfix as a template parameter?

Copy link
Collaborator

Choose a reason for hiding this comment

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

That could work. Just because {{...}}Role is not very clear to reviewers what is going on.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I couldn't come up with something more readable than the one below since if I pass in the postfix I lose the outer scope, which is also needed inside the template:

{{ include "traefik.rbac.scope" . | printf "%sRoleBinding" }}
{{ include "traefik.rbac.scope" . | printf "%sRole" }}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have added these changes to the PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dtomcej did you have the chance to review the latest version?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Much cleaner!

@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). and removed Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). labels Aug 30, 2019
@dtomcej
Copy link
Collaborator

dtomcej commented Sep 10, 2019

Hey @bonifaido can you bump this so that we can 🚢 ?

It LGTM.

@bonifaido
Copy link
Contributor Author

Of course, just updated it @dtomcej, thank you!

Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
@dtomcej
Copy link
Collaborator

dtomcej commented Sep 10, 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 Sep 10, 2019
@dtomcej
Copy link
Collaborator

dtomcej commented Sep 10, 2019

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 10, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bonifaido, dtomcej

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 10, 2019
@k8s-ci-robot k8s-ci-robot merged commit 24df78e into helm:master Sep 10, 2019
@bonifaido bonifaido deleted the traefik-role branch September 11, 2019 07:40
mariusv pushed a commit to mariusv/charts that referenced this pull request Sep 16, 2019
Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>
kengou pushed a commit to kengou/charts that referenced this pull request Sep 18, 2019
Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
ramkumarvs pushed a commit to yugabyte/charts-helm-fork that referenced this pull request Sep 30, 2019
Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
k8s-ci-robot pushed a commit that referenced this pull request Nov 6, 2019
… with a single OWNER (#16946)

* Call for maintainers for charts with a single OWNER

this PR is part of #13867 and #13869

Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/couchbase] Update to version 1.2.1 (#16905)

Updates Operator and Admission controller

Signed-off-by: Tommie McAfee <tommie@couchbase.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Update Express Gateway Images to v1.16.8 (#16942)

Signed-off-by: eg-bot <kevin+eg-bot@lunchbadger.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves (#16824)

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

Signed-off-by: Amal Soman <amalsoman10@gmail.com>

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

Signed-off-by: Amal Soman <amalsoman10@gmail.com>

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

Signed-off-by: Amal Soman <amalsoman10@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/gocd] Bump up GoCD Version to 19.8.0 (#16954)

* Bump up GoCD Version to 19.8.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phabricator] Release 7.0.5 updating components versions (#16952)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/mariadb] Release 6.8.8 updating components versions (#16955)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* add support for deployment labels (#16958)

Signed-off-by: omerlh <omerl@soluto.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/postgresql] Release 6.3.5 updating components versions (#16961)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phpmyadmin] Release 3.0.4 updating components versions (#16962)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/mediawiki] Release 8.2.2 updating components versions (#16963)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/joomla] Release 6.1.4 updating components versions (#16965)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/suitecrm] Release 7.2.1 updating components versions (#16966)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/redmine] Release 12.2.3 updating components versions (#16967)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prestashop] Release 8.2.1 updating components versions (#16968)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/parse] Release 9.2.2 updating components versions (#16969)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/ghost] Release 7.2.2 updating components versions (#16970)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/orangehrm] Release 6.2.2 updating components versions (#16971)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/drupal] Release 5.2.2 updating components versions (#16972)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/dokuwiki] Release 5.2.5 updating components versions (#16973)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/wordpress] Release 7.3.3 updating components versions (#16974)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/moodle] Release 6.1.6 updating components versions (#16975)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/odoo] Fix Ingress secret for multiple hosts (#16976)

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

* [stable/concourse] Bump `imageTag` to match actual released version (#16983)

Signed-off-by: pikesley <sam.pikesley@demandlogic.co.uk>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/openebs] Update charts to 1.2.0 release (#16959)

- Updated README
- Updated chart version 1.2.0
- Updated values.yaml
- Updated ENV variales for openebs apiserver
- Add tolerations for ndm daemonset
- Add cstorpoolclusters rules in validatingWebhookConfigurations

Signed-off-by: ChandanSagar <chandan.pradhan@mayadata.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/owncloud] Release 6.2.2 updating components versions (#16964)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/odoo] Release 11.1.3 (#16979)

* [stable/odoo] Release 11.1.3 updating components versions

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

* Update postgresql dependency version

Signed-off-by: tompizmor <tompizmor@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/suitecrm] Release 7.2.2 updating components versions (#16991)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/sematext-agent] simplify volumes and volume mounts (#16993)

* simplify daemonset volumes

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

* bump chart version

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/redmine] Update dependencies version (#16992)

Signed-off-by: tompizmor <tompizmor@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] Add override for Kubernetes Version (#16994)

* add override to sync_* and README

Signed-off-by: afirth <afirth@users.noreply.github.com>

* sync upstream dashboards and rules

Signed-off-by: afirth <afirth@users.noreply.github.com>

* delete old rules and dashboards no longer in upstream

Signed-off-by: afirth <afirth@users.noreply.github.com>

* update manually created dashboards

Signed-off-by: afirth <afirth@users.noreply.github.com>

* bump chart version

Signed-off-by: afirth <afirth@users.noreply.github.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/memcached] Add updateStrategy configuration option (#16358)

* [stable/memcached] Add updateStrategy configuration option

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>

* [stable/memcached] Set specific keys for updateStrategy to follow convention

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>

* [stable/memcached] Fix README to reflect updateStrategy.type value requirement

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/velero] fix restic DaemonSet template syntax (#16960)

Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] Add conditional for prometheus.ingress.hosts (#16977)

* Add conditional for prometheus.ingress.hosts

Signed-off-by: Tom Gehrke <t.gehrke@reply.de>

* Bump patch version to 6.9.1

Signed-off-by: Tom Gehrke <t.gehrke@reply.de>

* Add condition for alertmanager as well

Signed-off-by: Tom Gehrke <t.gehrke@reply.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/pomerium] Scale out and docs improvements (#16338)

- Switch to a headless Authorize service to support client side
   load balancing
- Allow independent replicaCount scaling of the different services
- Add upgrading/changelog documentation and ToC

Signed-off-by: Travis Groth <tgroth@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/ghost] Release 7.2.3 updating components versions (#16999)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/weave-scope] Fix error messages by using new architecture (#16796)

* Added cluster agent

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Fixed cluster agent

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Bump version

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Bump version

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Fix Readme

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phpmyadmin] Add miguelaeh to OWNERS (#17027)

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

* [stable/wordpress] Add miguelaeh to OWNERS (#17028)

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

* [stable/nats] Add miguelaeh to OWNERS (#17029)

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

* [stable/joomla] Add miguelaeh to OWNERS (#17030)

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

* [stable/testlink] Add miguelaeh to OWNERS (#17031)

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

* [stable/ghost] Add miguelaeh to OWNERS (#17032)

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

* fixes #14976 reopened due to regression in PR #14981 (v1.0.4) (#16785)

Signed-off-by: Bertrand Gouny <bertrand.gouny@osixia.net>
Signed-off-by: Marius Voila <myself@mariusv.com>

*  [stable/prometheus-operator] Add walCompression to CRD and bump chart version (#17004)

* Add walCompression to CRD and bump chart version to 6.8.4

Signed-off-by: jan.steffen <jan.steffen@figo.io>

* Add walCompression to CRD and bump chart version to 6.8.4

Signed-off-by: jan.steffen <jan.steffen@figo.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] walCompression of wrong type (#17046)

* Bump chart to version 6.9.3

Signed-off-by: jan.steffen <jan.steffen@figo.io>

* Remove quoting of walCompression in prometheus spec

Signed-off-by: jan.steffen <jan.steffen@figo.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/traefik] add maxIdleConnsPerHost (#16531)

Signed-off-by: Cameron Attard <cameron.attard@siteminder.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix haproxy check redis master configuration (#16709)

Signed-off-by: Jeremy Xu <jeremyxu2010@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix spark-operator charts issue (#16910)

Signed-off-by: TommyLike <hu.husheng@huawei.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/spring-cloud-data-flow] Update configs for additional vars (#17050)

- add support for service labels/annotations, env var for cert trusting

Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* traefik: reduce rbac scope if one namespace is handled (#16111)

Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix typo in title and better narrative (#15902)

A better narrative for #15004, and fix typo in title

Signed-off-by: Harry Zhang <lei.zhang@alibaba-inc.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/nginx-ingress] Add substitution for containerPorts from values (#17037)

* [stable/nginx-ingress] Add substitution for containerPorts from values

Use key-value range from .Values.controller.containerPort definition instead of mapping 1to1 http and https ports.

It allows passing extra configuration to nginx-ingress, such as validation-webhook with its own port, and define this port in values.
Without this option it’s not possible because of hardcoded http and https ports in deployment/daemonset templates.

Does not break anything.

Signed-off-by: Andrey Izotikov <andrsp@gmail.com>

* [stable/nginx-ingress] Bump version to 1.20.0

Signed-off-by: Andrey Izotikov <andrsp@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/rabbitmq] Add miguelaeh to OWNERS (#17026)

* [stable/rabbitmq] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/mongodb] Add miguelaeh to OWNERS (#17021)

* [stable/mongodb] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/external-dns] Add miguelaeh to OWNERS (#17023)

* [stable/external-dns] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/mariadb] Add miguelaeh to OWNERS (#17024)

* [stable/mariadb] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/odoo] Add miguelaeh to OWNERS (#17005)

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

* [stable/dokuwiki] Add miguelaeh to OWNERS (#17006)

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

* [stable/drupal] Add miguelaeh to OWNERS (#17007)

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

* [stable/osclass] Add miguelaeh to OWNERS (#17008)

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

* [stable/prestashop] Add miguelaeh to OWNERS (#17009)

* [stable/prestashop] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/redmine] Add miguelaeh to OWNERS (#17010)

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

* [stable/mediawiki] Add miguelaeh to OWNERS (#17011)

* [stable/mediawiki] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/kubewatch] Add miguelaeh to OWNERS (#17012)

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

* [stable/phpbb] Add miguelaeh to OWNERS (#17013)

* [stable/phpbb] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/orangehrm] Add miguelaeh to OWNERS (#17015)

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

* [stable/opencart] Add miguelaeh to OWNERS (#17016)

* [stable/opencart] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/postgresql] Add miguelaeh to OWNERS (#17017)

* [stable/postgresql] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/parse] Add miguelaeh to OWNERS (#17018)

* [stable/parse] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/suitecrm] Add miguelaeh to OWNERS (#17019)

* [stable/suitecrm] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/moodle] Add miguelaeh to OWNERS (#17020)

* [stable/moodle] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/jasperreports] Add miguelaeh to OWNERS (#17022)

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

* [stable/redis] Add miguelaeh to OWNERS (#17014)

* [stable/redis] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* Add command line parameters quoting in create connections script in Airflow chart (#17062)

Signed-off-by: Mikhail Cherepnev <mikhail.cherepnev@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] Update kube-state-metrics to 2.3.1 and grafana to 3.8.11. (#17057)

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phabricator] Add miguelaeh to OWNERS (#17025)

* [stable/phabricator] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/owncloud] Add miguelaeh to OWNERS (#17033)

* [stable/owncloud] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/falco] Performs a rollingUpdate when you change rules or settings (#17065)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [incubator/zookeeper] Fixes setting "zookeeper.log.threshold" option (#17066)

Signed-off-by: Atanas Zhelev <azhelev+github@mailbox.org>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Disable acme volume if kvprovider is configured) (#17067)

Signed-off-by: florian kinder <florian.kinder@mcl.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix typo on `values.yml` for `environmentSecrets` (#17052)

* should be `key` and not `value`
* per `.secretKeyRef.key` in `stable/atlantis/templates/statefulset.yaml`

Signed-off-by: Eddie Ramirez <eddieramirez@me.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Bump Ambassador to v0.78.0 (#17081)

Signed-off-by: Shubham <shubham@linux.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator]: upgrade alertmanager (#17084)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/traefik] backoff storeconfig job (#16513)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/traefik] Updated acme storage location to be configurable (#16464)

* [stable/traefik] Updated acme storage location to be configurable

Signed-off-by: Ryan Orth <ryanorth@workfront.com>

* Fixed wrong version update
Signed-off-by: Ryan Orth <ryanorth@workfront.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix space issue in volume mount (#17087)

Update spacing issue in deployment, fixed README, and updated values to have a better example.

Signed-off-by: James Ritter <jamesritter15@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/influxdb] Add support for Azure to backup job (#16722)

Signed-off-by: Tomasz Glowka <glowka.tom@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/blackbox-exporter]: upgrade (#17083)

* [stable/blackbox-exporter]: upgrade

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* [stable/blackbox-exporter]: upgrade

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/grafana] Support statefulset as persistence option (#17063)

* [stable/grafana] make statefulset as persistence option

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* [stable/grafana] up chart version

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* [stable/grafana] fix name property of metadata

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* [stable/grafana] fix grafana version

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* Fix yaml lint error

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/mariadb] Release 6.8.10 updating components versions (#17086)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Added pod label capability to ClamAV (#16793)

Signed-off-by: Sherief Shahin <smshahin1611@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Allow configuration using values for nodeSelector setting (#17091)

Signed-off-by: Adel Sachkov <adel.sachkov@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* fix: Add metrics labels and annotations only when enabled (#17060)

Signed-off-by: Joe Jiang <happiness9721@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/openEBS] Feature fix typo (#17098)

* correct typo of localProvisioner to localprovisioner

Signed-off-by: olivier beyler <olivier.beyler@orange.com>

* bump chart version

Signed-off-by: olivier beyler <olivier.beyler@orange.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/ambassador] Major upgrades to Ambassador Pro (#16904)

* Upgrade Ambassador Pro to 0.7.0

- Ambassador Pro 0.7.0 introduces Ambassador certified builds that
  require
  - A license key
  - Use an image from the quay.io/datawire/ambassador_pro repository
- templates/deployment.yaml has been formatted in a backwards compatible
  way so all Ambassador Pro images before 0.7.0 will still use
Ambassador OSS repo.

Signed-off-by: Noah Krause <krausenoah@gmail.com>

* Store license key in k8s secret by default

Signed-off-by: Noah Krause <krausenoah@gmail.com>

* Add deprecation warning for using prom exporter

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Major upgrades to Ambassador Pro installation

- Introduces the performance tuned and certified build of open source Ambassador, Ambassador core
- The license key is now stored and read from a Kubernetes secret by default
- Added `.Values.pro.licenseKey.secret.enabled` `.Values.pro.licenseKey.secret.create` fields to allow multiple releases in the same namespace to use the same license key secret.
- Introduces the ability to configure resource limits for both Ambassador Pro and it's redis instance
- Introduces the ability to configure additional `AuthService` options (see [AuthService documentation](https://www.getambassador.io/reference/services/auth-service/))
- The ambassador-pro-auth `AuthService` and ambassador-pro-ratelimit `RateLimitService` and now created as CRDs when `.Values.crds.enabled: true`
- Fixed misnamed selector for redis instance that failed in an edge case

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Expose annotations for redis deploy

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Minor updated to changelog and readme

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Whitespace cleanup

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Fix type error

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/k8s-spot-termination-handler] Update api version of daemonset (#16451)

* use apps/v1 as apiVersion for daemonset

Signed-off-by: Moritz Siuts <moritzs@moia.io>

* Bump patch version of k8s-spot-termination-handler

Signed-off-by: Moritz Siuts <moritzs@moia.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/parse] Release 9.2.4 updating components versions (#17104)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix svc for redis with sentinel (#17095)

Signed-off-by: Alejandro Moreno <amoreno@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/jenkins] display error when admin user does not exist. (#16949)

* Display error when admin user does not exist.

Print an error message when `master.sidecars.configAutoReload.enabled` is `true`, but the admin user which is needed to configure the SSH key does not exist.

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* only configure ssh key if user exists

Signed-off-by: Torsten Walter <mail@torstenwalter.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [incubator/kafka] Adding the ability to define a pod disruption budget for brokers (#15345)

* feature: adding the ability to define a pod disruption budget to the kafka brokers

Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com>

* address PR comments

Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com>

* bump chart version

Signed-off-by: Murphy, Kealan <kealan.murphy@aspect.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Support frontend config values (#17074)

Signed-off-by: Jordan Jennings <jordanjennings@users.noreply.github.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Update default dex app version to latest (#17117)

Signed-off-by: Jordan Jennings <jordanjennings@users.noreply.github.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Change copyright to "The Helm Authors" (#16902)

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/nfs-server-provisioner] fix deployment when not creating storage class (#16331)

* When a storage class is not created, mountOptions and parameters are also not included in the file

Signed-off-by: Tomas Ostasevicius <t.ostasevicius@gmail.com>

* Bump nfs-server-provisioner version

Signed-off-by: Tomas Ostasevicius <t.ostasevicius@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [incubator/etcd] implement TLS/SSL for client and peers in etcd (#16741)

* added TLS/SSL ability #16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>

* removed hardcoded protocol and bumped version in Chart.yaml #16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>

* added some comments in README.md #16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-rabbitmq-exporter] ServiceMonitor Port Bugfix (#15801)

* Update and rename monitor.yaml to servicemonitor.yaml

The service monitor currently tries to scrape the publish port, which isn't available on the Service.
I've changed the endpoint port for the service monitor to scrape from the services' 'rabbitmq-exporter' port.

I've also changed the name to servicemonitor.yaml to match other Helm charts.

Signed-off-by: Jonny Ford <jonnyford1@gmail.com>

* Update Chart.yaml

bumped chart version, bugfix

Signed-off-by: Jonny Ford <jonnyford1@gmail.com>

* Update Chart.yaml

Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/openldap] Add documentation for 'persistence.existingClaim' (#16922)

Signed-off-by: Lunik <lunik@tiwabbit.fr>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/metabase] Increase livenessProbe timeout (#16877)

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus] Added /nodes/metrics permission to prometheus server (#16394)

This change allows prometheus to scrape nodes directly, instead of
proxying all requests through the API server.

Signed-off-by: Micah Hausler <mhausler@amazon.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/grafana] Fix indentation of pod template (#17130)

* fix indentation of template

Signed-off-by: Ramon Rüttimann <ramon.ruettimann@gmail.com>

* bump chart version

Signed-off-by: Ramon Rüttimann <ramon.ruettimann@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/jenkins] add master.JCasC.defaultConfig (#16929)

* add master.JCasC.defaultConfig and configure location

- JCasC configuration is stored in template `jenkins.casc.defaults`
  so that it can be used in `config.yaml` and `jcasc-config.yaml`
  depending on if configAutoReload is enabled or not

- Jenkins Location (URL) is configured to provide a startin point
  for the config

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* improve JCasC default configuration

JCasC default configuration includes:
  - Jenkins url
  - disableRememberMe: false
  - mode: NORMAL
  - numExecutors: {{ .Values.master.numExecutors }}
  - projectNamingStrategy: "standard"

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* JCasC kubernetes config

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* JCasC: crumbIssue and security.apiToken

Signed-off-by: Torsten Walter <mail@torstenwalter.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phabricator] Release 7.0.7 updating components versions (#17131)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/rabbitmq] Metrics: use ipv4 to connect to rabbit. (#17092)

* [stable/rabbitmq] Metrics: use ipv4 to connect to rabbit.

Otherwise, it could try to access IPv6 which may not be available, causing:

Get http://localhost:15672/api/nodes?sort=: dial tcp [::1]:15672: connect: cannot assign requested address

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

* Make it configurable.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/odoo] Release 11.1.5 updating components versions (#17141)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* bumping chart version

Signed-off-by: Marius Voila <myself@mariusv.com>
JoseAlban pushed a commit to JoseAlban/charts that referenced this pull request Nov 22, 2019
… with a single OWNER (helm#16946)

* Call for maintainers for charts with a single OWNER

this PR is part of helm#13867 and helm#13869

Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/couchbase] Update to version 1.2.1 (helm#16905)

Updates Operator and Admission controller

Signed-off-by: Tommie McAfee <tommie@couchbase.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Update Express Gateway Images to v1.16.8 (helm#16942)

Signed-off-by: eg-bot <kevin+eg-bot@lunchbadger.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves (helm#16824)

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

Signed-off-by: Amal Soman <amalsoman10@gmail.com>

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

Signed-off-by: Amal Soman <amalsoman10@gmail.com>

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

Signed-off-by: Amal Soman <amalsoman10@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/gocd] Bump up GoCD Version to 19.8.0 (helm#16954)

* Bump up GoCD Version to 19.8.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phabricator] Release 7.0.5 updating components versions (helm#16952)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/mariadb] Release 6.8.8 updating components versions (helm#16955)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* add support for deployment labels (helm#16958)

Signed-off-by: omerlh <omerl@soluto.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/postgresql] Release 6.3.5 updating components versions (helm#16961)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phpmyadmin] Release 3.0.4 updating components versions (helm#16962)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/mediawiki] Release 8.2.2 updating components versions (helm#16963)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/joomla] Release 6.1.4 updating components versions (helm#16965)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/suitecrm] Release 7.2.1 updating components versions (helm#16966)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/redmine] Release 12.2.3 updating components versions (helm#16967)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prestashop] Release 8.2.1 updating components versions (helm#16968)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/parse] Release 9.2.2 updating components versions (helm#16969)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/ghost] Release 7.2.2 updating components versions (helm#16970)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/orangehrm] Release 6.2.2 updating components versions (helm#16971)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/drupal] Release 5.2.2 updating components versions (helm#16972)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/dokuwiki] Release 5.2.5 updating components versions (helm#16973)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/wordpress] Release 7.3.3 updating components versions (helm#16974)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/moodle] Release 6.1.6 updating components versions (helm#16975)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/odoo] Fix Ingress secret for multiple hosts (helm#16976)

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

* [stable/concourse] Bump `imageTag` to match actual released version (helm#16983)

Signed-off-by: pikesley <sam.pikesley@demandlogic.co.uk>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/openebs] Update charts to 1.2.0 release (helm#16959)

- Updated README
- Updated chart version 1.2.0
- Updated values.yaml
- Updated ENV variales for openebs apiserver
- Add tolerations for ndm daemonset
- Add cstorpoolclusters rules in validatingWebhookConfigurations

Signed-off-by: ChandanSagar <chandan.pradhan@mayadata.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/owncloud] Release 6.2.2 updating components versions (helm#16964)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/odoo] Release 11.1.3 (helm#16979)

* [stable/odoo] Release 11.1.3 updating components versions

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

* Update postgresql dependency version

Signed-off-by: tompizmor <tompizmor@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/suitecrm] Release 7.2.2 updating components versions (helm#16991)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/sematext-agent] simplify volumes and volume mounts (helm#16993)

* simplify daemonset volumes

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

* bump chart version

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/redmine] Update dependencies version (helm#16992)

Signed-off-by: tompizmor <tompizmor@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] Add override for Kubernetes Version (helm#16994)

* add override to sync_* and README

Signed-off-by: afirth <afirth@users.noreply.github.com>

* sync upstream dashboards and rules

Signed-off-by: afirth <afirth@users.noreply.github.com>

* delete old rules and dashboards no longer in upstream

Signed-off-by: afirth <afirth@users.noreply.github.com>

* update manually created dashboards

Signed-off-by: afirth <afirth@users.noreply.github.com>

* bump chart version

Signed-off-by: afirth <afirth@users.noreply.github.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/memcached] Add updateStrategy configuration option (helm#16358)

* [stable/memcached] Add updateStrategy configuration option

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>

* [stable/memcached] Set specific keys for updateStrategy to follow convention

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>

* [stable/memcached] Fix README to reflect updateStrategy.type value requirement

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/velero] fix restic DaemonSet template syntax (helm#16960)

Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] Add conditional for prometheus.ingress.hosts (helm#16977)

* Add conditional for prometheus.ingress.hosts

Signed-off-by: Tom Gehrke <t.gehrke@reply.de>

* Bump patch version to 6.9.1

Signed-off-by: Tom Gehrke <t.gehrke@reply.de>

* Add condition for alertmanager as well

Signed-off-by: Tom Gehrke <t.gehrke@reply.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/pomerium] Scale out and docs improvements (helm#16338)

- Switch to a headless Authorize service to support client side
   load balancing
- Allow independent replicaCount scaling of the different services
- Add upgrading/changelog documentation and ToC

Signed-off-by: Travis Groth <tgroth@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/ghost] Release 7.2.3 updating components versions (helm#16999)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/weave-scope] Fix error messages by using new architecture (helm#16796)

* Added cluster agent

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Fixed cluster agent

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Bump version

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Bump version

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Fix Readme

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phpmyadmin] Add miguelaeh to OWNERS (helm#17027)

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

* [stable/wordpress] Add miguelaeh to OWNERS (helm#17028)

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

* [stable/nats] Add miguelaeh to OWNERS (helm#17029)

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

* [stable/joomla] Add miguelaeh to OWNERS (helm#17030)

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

* [stable/testlink] Add miguelaeh to OWNERS (helm#17031)

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

* [stable/ghost] Add miguelaeh to OWNERS (helm#17032)

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

* fixes helm#14976 reopened due to regression in PR helm#14981 (v1.0.4) (helm#16785)

Signed-off-by: Bertrand Gouny <bertrand.gouny@osixia.net>
Signed-off-by: Marius Voila <myself@mariusv.com>

*  [stable/prometheus-operator] Add walCompression to CRD and bump chart version (helm#17004)

* Add walCompression to CRD and bump chart version to 6.8.4

Signed-off-by: jan.steffen <jan.steffen@figo.io>

* Add walCompression to CRD and bump chart version to 6.8.4

Signed-off-by: jan.steffen <jan.steffen@figo.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] walCompression of wrong type (helm#17046)

* Bump chart to version 6.9.3

Signed-off-by: jan.steffen <jan.steffen@figo.io>

* Remove quoting of walCompression in prometheus spec

Signed-off-by: jan.steffen <jan.steffen@figo.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/traefik] add maxIdleConnsPerHost (helm#16531)

Signed-off-by: Cameron Attard <cameron.attard@siteminder.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix haproxy check redis master configuration (helm#16709)

Signed-off-by: Jeremy Xu <jeremyxu2010@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix spark-operator charts issue (helm#16910)

Signed-off-by: TommyLike <hu.husheng@huawei.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/spring-cloud-data-flow] Update configs for additional vars (helm#17050)

- add support for service labels/annotations, env var for cert trusting

Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* traefik: reduce rbac scope if one namespace is handled (helm#16111)

Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix typo in title and better narrative (helm#15902)

A better narrative for helm#15004, and fix typo in title

Signed-off-by: Harry Zhang <lei.zhang@alibaba-inc.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/nginx-ingress] Add substitution for containerPorts from values (helm#17037)

* [stable/nginx-ingress] Add substitution for containerPorts from values

Use key-value range from .Values.controller.containerPort definition instead of mapping 1to1 http and https ports.

It allows passing extra configuration to nginx-ingress, such as validation-webhook with its own port, and define this port in values.
Without this option it’s not possible because of hardcoded http and https ports in deployment/daemonset templates.

Does not break anything.

Signed-off-by: Andrey Izotikov <andrsp@gmail.com>

* [stable/nginx-ingress] Bump version to 1.20.0

Signed-off-by: Andrey Izotikov <andrsp@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/rabbitmq] Add miguelaeh to OWNERS (helm#17026)

* [stable/rabbitmq] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/mongodb] Add miguelaeh to OWNERS (helm#17021)

* [stable/mongodb] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/external-dns] Add miguelaeh to OWNERS (helm#17023)

* [stable/external-dns] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/mariadb] Add miguelaeh to OWNERS (helm#17024)

* [stable/mariadb] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/odoo] Add miguelaeh to OWNERS (helm#17005)

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

* [stable/dokuwiki] Add miguelaeh to OWNERS (helm#17006)

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

* [stable/drupal] Add miguelaeh to OWNERS (helm#17007)

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

* [stable/osclass] Add miguelaeh to OWNERS (helm#17008)

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

* [stable/prestashop] Add miguelaeh to OWNERS (helm#17009)

* [stable/prestashop] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/redmine] Add miguelaeh to OWNERS (helm#17010)

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

* [stable/mediawiki] Add miguelaeh to OWNERS (helm#17011)

* [stable/mediawiki] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/kubewatch] Add miguelaeh to OWNERS (helm#17012)

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

* [stable/phpbb] Add miguelaeh to OWNERS (helm#17013)

* [stable/phpbb] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/orangehrm] Add miguelaeh to OWNERS (helm#17015)

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

* [stable/opencart] Add miguelaeh to OWNERS (helm#17016)

* [stable/opencart] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/postgresql] Add miguelaeh to OWNERS (helm#17017)

* [stable/postgresql] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/parse] Add miguelaeh to OWNERS (helm#17018)

* [stable/parse] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/suitecrm] Add miguelaeh to OWNERS (helm#17019)

* [stable/suitecrm] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/moodle] Add miguelaeh to OWNERS (helm#17020)

* [stable/moodle] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/jasperreports] Add miguelaeh to OWNERS (helm#17022)

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

* [stable/redis] Add miguelaeh to OWNERS (helm#17014)

* [stable/redis] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* Add command line parameters quoting in create connections script in Airflow chart (helm#17062)

Signed-off-by: Mikhail Cherepnev <mikhail.cherepnev@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] Update kube-state-metrics to 2.3.1 and grafana to 3.8.11. (helm#17057)

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phabricator] Add miguelaeh to OWNERS (helm#17025)

* [stable/phabricator] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/owncloud] Add miguelaeh to OWNERS (helm#17033)

* [stable/owncloud] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/falco] Performs a rollingUpdate when you change rules or settings (helm#17065)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [incubator/zookeeper] Fixes setting "zookeeper.log.threshold" option (helm#17066)

Signed-off-by: Atanas Zhelev <azhelev+github@mailbox.org>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Disable acme volume if kvprovider is configured) (helm#17067)

Signed-off-by: florian kinder <florian.kinder@mcl.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix typo on `values.yml` for `environmentSecrets` (helm#17052)

* should be `key` and not `value`
* per `.secretKeyRef.key` in `stable/atlantis/templates/statefulset.yaml`

Signed-off-by: Eddie Ramirez <eddieramirez@me.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Bump Ambassador to v0.78.0 (helm#17081)

Signed-off-by: Shubham <shubham@linux.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator]: upgrade alertmanager (helm#17084)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/traefik] backoff storeconfig job (helm#16513)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/traefik] Updated acme storage location to be configurable (helm#16464)

* [stable/traefik] Updated acme storage location to be configurable

Signed-off-by: Ryan Orth <ryanorth@workfront.com>

* Fixed wrong version update
Signed-off-by: Ryan Orth <ryanorth@workfront.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix space issue in volume mount (helm#17087)

Update spacing issue in deployment, fixed README, and updated values to have a better example.

Signed-off-by: James Ritter <jamesritter15@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/influxdb] Add support for Azure to backup job (helm#16722)

Signed-off-by: Tomasz Glowka <glowka.tom@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/blackbox-exporter]: upgrade (helm#17083)

* [stable/blackbox-exporter]: upgrade

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* [stable/blackbox-exporter]: upgrade

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/grafana] Support statefulset as persistence option (helm#17063)

* [stable/grafana] make statefulset as persistence option

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* [stable/grafana] up chart version

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* [stable/grafana] fix name property of metadata

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* [stable/grafana] fix grafana version

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* Fix yaml lint error

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/mariadb] Release 6.8.10 updating components versions (helm#17086)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Added pod label capability to ClamAV (helm#16793)

Signed-off-by: Sherief Shahin <smshahin1611@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Allow configuration using values for nodeSelector setting (helm#17091)

Signed-off-by: Adel Sachkov <adel.sachkov@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* fix: Add metrics labels and annotations only when enabled (helm#17060)

Signed-off-by: Joe Jiang <happiness9721@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/openEBS] Feature fix typo (helm#17098)

* correct typo of localProvisioner to localprovisioner

Signed-off-by: olivier beyler <olivier.beyler@orange.com>

* bump chart version

Signed-off-by: olivier beyler <olivier.beyler@orange.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/ambassador] Major upgrades to Ambassador Pro (helm#16904)

* Upgrade Ambassador Pro to 0.7.0

- Ambassador Pro 0.7.0 introduces Ambassador certified builds that
  require
  - A license key
  - Use an image from the quay.io/datawire/ambassador_pro repository
- templates/deployment.yaml has been formatted in a backwards compatible
  way so all Ambassador Pro images before 0.7.0 will still use
Ambassador OSS repo.

Signed-off-by: Noah Krause <krausenoah@gmail.com>

* Store license key in k8s secret by default

Signed-off-by: Noah Krause <krausenoah@gmail.com>

* Add deprecation warning for using prom exporter

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Major upgrades to Ambassador Pro installation

- Introduces the performance tuned and certified build of open source Ambassador, Ambassador core
- The license key is now stored and read from a Kubernetes secret by default
- Added `.Values.pro.licenseKey.secret.enabled` `.Values.pro.licenseKey.secret.create` fields to allow multiple releases in the same namespace to use the same license key secret.
- Introduces the ability to configure resource limits for both Ambassador Pro and it's redis instance
- Introduces the ability to configure additional `AuthService` options (see [AuthService documentation](https://www.getambassador.io/reference/services/auth-service/))
- The ambassador-pro-auth `AuthService` and ambassador-pro-ratelimit `RateLimitService` and now created as CRDs when `.Values.crds.enabled: true`
- Fixed misnamed selector for redis instance that failed in an edge case

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Expose annotations for redis deploy

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Minor updated to changelog and readme

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Whitespace cleanup

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Fix type error

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/k8s-spot-termination-handler] Update api version of daemonset (helm#16451)

* use apps/v1 as apiVersion for daemonset

Signed-off-by: Moritz Siuts <moritzs@moia.io>

* Bump patch version of k8s-spot-termination-handler

Signed-off-by: Moritz Siuts <moritzs@moia.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/parse] Release 9.2.4 updating components versions (helm#17104)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix svc for redis with sentinel (helm#17095)

Signed-off-by: Alejandro Moreno <amoreno@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/jenkins] display error when admin user does not exist. (helm#16949)

* Display error when admin user does not exist.

Print an error message when `master.sidecars.configAutoReload.enabled` is `true`, but the admin user which is needed to configure the SSH key does not exist.

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* only configure ssh key if user exists

Signed-off-by: Torsten Walter <mail@torstenwalter.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [incubator/kafka] Adding the ability to define a pod disruption budget for brokers (helm#15345)

* feature: adding the ability to define a pod disruption budget to the kafka brokers

Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com>

* address PR comments

Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com>

* bump chart version

Signed-off-by: Murphy, Kealan <kealan.murphy@aspect.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Support frontend config values (helm#17074)

Signed-off-by: Jordan Jennings <jordanjennings@users.noreply.github.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Update default dex app version to latest (helm#17117)

Signed-off-by: Jordan Jennings <jordanjennings@users.noreply.github.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Change copyright to "The Helm Authors" (helm#16902)

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/nfs-server-provisioner] fix deployment when not creating storage class (helm#16331)

* When a storage class is not created, mountOptions and parameters are also not included in the file

Signed-off-by: Tomas Ostasevicius <t.ostasevicius@gmail.com>

* Bump nfs-server-provisioner version

Signed-off-by: Tomas Ostasevicius <t.ostasevicius@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [incubator/etcd] implement TLS/SSL for client and peers in etcd (helm#16741)

* added TLS/SSL ability helm#16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>

* removed hardcoded protocol and bumped version in Chart.yaml helm#16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>

* added some comments in README.md helm#16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-rabbitmq-exporter] ServiceMonitor Port Bugfix (helm#15801)

* Update and rename monitor.yaml to servicemonitor.yaml

The service monitor currently tries to scrape the publish port, which isn't available on the Service.
I've changed the endpoint port for the service monitor to scrape from the services' 'rabbitmq-exporter' port.

I've also changed the name to servicemonitor.yaml to match other Helm charts.

Signed-off-by: Jonny Ford <jonnyford1@gmail.com>

* Update Chart.yaml

bumped chart version, bugfix

Signed-off-by: Jonny Ford <jonnyford1@gmail.com>

* Update Chart.yaml

Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/openldap] Add documentation for 'persistence.existingClaim' (helm#16922)

Signed-off-by: Lunik <lunik@tiwabbit.fr>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/metabase] Increase livenessProbe timeout (helm#16877)

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus] Added /nodes/metrics permission to prometheus server (helm#16394)

This change allows prometheus to scrape nodes directly, instead of
proxying all requests through the API server.

Signed-off-by: Micah Hausler <mhausler@amazon.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/grafana] Fix indentation of pod template (helm#17130)

* fix indentation of template

Signed-off-by: Ramon Rüttimann <ramon.ruettimann@gmail.com>

* bump chart version

Signed-off-by: Ramon Rüttimann <ramon.ruettimann@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/jenkins] add master.JCasC.defaultConfig (helm#16929)

* add master.JCasC.defaultConfig and configure location

- JCasC configuration is stored in template `jenkins.casc.defaults`
  so that it can be used in `config.yaml` and `jcasc-config.yaml`
  depending on if configAutoReload is enabled or not

- Jenkins Location (URL) is configured to provide a startin point
  for the config

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* improve JCasC default configuration

JCasC default configuration includes:
  - Jenkins url
  - disableRememberMe: false
  - mode: NORMAL
  - numExecutors: {{ .Values.master.numExecutors }}
  - projectNamingStrategy: "standard"

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* JCasC kubernetes config

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* JCasC: crumbIssue and security.apiToken

Signed-off-by: Torsten Walter <mail@torstenwalter.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phabricator] Release 7.0.7 updating components versions (helm#17131)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/rabbitmq] Metrics: use ipv4 to connect to rabbit. (helm#17092)

* [stable/rabbitmq] Metrics: use ipv4 to connect to rabbit.

Otherwise, it could try to access IPv6 which may not be available, causing:

Get http://localhost:15672/api/nodes?sort=: dial tcp [::1]:15672: connect: cannot assign requested address

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

* Make it configurable.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/odoo] Release 11.1.5 updating components versions (helm#17141)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* bumping chart version

Signed-off-by: Marius Voila <myself@mariusv.com>
hakman pushed a commit to hakman/charts that referenced this pull request Dec 5, 2019
… with a single OWNER (helm#16946)

* Call for maintainers for charts with a single OWNER

this PR is part of helm#13867 and helm#13869

Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/couchbase] Update to version 1.2.1 (helm#16905)

Updates Operator and Admission controller

Signed-off-by: Tommie McAfee <tommie@couchbase.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Update Express Gateway Images to v1.16.8 (helm#16942)

Signed-off-by: eg-bot <kevin+eg-bot@lunchbadger.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves (helm#16824)

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

Signed-off-by: Amal Soman <amalsoman10@gmail.com>

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

Signed-off-by: Amal Soman <amalsoman10@gmail.com>

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

* [stable/redis-ha] Add a dedicated port in haproxy for redis slaves

Signed-off-by: Amal Soman <amalsoman10@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/gocd] Bump up GoCD Version to 19.8.0 (helm#16954)

* Bump up GoCD Version to 19.8.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phabricator] Release 7.0.5 updating components versions (helm#16952)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/mariadb] Release 6.8.8 updating components versions (helm#16955)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* add support for deployment labels (helm#16958)

Signed-off-by: omerlh <omerl@soluto.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/postgresql] Release 6.3.5 updating components versions (helm#16961)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phpmyadmin] Release 3.0.4 updating components versions (helm#16962)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/mediawiki] Release 8.2.2 updating components versions (helm#16963)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/joomla] Release 6.1.4 updating components versions (helm#16965)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/suitecrm] Release 7.2.1 updating components versions (helm#16966)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/redmine] Release 12.2.3 updating components versions (helm#16967)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prestashop] Release 8.2.1 updating components versions (helm#16968)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/parse] Release 9.2.2 updating components versions (helm#16969)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/ghost] Release 7.2.2 updating components versions (helm#16970)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/orangehrm] Release 6.2.2 updating components versions (helm#16971)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/drupal] Release 5.2.2 updating components versions (helm#16972)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/dokuwiki] Release 5.2.5 updating components versions (helm#16973)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/wordpress] Release 7.3.3 updating components versions (helm#16974)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/moodle] Release 6.1.6 updating components versions (helm#16975)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/odoo] Fix Ingress secret for multiple hosts (helm#16976)

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

* [stable/concourse] Bump `imageTag` to match actual released version (helm#16983)

Signed-off-by: pikesley <sam.pikesley@demandlogic.co.uk>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/openebs] Update charts to 1.2.0 release (helm#16959)

- Updated README
- Updated chart version 1.2.0
- Updated values.yaml
- Updated ENV variales for openebs apiserver
- Add tolerations for ndm daemonset
- Add cstorpoolclusters rules in validatingWebhookConfigurations

Signed-off-by: ChandanSagar <chandan.pradhan@mayadata.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/owncloud] Release 6.2.2 updating components versions (helm#16964)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/odoo] Release 11.1.3 (helm#16979)

* [stable/odoo] Release 11.1.3 updating components versions

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

* Update postgresql dependency version

Signed-off-by: tompizmor <tompizmor@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/suitecrm] Release 7.2.2 updating components versions (helm#16991)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/sematext-agent] simplify volumes and volume mounts (helm#16993)

* simplify daemonset volumes

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

* bump chart version

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/redmine] Update dependencies version (helm#16992)

Signed-off-by: tompizmor <tompizmor@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] Add override for Kubernetes Version (helm#16994)

* add override to sync_* and README

Signed-off-by: afirth <afirth@users.noreply.github.com>

* sync upstream dashboards and rules

Signed-off-by: afirth <afirth@users.noreply.github.com>

* delete old rules and dashboards no longer in upstream

Signed-off-by: afirth <afirth@users.noreply.github.com>

* update manually created dashboards

Signed-off-by: afirth <afirth@users.noreply.github.com>

* bump chart version

Signed-off-by: afirth <afirth@users.noreply.github.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/memcached] Add updateStrategy configuration option (helm#16358)

* [stable/memcached] Add updateStrategy configuration option

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>

* [stable/memcached] Set specific keys for updateStrategy to follow convention

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>

* [stable/memcached] Fix README to reflect updateStrategy.type value requirement

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/velero] fix restic DaemonSet template syntax (helm#16960)

Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] Add conditional for prometheus.ingress.hosts (helm#16977)

* Add conditional for prometheus.ingress.hosts

Signed-off-by: Tom Gehrke <t.gehrke@reply.de>

* Bump patch version to 6.9.1

Signed-off-by: Tom Gehrke <t.gehrke@reply.de>

* Add condition for alertmanager as well

Signed-off-by: Tom Gehrke <t.gehrke@reply.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/pomerium] Scale out and docs improvements (helm#16338)

- Switch to a headless Authorize service to support client side
   load balancing
- Allow independent replicaCount scaling of the different services
- Add upgrading/changelog documentation and ToC

Signed-off-by: Travis Groth <tgroth@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/ghost] Release 7.2.3 updating components versions (helm#16999)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/weave-scope] Fix error messages by using new architecture (helm#16796)

* Added cluster agent

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Fixed cluster agent

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Bump version

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Bump version

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>

* Fix Readme

Signed-off-by: Philipp <philipp.hellmich@bertelsmann.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phpmyadmin] Add miguelaeh to OWNERS (helm#17027)

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

* [stable/wordpress] Add miguelaeh to OWNERS (helm#17028)

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

* [stable/nats] Add miguelaeh to OWNERS (helm#17029)

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

* [stable/joomla] Add miguelaeh to OWNERS (helm#17030)

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

* [stable/testlink] Add miguelaeh to OWNERS (helm#17031)

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

* [stable/ghost] Add miguelaeh to OWNERS (helm#17032)

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

* fixes helm#14976 reopened due to regression in PR helm#14981 (v1.0.4) (helm#16785)

Signed-off-by: Bertrand Gouny <bertrand.gouny@osixia.net>
Signed-off-by: Marius Voila <myself@mariusv.com>

*  [stable/prometheus-operator] Add walCompression to CRD and bump chart version (helm#17004)

* Add walCompression to CRD and bump chart version to 6.8.4

Signed-off-by: jan.steffen <jan.steffen@figo.io>

* Add walCompression to CRD and bump chart version to 6.8.4

Signed-off-by: jan.steffen <jan.steffen@figo.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] walCompression of wrong type (helm#17046)

* Bump chart to version 6.9.3

Signed-off-by: jan.steffen <jan.steffen@figo.io>

* Remove quoting of walCompression in prometheus spec

Signed-off-by: jan.steffen <jan.steffen@figo.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/traefik] add maxIdleConnsPerHost (helm#16531)

Signed-off-by: Cameron Attard <cameron.attard@siteminder.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix haproxy check redis master configuration (helm#16709)

Signed-off-by: Jeremy Xu <jeremyxu2010@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix spark-operator charts issue (helm#16910)

Signed-off-by: TommyLike <hu.husheng@huawei.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/spring-cloud-data-flow] Update configs for additional vars (helm#17050)

- add support for service labels/annotations, env var for cert trusting

Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* traefik: reduce rbac scope if one namespace is handled (helm#16111)

Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix typo in title and better narrative (helm#15902)

A better narrative for helm#15004, and fix typo in title

Signed-off-by: Harry Zhang <lei.zhang@alibaba-inc.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/nginx-ingress] Add substitution for containerPorts from values (helm#17037)

* [stable/nginx-ingress] Add substitution for containerPorts from values

Use key-value range from .Values.controller.containerPort definition instead of mapping 1to1 http and https ports.

It allows passing extra configuration to nginx-ingress, such as validation-webhook with its own port, and define this port in values.
Without this option it’s not possible because of hardcoded http and https ports in deployment/daemonset templates.

Does not break anything.

Signed-off-by: Andrey Izotikov <andrsp@gmail.com>

* [stable/nginx-ingress] Bump version to 1.20.0

Signed-off-by: Andrey Izotikov <andrsp@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/rabbitmq] Add miguelaeh to OWNERS (helm#17026)

* [stable/rabbitmq] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/mongodb] Add miguelaeh to OWNERS (helm#17021)

* [stable/mongodb] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/external-dns] Add miguelaeh to OWNERS (helm#17023)

* [stable/external-dns] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/mariadb] Add miguelaeh to OWNERS (helm#17024)

* [stable/mariadb] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/odoo] Add miguelaeh to OWNERS (helm#17005)

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

* [stable/dokuwiki] Add miguelaeh to OWNERS (helm#17006)

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

* [stable/drupal] Add miguelaeh to OWNERS (helm#17007)

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

* [stable/osclass] Add miguelaeh to OWNERS (helm#17008)

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

* [stable/prestashop] Add miguelaeh to OWNERS (helm#17009)

* [stable/prestashop] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/redmine] Add miguelaeh to OWNERS (helm#17010)

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

* [stable/mediawiki] Add miguelaeh to OWNERS (helm#17011)

* [stable/mediawiki] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/kubewatch] Add miguelaeh to OWNERS (helm#17012)

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

* [stable/phpbb] Add miguelaeh to OWNERS (helm#17013)

* [stable/phpbb] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/orangehrm] Add miguelaeh to OWNERS (helm#17015)

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

* [stable/opencart] Add miguelaeh to OWNERS (helm#17016)

* [stable/opencart] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/postgresql] Add miguelaeh to OWNERS (helm#17017)

* [stable/postgresql] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/parse] Add miguelaeh to OWNERS (helm#17018)

* [stable/parse] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/suitecrm] Add miguelaeh to OWNERS (helm#17019)

* [stable/suitecrm] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/moodle] Add miguelaeh to OWNERS (helm#17020)

* [stable/moodle] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/jasperreports] Add miguelaeh to OWNERS (helm#17022)

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

* [stable/redis] Add miguelaeh to OWNERS (helm#17014)

* [stable/redis] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* Add command line parameters quoting in create connections script in Airflow chart (helm#17062)

Signed-off-by: Mikhail Cherepnev <mikhail.cherepnev@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator] Update kube-state-metrics to 2.3.1 and grafana to 3.8.11. (helm#17057)

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phabricator] Add miguelaeh to OWNERS (helm#17025)

* [stable/phabricator] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/owncloud] Add miguelaeh to OWNERS (helm#17033)

* [stable/owncloud] Add miguelaeh to OWNERS

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

* Update Chart.yaml

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

* [stable/falco] Performs a rollingUpdate when you change rules or settings (helm#17065)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [incubator/zookeeper] Fixes setting "zookeeper.log.threshold" option (helm#17066)

Signed-off-by: Atanas Zhelev <azhelev+github@mailbox.org>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Disable acme volume if kvprovider is configured) (helm#17067)

Signed-off-by: florian kinder <florian.kinder@mcl.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix typo on `values.yml` for `environmentSecrets` (helm#17052)

* should be `key` and not `value`
* per `.secretKeyRef.key` in `stable/atlantis/templates/statefulset.yaml`

Signed-off-by: Eddie Ramirez <eddieramirez@me.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Bump Ambassador to v0.78.0 (helm#17081)

Signed-off-by: Shubham <shubham@linux.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-operator]: upgrade alertmanager (helm#17084)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/traefik] backoff storeconfig job (helm#16513)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/traefik] Updated acme storage location to be configurable (helm#16464)

* [stable/traefik] Updated acme storage location to be configurable

Signed-off-by: Ryan Orth <ryanorth@workfront.com>

* Fixed wrong version update
Signed-off-by: Ryan Orth <ryanorth@workfront.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix space issue in volume mount (helm#17087)

Update spacing issue in deployment, fixed README, and updated values to have a better example.

Signed-off-by: James Ritter <jamesritter15@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/influxdb] Add support for Azure to backup job (helm#16722)

Signed-off-by: Tomasz Glowka <glowka.tom@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/blackbox-exporter]: upgrade (helm#17083)

* [stable/blackbox-exporter]: upgrade

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* [stable/blackbox-exporter]: upgrade

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/grafana] Support statefulset as persistence option (helm#17063)

* [stable/grafana] make statefulset as persistence option

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* [stable/grafana] up chart version

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* [stable/grafana] fix name property of metadata

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* [stable/grafana] fix grafana version

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>

* Fix yaml lint error

Signed-off-by: Oleg Blokhin <o.blohin@dodopizza.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/mariadb] Release 6.8.10 updating components versions (helm#17086)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Added pod label capability to ClamAV (helm#16793)

Signed-off-by: Sherief Shahin <smshahin1611@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Allow configuration using values for nodeSelector setting (helm#17091)

Signed-off-by: Adel Sachkov <adel.sachkov@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* fix: Add metrics labels and annotations only when enabled (helm#17060)

Signed-off-by: Joe Jiang <happiness9721@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/openEBS] Feature fix typo (helm#17098)

* correct typo of localProvisioner to localprovisioner

Signed-off-by: olivier beyler <olivier.beyler@orange.com>

* bump chart version

Signed-off-by: olivier beyler <olivier.beyler@orange.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/ambassador] Major upgrades to Ambassador Pro (helm#16904)

* Upgrade Ambassador Pro to 0.7.0

- Ambassador Pro 0.7.0 introduces Ambassador certified builds that
  require
  - A license key
  - Use an image from the quay.io/datawire/ambassador_pro repository
- templates/deployment.yaml has been formatted in a backwards compatible
  way so all Ambassador Pro images before 0.7.0 will still use
Ambassador OSS repo.

Signed-off-by: Noah Krause <krausenoah@gmail.com>

* Store license key in k8s secret by default

Signed-off-by: Noah Krause <krausenoah@gmail.com>

* Add deprecation warning for using prom exporter

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Major upgrades to Ambassador Pro installation

- Introduces the performance tuned and certified build of open source Ambassador, Ambassador core
- The license key is now stored and read from a Kubernetes secret by default
- Added `.Values.pro.licenseKey.secret.enabled` `.Values.pro.licenseKey.secret.create` fields to allow multiple releases in the same namespace to use the same license key secret.
- Introduces the ability to configure resource limits for both Ambassador Pro and it's redis instance
- Introduces the ability to configure additional `AuthService` options (see [AuthService documentation](https://www.getambassador.io/reference/services/auth-service/))
- The ambassador-pro-auth `AuthService` and ambassador-pro-ratelimit `RateLimitService` and now created as CRDs when `.Values.crds.enabled: true`
- Fixed misnamed selector for redis instance that failed in an edge case

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Expose annotations for redis deploy

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Minor updated to changelog and readme

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Whitespace cleanup

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>

* Fix type error

Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/k8s-spot-termination-handler] Update api version of daemonset (helm#16451)

* use apps/v1 as apiVersion for daemonset

Signed-off-by: Moritz Siuts <moritzs@moia.io>

* Bump patch version of k8s-spot-termination-handler

Signed-off-by: Moritz Siuts <moritzs@moia.io>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/parse] Release 9.2.4 updating components versions (helm#17104)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Fix svc for redis with sentinel (helm#17095)

Signed-off-by: Alejandro Moreno <amoreno@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/jenkins] display error when admin user does not exist. (helm#16949)

* Display error when admin user does not exist.

Print an error message when `master.sidecars.configAutoReload.enabled` is `true`, but the admin user which is needed to configure the SSH key does not exist.

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* only configure ssh key if user exists

Signed-off-by: Torsten Walter <mail@torstenwalter.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [incubator/kafka] Adding the ability to define a pod disruption budget for brokers (helm#15345)

* feature: adding the ability to define a pod disruption budget to the kafka brokers

Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com>

* address PR comments

Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com>

* bump chart version

Signed-off-by: Murphy, Kealan <kealan.murphy@aspect.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Support frontend config values (helm#17074)

Signed-off-by: Jordan Jennings <jordanjennings@users.noreply.github.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Update default dex app version to latest (helm#17117)

Signed-off-by: Jordan Jennings <jordanjennings@users.noreply.github.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* Change copyright to "The Helm Authors" (helm#16902)

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/nfs-server-provisioner] fix deployment when not creating storage class (helm#16331)

* When a storage class is not created, mountOptions and parameters are also not included in the file

Signed-off-by: Tomas Ostasevicius <t.ostasevicius@gmail.com>

* Bump nfs-server-provisioner version

Signed-off-by: Tomas Ostasevicius <t.ostasevicius@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [incubator/etcd] implement TLS/SSL for client and peers in etcd (helm#16741)

* added TLS/SSL ability helm#16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>

* removed hardcoded protocol and bumped version in Chart.yaml helm#16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>

* added some comments in README.md helm#16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus-rabbitmq-exporter] ServiceMonitor Port Bugfix (helm#15801)

* Update and rename monitor.yaml to servicemonitor.yaml

The service monitor currently tries to scrape the publish port, which isn't available on the Service.
I've changed the endpoint port for the service monitor to scrape from the services' 'rabbitmq-exporter' port.

I've also changed the name to servicemonitor.yaml to match other Helm charts.

Signed-off-by: Jonny Ford <jonnyford1@gmail.com>

* Update Chart.yaml

bumped chart version, bugfix

Signed-off-by: Jonny Ford <jonnyford1@gmail.com>

* Update Chart.yaml

Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/openldap] Add documentation for 'persistence.existingClaim' (helm#16922)

Signed-off-by: Lunik <lunik@tiwabbit.fr>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/metabase] Increase livenessProbe timeout (helm#16877)

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/prometheus] Added /nodes/metrics permission to prometheus server (helm#16394)

This change allows prometheus to scrape nodes directly, instead of
proxying all requests through the API server.

Signed-off-by: Micah Hausler <mhausler@amazon.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/grafana] Fix indentation of pod template (helm#17130)

* fix indentation of template

Signed-off-by: Ramon Rüttimann <ramon.ruettimann@gmail.com>

* bump chart version

Signed-off-by: Ramon Rüttimann <ramon.ruettimann@gmail.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/jenkins] add master.JCasC.defaultConfig (helm#16929)

* add master.JCasC.defaultConfig and configure location

- JCasC configuration is stored in template `jenkins.casc.defaults`
  so that it can be used in `config.yaml` and `jcasc-config.yaml`
  depending on if configAutoReload is enabled or not

- Jenkins Location (URL) is configured to provide a startin point
  for the config

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* improve JCasC default configuration

JCasC default configuration includes:
  - Jenkins url
  - disableRememberMe: false
  - mode: NORMAL
  - numExecutors: {{ .Values.master.numExecutors }}
  - projectNamingStrategy: "standard"

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* JCasC kubernetes config

Signed-off-by: Torsten Walter <mail@torstenwalter.de>

* JCasC: crumbIssue and security.apiToken

Signed-off-by: Torsten Walter <mail@torstenwalter.de>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/phabricator] Release 7.0.7 updating components versions (helm#17131)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/rabbitmq] Metrics: use ipv4 to connect to rabbit. (helm#17092)

* [stable/rabbitmq] Metrics: use ipv4 to connect to rabbit.

Otherwise, it could try to access IPv6 which may not be available, causing:

Get http://localhost:15672/api/nodes?sort=: dial tcp [::1]:15672: connect: cannot assign requested address

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

* Make it configurable.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Marius Voila <myself@mariusv.com>

* [stable/odoo] Release 11.1.5 updating components versions (helm#17141)

Signed-off-by: Bitnami Containers <containers@bitnami.com>
Signed-off-by: Marius Voila <myself@mariusv.com>

* bumping chart version

Signed-off-by: Marius Voila <myself@mariusv.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/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants