Commit Graph
10817 Commits
Author SHA1 Message Date
Eric BaileyandKubernetes Prow Robot 87034ca03f [stable/cluster-autoscaler] Support fullnameOverride (#16837)
Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
2019-11-04 22:32:38 -08:00
Philippe DagenaisandKubernetes Prow Robot a72386b91c [stable/redis-ha] Add serviceMonitor resource object (#18518)
* Add redis-ha serviceMonitor resource object

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

* Fix Tab Indent

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>
2019-11-04 20:04:37 -08:00
Salim SalauesandKubernetes Prow Robot 80d02acba8 bugfix: fix affinity conflict with the helm test pod (#18535)
This commit fixes an issue when redis-ha is install on cluster that have a node
count equal to the replica count which prevents scheduling of the helm test pod
due to the matching labels.

Signed-off-by: Salim <salim.salaues@scality.com>
2019-11-04 16:06:38 -08:00
Cade MarkegardandKubernetes Prow Robot 22ea8f331e bump zookeeper helm chart version so all the objects the kafka chart produces adhere to the k8s JSON schema strictly (#18261)
Signed-off-by: Cade Markegard <cademarkegard@gmail.com>
2019-11-04 08:49:40 -08:00
Marshall FordandKubernetes Prow Robot 83b960078c [stable/prometheus-blackbox-exporter] removes configmap-reload in favor of a configmap checksum (#17687)
* removes configmap-reload in favor of a configmap checksum

Signed-off-by: Marshall Ford <inbox@marshallford.me>

* chart version bump

Signed-off-by: Marshall Ford <inbox@marshallford.me>

* bump chart version again (1.5.0)

Signed-off-by: Marshall Ford <inbox@marshallford.me>
2019-11-04 08:27:41 -08:00
Daniel ReigadaandKubernetes Prow Robot 7753e699a8 Use array as default extraEnvs (#18341)
Signed-off-by: Daniel Reigada <daniel@codacy.com>
2019-11-04 07:33:40 -08:00
diegoduarte-hotmartandKubernetes Prow Robot 99430c4afd New-template-annotations (#18116)
Signed-off-by: Diego Flavius Duarte <diego.duarte@hotmart.com>
2019-11-04 07:19:40 -08:00
Vasily SliouniaevandKubernetes Prow Robot c42002a21a [stable/prometheus-node-exporter] Fix maps -> slices, bump version (#18527)
* Fix maps -> slices, bump vers

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

* Bump version, fix README.md

Signed-off-by: vas <vasily.sliouniaev@jet.com>
2019-11-04 03:09:40 -08:00
Vincent BeharandKubernetes Prow Robot 75aae8c77b [stable/airflow] add labels/annotations (#18343)
Add support for custom labels and annotations on the deployments and statefulset

Signed-off-by: Vincent Behar <v.behar@free.fr>
2019-11-04 03:01:40 -08:00
mervynzhangandKubernetes Prow Robot 58497aa063 fix error in k8s v1.6 (#18416)
Signed-off-by: Mervyn Zhang <sads@live.com>
2019-11-04 02:19:40 -08:00
Ismail AlidzhikovandKubernetes Prow Robot 88dbc36fec Update to stable "rbac.authorization.k8s.io/v1" (#18533)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-11-04 01:33:40 -08:00
Juan Ariza ToledanoandKubernetes Prow Robot bd9b1846cf [stable/wordpress] Fix custom htaccess (#18513)
* [stable/wordpress] Fix custom htaccess

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

* Fix lint error

Signed-off-by: juan131 <juan@bitnami.com>
2019-11-03 23:47:39 -08:00
Bitnami BotandKubernetes Prow Robot 48cd03eb9c [stable/ghost] Release 8.0.3 updating components versions (#18510)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-03 23:31:40 -08:00
Austin OrthandKubernetes Prow Robot 57f36a3499 [stable/external-dns] Skip mounting when using managed identity extension (#18502)
* [stable/external-dns] Managed identity mount tweak

Added a conditional which skips mounting resources if
azure.useManagedIdentityExtension=true and bumped chart version.

Signed-off-by: Austin Orth <aorth@niche.com>

* [stable/external-dns] Corrected version bump

Accidentally bumped the app version instead of the chart version in
previous commit. Fixed now.

Signed-off-by: Austin Orth <aorth@niche.com>

* [stable/external-dns] Implemented suggestions

Changed conditional to use `if not` as suggested and changed the chart
version to patch level instead of minor.

Signed-off-by: Austin Orth <aorth@niche.com>
2019-11-03 23:23:39 -08:00
Kalilou DiabyandKubernetes Prow Robot 0bb2e64f12 [incubator/haproxy-proxy] Add parameter for controller service targetPort so they can be overwritten (#18468)
Signed-off-by: kalilou <kalilou1988@gmail.com>
2019-11-03 18:11:40 -08:00
Reinhard NägeleandKubernetes Prow Robot dd935b36e0 [ci] Upgrade to chart-testing v2.4.0 (#18538)
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-11-03 07:11:39 -08:00
Austin OrthandKubernetes Prow Robot 96b8887d69 [stable/fluentd] Added service.loadBalancerIP (#18498)
Added conditional to the service template and documentation to both the
values file and the readme for setting custom load balancer IP address.

Signed-off-by: Austin Orth <aorth@niche.com>
2019-11-03 06:43:39 -08:00
Vasily SliouniaevandKubernetes Prow Robot 6d22112751 Fix several chart problems (#18430)
Signed-off-by: vas <vasily.sliouniaev@jet.com>
2019-11-02 12:27:39 -07:00
Vasily SliouniaevandKubernetes Prow Robot edecc9842d [stable/prometheus-operator] Up versions of operator, prometheus (#18528)
* Update core components

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

* Remove unsupported crdApiGroup param

This parameter already does not work and has not for many versions of
the operator, thus removing it is not a breaking change

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

* Fix {{ .Release to {{ $.Release

Signed-off-by: vas <vasily.sliouniaev@jet.com>
2019-11-02 10:43:39 -07:00
Fernando RipollandKubernetes Prow Robot e606f65b72 Add PSP policy to Kong chart (#18246)
Signed-off-by: pipo02mix <fernando@giantswarm.io>
2019-11-02 06:13:39 -07:00
Sameer NaikandKubernetes Prow Robot da0898afbd add plugin_dir configuration to the mysql config (#18504)
Signed-off-by: Sameer Naik <sameersbn@vmware.com>
2019-11-02 05:23:39 -07:00
Casey LeeandKubernetes Prow Robot e7a122f932 [stable/cluster-autoscaler] update to latest cluster-autoscaler (#18522)
* [stable/cluster-autoscaler] update to latest cluster-autoscaler 1.14.6 to add support for serviceaccount annotations

Signed-off-by: Casey Lee <casey@liatrio.com>

* [stable/cluster-autoscaler] Update README for serviceAccount annotations

Signed-off-by: Casey Lee <casey@liatrio.com>
2019-11-01 19:47:40 -07:00
Bitnami BotandKubernetes Prow Robot aaa94a4f71 [stable/kubewatch] Release 0.8.13 updating components versions (#18499)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-01 18:59:40 -07:00
Juan Ariza ToledanoandKubernetes Prow Robot ddc0d7b038 [stable/phpmyadmin] Add support for SSL connections with database (#18508)
Signed-off-by: juan131 <juan@bitnami.com>
2019-11-01 18:45:40 -07:00
Adam GravesandKubernetes Prow Robot 7693fe1b29 [prometheus-cloudwatch-exporter] Upgrade api versions (#17764)
Signed-off-by: Adam Graves <adam.graves85@gmail.com>
2019-11-01 18:35:40 -07:00
Anton GorkovenkoandKubernetes Prow Robot 859827a707 [stable/sumologic-fluentd] Update api versions to support k8s 1.16 (#18033)
* Update api versions to support k8s 1.16

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>

* Update api versions to support k8s 1.16

missing selector

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>

* Update api versions to support k8s 1.16

bump

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>

* Update api versions to support k8s 1.16

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>

* Update api versions to support k8s 1.16

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>

* Update stable/sumologic-fluentd/Chart.yaml

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>

* Update api versions to support k8s 1.16

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
2019-11-01 14:41:42 -07:00
Yinan LiandKubernetes Prow Robot ad1f1bb1f6 [incubator/sparkoperator] Removed deprecated initializers from the Deployment (#18520)
Signed-off-by: Yinan Li <ynli@google.com>
2019-11-01 14:31:42 -07:00
Grachev MikhailandKubernetes Prow Robot 8a5a143bad [bitnami/postgresql] Fix error when running init-container (#18447)
Error: failed to create containerd task: OCI runtime create failed: container_linux.go:337: starting container process caused "exec: \"sh\": executable file not found in $PATH": unknown
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
2019-11-01 01:23:24 -07:00
Yinan LiandKubernetes Prow Robot 9731847c71 [incubator/sparkoperator] Added missing RBAC permission for ResourceQuotas (#18501)
Signed-off-by: Yinan Li <ynli@google.com>
2019-10-31 18:13:24 -07:00
Sheldon WarkentinandKubernetes Prow Robot 8335fe9db6 [stable/grafana] Create all configmaps in range (#18247)
Move `---` inside the `range` block. It was previously outside
the block, so only one or zero configmaps would be made for
`.Values.dashboards`.

Signed-off-by: Sheldon Warkentin <sheldonw@forallsecure.com>
2019-10-31 18:04:54 -07:00
hmike96andKubernetes Prow Robot 6e94f8f328 [stable/airflow] enabled ingress paths to be input through the values.yaml file (#18466)
* Enabled ingress paths to be input through the values.yaml file

Signed-off-by: Michael Hewitt <hmike1996@gmail.com>

* Bump up chart version

Signed-off-by: Michael Hewitt <hmike1996@gmail.com>
2019-10-31 10:44:37 -07:00
tomas makaraandKubernetes Prow Robot d4674da79d [stable/minio] Fix pod annotations format in statefulset (#18487)
Signed-off-by: Tomas Makara <tomas.makara@gooddata.com>
2019-10-31 09:57:54 -07:00
Carlos Alexandro BeckerandKubernetes Prow Robot 2e9a31d36a [stable/elasticsearch-exporter]: improved healthchecks (#16808)
* [stable/elasticsearch-exporter]: improved healthchecks

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

* fix: chart version

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-10-31 09:41:55 -07:00
Alejandro MorenoandKubernetes Prow Robot 12faba581c Add LDAP support to RabbitMQ (#18488)
Signed-off-by: Alejandro Moreno <amoreno@bitnami.com>
2019-10-31 09:33:48 -07:00
Bismarck PalizandKubernetes Prow Robot 63df606da2 [stable/prometheus-operator] Add myself as owner/maintainer (#18424)
* Add myself as owner/maintainer

Signed-off-by: Bismarck Paliz <bismarck.paliz@jet.com>

* Changing ordering of maintainers/approvers/reviewers

Signed-off-by: Bismarck Paliz <bismarck.paliz@jet.com>
2019-10-31 09:33:41 -07:00
Fede BarcelonaandKubernetes Prow Robot ff4019f490 [stable/sysdig] Add 'How to upgrade to last version' to the README (#18403)
Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>
2019-10-31 09:11:37 -07:00
Vasily SliouniaevandKubernetes Prow Robot b13eab54b3 [stable/prometheus-node-exporter] Add vsliouniaev as owner (#18461)
* Add vsliouniaev as owner

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

* lint

Signed-off-by: vas <vasily.sliouniaev@jet.com>
2019-10-31 09:01:37 -07:00
C123RandKubernetes Prow Robot a4d302e5de feat:add support for providing clamd config (#18272)
Signed-off-by: cizer.ciz@gmail.com <cizer.ciz@gmail.com>
2019-10-31 08:13:38 -07:00
Bitnami BotandKubernetes Prow Robot ee0f4e4b91 [stable/osclass] Release 6.2.7 updating components versions (#18454)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-10-31 07:07:37 -07:00
Bitnami BotandKubernetes Prow Robot 056a4bcf42 [stable/ghost] Release 8.0.2 updating components versions (#18471)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-10-31 06:57:38 -07:00
7ba8bec233 [stable/datadog] allow host networking for metrics (#15206)
* [stable/datadog] allow host networking for metrics

Signed-off-by: Doug Winter <doug.winter@isotoma.com>

* doc update

Signed-off-by: Doug Winter <doug.winter@isotoma.com>

* Update stable/datadog/templates/agent-service-metrics.yaml

Co-Authored-By: Cedric Lamoriniere <cedric.lamoriniere@datadoghq.com>
Signed-off-by: Doug Winter <doug.winter@isotoma.com>

* Update stable/datadog/values.yaml

Co-Authored-By: Cedric Lamoriniere <cedric.lamoriniere@datadoghq.com>
Signed-off-by: Doug Winter <doug.winter@isotoma.com>

* annotations is unused

Signed-off-by: Doug Winter <doug.winter@isotoma.com>

* Rework structure of values to match usage

Signed-off-by: Andrew Plummer <plummer574@gmail.com>

* Bump version

Signed-off-by: Andrew Plummer <plummer574@gmail.com>

* CR: remove docstring line

Signed-off-by: Andrew Plummer <plummer574@gmail.com>
2019-10-31 06:47:36 -07:00
Romeo DumitrescuandKubernetes Prow Robot eceb82f630 [stable/mssql-linux] apiVersion compatibility (#18469)
* [stable/mssql-linux] apiVersion compatibility

Added deployment apiVersion compatibility switch based on k8s version.


Signed-off-by: Romeo Dumitrescu <winromulus@winromulus.com>

* Updated maintainers

Added myself as a maintainer and approver.

Signed-off-by: Romeo Dumitrescu <winromulus@winromulus.com>

* Fixed Chart.yaml missing a new line at the end


Signed-off-by: Romeo Dumitrescu <winromulus@winromulus.com>

* add new line

Signed-off-by: Maor Friedman <maor.friedman@redhat.com>

* remove new line

Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
2019-10-31 01:59:36 -07:00
Bitnami BotandKubernetes Prow Robot b3010f9d45 [stable/phabricator] Release 8.0.3 updating components versions (#18470)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-10-31 01:47:35 -07:00
Léo DepriesterandKubernetes Prow Robot 343239ac67 add support of bearer token for Prometheus' ServiceMonitor (#18413)
Signed-off-by: Léo Depriester <leo.depriester@camptocamp.com>
2019-10-31 01:29:35 -07:00
Diego NoguêsandKubernetes Prow Robot ed8e7631a7 [incubator/schema-registry] add external service annotations (#18352)
Signed-off-by: Diego Noguês <diego.sure@gmail.com>
2019-10-31 00:15:36 -07:00
Daniel van den BergandKubernetes Prow Robot 2d67bd7134 Fix indentation on authorize deployment (#18465)
* [stable/pomerium] Fix indentation on livenessProbe

* [stable/pomerium] fix indentation on livenessProbe

The indentation for `initialDelaySeconds` placed it under the `tcpSocket`
where it's a parameter of the `livenessProbe` itself.

Signed-off-by: Daniel van den Berg <dvandenberg@optoro.com>

* [stable/pomerium] Version bump to 4.0.3

Version bump to 4.0.3

Signed-off-by: Daniel van den Berg <dvandenberg@optoro.com>
2019-10-30 23:01:36 -07:00
Holger MauermannandKubernetes Prow Robot 3cd3db9a92 [stable/influxdb] Fix backups to GCS (#18274)
* [stable/influxdb] fix gcs backup destination

Signed-off-by: Holger Mauermann <holger@mauermann.org>
Signed-off-by: Holger Mauermann <holger.mauermann@kiwigrid.com>

* [stable/influxdb] make secret key field configurable

Signed-off-by: Holger Mauermann <holger@mauermann.org>
Signed-off-by: Holger Mauermann <holger.mauermann@kiwigrid.com>

* [stable/influxdb] bump chart version

Signed-off-by: Holger Mauermann <holger@mauermann.org>
Signed-off-by: Holger Mauermann <holger.mauermann@kiwigrid.com>
2019-10-30 18:55:37 -07:00
Mikael BergemalmandKubernetes Prow Robot aa409f8a52 [stable/jenkins] Fix: Disable direct connection option default (#18410)
* [stable/jenkins] Fix: Disable direct connection option default (for kubernetes plugin version >= 1.20.2)

Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com>

* Added note about jnlp-slave version if direct connection is going to be used

Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com>
2019-10-30 15:37:37 -07:00
Tyler GregoryandKubernetes Prow Robot 10873b402c [stable/nginx-ingress] Fix HPA deployment apiVersion (#18428)
* Fix HPA deployment apiVersion

Signed-off-by: Tyler Gregory <tdgregory@protonmail.com>

* Bump chart version

Signed-off-by: Tyler Gregory <tdgregory@protonmail.com>
2019-10-30 15:21:37 -07:00
gmenuelandKubernetes Prow Robot 95cdf5636b [stable/ambassador] Support for LB status being propagated to ingress (#18394)
* [stable/ambassador] add app.kubernetes.io/component label for service

Signed-off-by: Gregoire Menuel <gregoire.menuel@gmail.com>

* [stable/ambassador] Add downwardAPI to the deployment

Ambassador need this in order to know its labels

Signed-off-by: Gregoire Menuel <gregoire.menuel@gmail.com>

* [stable/ambassador] bump version to 4.4.4

Signed-off-by: Gregoire Menuel <gregoire.menuel@gmail.com>
2019-10-30 13:27:37 -07:00