Commit Graph
11894 Commits
Author SHA1 Message Date
rowanrandGitHub 4f1eb6cdec [stable/pgadmin] version 4.17 to 4.18 (#20603)
This version ensures Postfix starts in the container:

```
sudo /usr/sbin/postfix start
```

Version 4.18 release notes can be found here:
https://www.pgadmin.org/docs/pgadmin4/development/release_notes_4_18.html

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2020-02-07 02:37:43 -08:00
georgekazandGitHub 09ff371ed6 add back support for ingress in k8s < 1.14 (#20591)
Signed-off-by: George Kaz <egeorgekaz@gmail.com>
2020-02-07 01:01:42 -08:00
Maxime FouilleulandGitHub 1d07dadf21 [stable/elasticsearch-exporter] Feature flap the flag es.uri (#20589)
* Feature flap the flag es.uri to allow fallback to env var ES_URI

Signed-off-by: Maxime Fouilleul <maxime.fouilleul@blablacar.com>

* Bump chart

Signed-off-by: Maxime Fouilleul <maxime.fouilleul@blablacar.com>
2020-02-07 00:17:42 -08:00
RaviandGitHub 61c95cb9b7 [stable/oauth2-proxy] Add htpasswd file checksum to annotations (#20280)
Signed-off-by: rustyclock <rustyclock@protonmail.com>
2020-02-07 00:09:43 -08:00
gml3ffandGitHub f1b36a1013 [stable/datadog] clarify that nonLocalTraffic must be set to true to use APM (#20590)
* clarify that nonLocalTraffic must be set to true to use APM

Signed-off-by: Morgan Lupton <morgan.lupton@datadoghq.com>
Signed-off-by: gml3ff <morgan.lupton@datadoghq.com>

* bump chart version

Signed-off-by: gml3ff <morgan.lupton@datadoghq.com>
2020-02-06 14:51:24 -08:00
Bruno M. CustódioandGitHub 53abaeae29 [stable/sealed-secrets] Support specifying pod annotations. (#20580)
Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
2020-02-06 13:05:26 -08:00
Osama NabilandGitHub 0b90eeab60 [stable/drone] add logs, database and private repo pull-secret configs (#20415)
* add logs, database and private repo pull-secret configs

Signed-off-by: Osama Nabil <hacktron95@gmail.com>

* fix duplicated mapping value `debug`

Signed-off-by: Osama Nabil <hacktron95@gmail.com>

* change to minor version bump rather than patch version bump

Signed-off-by: Osama Nabil <hacktron95@gmail.com>
2020-02-06 08:17:34 -08:00
Christian StaudeandGitHub 6a89e5f7ae Add feature to annotate resulting statefulset (#20506)
Signed-off-by: cstaud <christian.staude@staffbase.com>
2020-02-06 04:53:34 -08:00
Ofek LevandGitHub aa8d3e94c1 Fix typo (#20066)
Signed-off-by: Ofek Lev <ofekmeister@gmail.com>
2020-02-06 02:57:33 -08:00
Douglas CamataandGitHub ebdd1921c1 Add missing cluster role permissions for secrets (#20576)
These are required for the control plane monitoring feature.

Signed-off-by: Douglas Camata <dcamata@newrelic.com>
2020-02-06 02:45:34 -08:00
Chaoran YuandGitHub 0c93a822a6 Fixed validation (#20570)
* Fixed validation

Signed-off-by: Chaoran Yu <yuchaoran2011@gmail.com>

* Added sparkJobNamespace for Helm 3 in README

Signed-off-by: Chaoran Yu <yuchaoran2011@gmail.com>
2020-02-05 19:39:33 -08:00
Nathan StilwellandGitHub 626dca1e31 [stable/cockroachdb]: Update version to v19.2.3 (#20567)
Signed-off-by: Nathan Stilwell <nathanstilwell@cockroachlabs.com>
2020-02-05 13:27:54 -08:00
Bastian HofmannandGitHub f965844fda [stable/grafana] Make watch METHOD environment variable of dashboard sidecar container configurable (#20558)
Starting with kiwigrid/k8s-sidecar:0.1.75 METHOD also supports a SLEEP mode that lists all ConfigMaps and sleeps for 60s. This fixes issues where long running watch requests may break because of assumptions in software defined network solutions.

See also https://github.com/kiwigrid/k8s-sidecar/pull/52

Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2020-02-05 13:21:54 -08:00
1c71165c52 [stable/cockroachdb] Allow TLS secrets for certificates (#20425)
* "bring-your-own-certs" scenario
bump cockroachdb version to 19.2.1->19.2.2

Signed-off-by: Artur <artur@upbound.io>

* version bump 3.0.2 -> 3.0.3

Signed-off-by: Artur <artur@upbound.io>

* [stable/cockroachdb] Allow tls secrets as certificate source

This allows usage of cert-manager:
https://github.com/jetstack/cert-manager

Signed-off-by: Joachim Mathes <jmathes@contargo.net>

* [stable/cockroachdb] Align table fields in documentation

Signed-off-by: Joachim Mathes <jmathes@contargo.net>

* [stable/cockroachdb] Update documentation

Signed-off-by: Joachim Mathes <jmathes@contargo.net>

Co-authored-by: arturrez <56270896+arturrez@users.noreply.github.com>
2020-02-05 11:39:55 -08:00
ReSearchITEngandGitHub 89cb1e0a8c [stable/postgresql]: auto features for hardened OpenShift clusters (#20479)
* [postgresql]: auto features for hardened OpenShift clusters, where scc can have different uid ranges; this commit adds options to skip setting runAsUser and try to autodetermine at init

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

* [postgresql]: auto features for hardened OpenShift clusters, where scc can have different uid ranges; this commit adds options to skip setting runAsUser and try to autodetermine at init-readme

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

* [postgresql]: auto features for hardened OpenShift clusters, where scc can have different uid ranges; this commit adds options to skip setting runAsUser and try to autodetermine at init-linthappy

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

* [postgresql]: auto features for hardened OpenShift clusters, where scc can have different uid ranges; this commit adds options to skip setting runAsUser and try to autodetermine at init-toStringComp

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

* bump major ver-chart interf. was updated;sync values-prod with values

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

* fix test to use volumePermissions.securityContext

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

* lint: trailing spaces

Signed-off-by: ReSearchITEng <ReSearchITEng@gmail.com>
2020-02-05 03:45:54 -08:00
Mohamed HazemandGitHub 0118be48a1 - Allow Graylog provisioner job to use Graylog ServiceAccount (#20550)
- Make rbac resources configurable
- Fix wrong variable reference in README.md
- Bump chart version

Signed-off-by: Mohamed Hazem <mhaz@hellofresh.com>
2020-02-05 03:37:55 -08:00
Alessandro De BlasisandGitHub a1da8b790d [stable/airflow] fix(requirements): updated versions (#20228)
* fix(requirements): updated versions

Fixes installation errors on recent K8S versions

Signed-off-by: Alessandro De Blasis <alex@deblasis.net>

* chore(version): chart version bump

Signed-off-by: Alessandro De Blasis <alex@deblasis.net>

* chore(lockfile): removed lockfile

Signed-off-by: Alessandro De Blasis <alex@deblasis.net>

* chore(bump): bumping again since it was updated

Signed-off-by: Alessandro De Blasis <alex@deblasis.net>

* fix(postgresql): updated config keys

Signed-off-by: Alessandro De Blasis <alex@deblasis.net>

* fix(redis): updated config keys

Signed-off-by: Alessandro De Blasis <alex@deblasis.net>

* chore(README.md): upgrade guide

Signed-off-by: Alessandro De Blasis <alex@deblasis.net>

* chore(lint): trailing spaces

Signed-off-by: Alessandro De Blasis <alex@deblasis.net>

* fix(postgres): renamed secret key

Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
2020-02-05 02:15:55 -08:00
rowanrandGitHub 080cbc91c9 [stable/pgadmin] abundance curly bracket (#20540)
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2020-02-04 15:11:54 -08:00
Even HoltheandGitHub ba7742841f [stable/nginx-ingress] Add sessionAffinity to controller service (#20529)
* [stable/nginx-ingress] Add sessionAffinity to controller service

Signed-off-by: Even Holthe <even.holthe@bekk.no>

* [stable/nginx-ingress] Bump chart version to 1.30.0

Signed-off-by: Even Holthe <even.holthe@bekk.no>
2020-02-04 13:56:35 -08:00
Manuel RügerandGitHub e4039a8012 [stable/kube-state-metrics] Version bump to 1.9.4 (#20543)
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2020-02-04 11:25:27 -08:00
Steven DavidovitzandGitHub 6097dab16e [stable/nginx-ingress] allow clusterIP values to be set empty (#20518)
Signed-off-by: Steven Davidovitz <steven.davidovitz@dominodatalab.com>
2020-02-04 09:29:26 -08:00
André BauerandGitHub 98a5b827fb update grafana sidecar to 0.1.75 (#20538)
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
2020-02-04 08:19:27 -08:00
Bitnami BotandGitHub 381f2c29e3 [stable/mongodb] Release 7.8.2 updating components versions (#20537)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-04 03:53:25 -08:00
Daniel ArteagaandGitHub 57aebcc1a5 [stable/testlink] add service annotations (#20531)
* add service annotations

Signed-off-by: darteaga <darteaga@bitnami.com>

* PR commented changes

Signed-off-by: darteaga <darteaga@bitnami.com>

* fix lint errors

Signed-off-by: darteaga <darteaga@bitnami.com>

* bump minor version as suggested

Signed-off-by: darteaga <darteaga@bitnami.com>
2020-02-04 03:23:25 -08:00
rowanrandGitHub 42d32d22c7 Rr/strategy (#20533)
* [stable/pgadmin] added strategy to the deployment

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

* [stable/pgadmin] removed white-line

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2020-02-04 02:51:35 -08:00
MarcusandGitHub 424ed073c7 [stable/superset] Update Maintainers List (#20493)
* updating maintainers list due to significant improvement in how app is started and big jump in version. Ongoing improvements to follow.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>

* add CI directory and security manager custom test values.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>

* update maintainer.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>

* add an owners file.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>
2020-02-04 02:51:27 -08:00
kvapsandGitHub 6bd9551d39 [stable/nfs-server-provisioner] New nfs-provisioner with NFSv3 support (#19260)
* Enable NFSv3 support, set NFSv3 by default

Signed-off-by: kvaps <kvapss@gmail.com>

* remove relatime

Signed-off-by: kvaps <kvapss@gmail.com>

* Use nindents

Signed-off-by: kvaps <kvapss@gmail.com>

* add kvaps to OWNERS of nfs-server-provisioner

Signed-off-by: kvaps <kvapss@gmail.com>

* fix imagePullSecrets for nfs-provisioner

Signed-off-by: kvaps <kvapss@gmail.com>

* update default rpcbind port for nfs-server-provisioner

Signed-off-by: kvaps <kvapss@gmail.com>

* bump chart version

Signed-off-by: kvaps <kvapss@gmail.com>
2020-02-04 02:43:26 -08:00
rowanrandGitHub 7787b35f32 [stable/pgadmin] removed abundance curly bracket (#20530)
* [stable/pgadmin] removed abundance curly bracket

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

* [stable/pgadmin] version bump

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2020-02-04 02:21:26 -08:00
Adam ChesterandGitHub 384f57f960 Seq: use deployment strategy (#20526)
Signed-off-by: Adam Chester <adamchester@gmail.com>
2020-02-04 01:15:26 -08:00
Andrey VoronkovandGitHub 8491cc01ad [stable/moodle] Set MOODLE_SKIP_INSTALL environment variable via values.yaml config. (#20523)
It is very useful for data migration or restoring database from backup.

Signed-off-by: Andrey Voronkov <voronkovaa@gmail.com>
2020-02-03 21:43:26 -08:00
78c68b31b9 [stable/prometheus-redis-exporter] Update image for exporter (#19317)
* Update image for exporter

Signed-off-by: Naseem <naseemkullah@gmail.com>

* bump chart version

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

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
2020-02-03 17:11:26 -08:00
Martin HanzíkandGitHub ff4dcc73b9 update alantis version (#20507)
Signed-off-by: Martin Hanzík <martin@hanzik.com>
2020-02-03 17:05:26 -08:00
Chris SchaeferandGitHub 3e00094e2a [stable/spring-cloud-data-flow] Update to new SCDF version 2.4.0 (#20517)
- update scdf version to 2.4.0
- update skipper version to 2.3.0
- update chart dependency versions

Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
2020-02-03 13:39:26 -08:00
AliceandGitHub 91a1ab9f0c [stable/prometheus-blackbox-exporter] add "allowIcmp" setting (#20409)
* [stable/prometheus-blackbox-exporter] add "allowIcmp" setting

Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>

* [stable/prometheus-blackbox-exporter] minor version bump

Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>

* [stable/prometheus-blackbox-exporter] fix NET_RAW capability

Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>

* [stable/prometheus-blackbox-exporter] run as root if allowIcmp is set

Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>

* [stable/prometheus-blackbox-exporter] document security implications of allowIcmp

Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>

* [stable/prometheus-blackbox-exporter] add test values for allowIcmp

Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
2020-02-03 09:53:21 -08:00
Glen TakahashiandGitHub cc4d7d91c1 Allow DNS egress to resolve hostnames (#20437)
Signed-off-by: Glen Takahashi <glen@glentaka.com>
2020-02-03 04:35:22 -08:00
Cédric de Saint MartinandGitHub 5bd16be166 [stable/rabbitmq] Add PrometheusRule. (#20478)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2020-02-03 04:15:21 -08:00
Bitnami BotandGitHub 54e1b25482 [stable/drupal] Release 6.2.4 updating components versions (#20491)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-03 00:27:20 -08:00
Kash LawandGitHub 7566d6dbe4 [stable/metabase] interpolate liveness and readiness probes (#20475)
Signed-off-by: Kash Law <ka.shing.law@gmail.com>
2020-02-02 21:07:20 -08:00
Ed MedvedevandGitHub 624a6a2944 [stable/grafana] Fix a typo in the Grafana chart notes (#20490)
* Fix a typo in the Grafana chart notes

Signed-off-by: Edward Medvedev <edward.medvedev@gmail.com>

* [stable/grafana] Bump the chart version

Signed-off-by: Edward Medvedev <edward.medvedev@gmail.com>
2020-02-02 16:25:20 -08:00
Austin OrthandGitHub f026a7785f [stable/gocd] Quote ingress host (#20477)
* [stable/gocd] Quote ingress host

When using a wildcard DNS name for host, such as *.example.com, Helm
fails with a yaml parsing error. Added quote function to allow use of
wildcard.

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

* [stable/gocd] Bump Chart version

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

* [stable/gocd] Ingress api version change

Changed version of api for ingress to networking.k8s.io/v1beta1.

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

* [stable/gocd] Updated changelog

Updated the changelog with relevant commits for this patch version.

Signed-off-by: Austin Orth <aorth@niche.com>
2020-02-01 00:51:20 -08:00
Kash LawandGitHub 3ef3bcd06d [stable/metabase] allow setting jetty options (#20456)
Signed-off-by: Kash Law <ka.shing.law@gmail.com>
2020-01-31 21:37:19 -08:00
rowanrandGitHub e71080f42e [stable/pgadmin] upgrade to 4.17 and more (#20211)
* [stable/pgadmin] upgrade to 4.17 and more

4.17:
  with 4.16 and up `USER: pgadmin` got added to the Dockerfile, this
  caused an ACL issue. securityContext and initContainers is added to
  resolve this issue.

other:
  - fixed dynamic PV provisioning
  - livenessProbe
  - readinessProbe
  - added more comments in values.yaml
  - updated README.md with new configuration items
  - chart bump version

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

* [stable/pgadmin] adjusted storageclass name

made a mistake with naming the variable different then what is shown in
the values.yml example

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

* [stable/pgadmin]

resolved sessions bug by letting the probes go to the correct path

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2020-01-31 10:15:21 -08:00
Heechul RyuandGitHub a97695fcdf [stable/prometheus-operator] add apiserverConfig (#20453)
* [stable/prometheus-operator] add apiserverConfig
    * add apiserverConfig

Signed-off-by: Heechul Ryu <ryuhcii@gmail.com>

* Bump stable/prometheus-operator chart version to 8.7.0

Signed-off-by: Heechul Ryu <ryuhcii@gmail.com>
2020-01-31 06:58:20 -08:00
Julio H MorimotoandGitHub f9eedf2064 [stable/graylog] Fix #20306, add helm2Compatibility flag to values.yaml that preserves specific labels installed by helm2 for backward compatibility. (#20464)
Signed-off-by: juliohm1978 <jhm@juliohm.com.br>
2020-01-31 06:14:20 -08:00
Justin McCartyandGitHub 665fbdc576 Add annotation support to pushgateway service (#20351)
* Add annotation support to pushgateway service

Signed-off-by: Justin McCarty <justin.mccarty@syapse.com>

* Correct value for service annotations

Signed-off-by: Justin McCarty <justin.mccarty@syapse.com>
2020-01-31 06:00:20 -08:00
Luis UrracaandGitHub 15c75d54a4 Upgrade nfs-provisioner to v2.3.0 (#20468)
Signed-off-by: Luis Urraca <lurraca@pivotal.io>
2020-01-31 04:52:20 -08:00
Néstor SalcedaandGitHub dab43edbe3 [stable/sysdig] Upgrade to latest Sysdig Image (9.5.0) (#20471)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-01-31 03:54:19 -08:00
Juan Ariza ToledanoandGitHub 53b93166f8 [stable/odoo] Update PostgreSQL dependency to latest major (#20467)
Signed-off-by: juan131 <juan@bitnami.com>
2020-01-31 03:06:19 -08:00
Cédric de Saint MartinandGitHub fb3558b0fa [stable/redis] Add PrometheusRule. (#20388)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2020-01-31 01:38:19 -08:00
Shaun ElliottandGitHub efc9c66c36 bug fixes for issue 20217 (#20448)
Signed-off-by: Shaun Elliott <javamonkey79@gmail.com>
2020-01-31 01:18:19 -08:00