16 Commits
Author SHA1 Message Date
Matt FarinaandGitHub 628460eb44 [stable/stackdriver-exporter] deprecating chart (#24399)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 15:38:28 -05:00
Scott RigbyandGitHub 9553e11c16 [stable/stackdriver-exporter] add repo archive notice (#24198)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:34:18 -08:00
8bcb6c7d9c [stable/stackdriver-exporter] Allow to specify service account annotations (#23182)
This change enables the usage of GKE Workload Identity.

Signed-off-by: Adam Medzinski <adam@nomagic.ai>
Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
2020-08-23 05:07:40 -07:00
Jordan AbderrachidandGitHub fd82c27eb3 [stable/stackdriver-exporter] update k8s deployement api version (#21720)
* [stable/stackdriver-exporter] update k8s deployement api version

As of v1.16, k8s won't accept a deploymement with apps/v1beta1
or apps/v1beta2 apiVersion. The accepted apiVersion is apps/v1
that is available since k8s v1.9.

See https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16

Signed-off-by: Jordan Abderrachid <jabderrachid@gmail.com>

* bump chart version to 1.2.3

Signed-off-by: Jordan Abderrachid <jabderrachid@gmail.com>
2020-06-06 08:23:46 -07:00
Ricardo MedeirosandKubernetes Prow Robot 2a43e9ff73 [stable/stackdriver-exporter] - Add prometheus rule additionalLabels in servicemonitor.yaml (#19802)
* fix(stable/stackdriver-exporter): add prometheusRule additionalLabels

Signed-off-by: Ricardo Medeiros <ricardo.costa@treasy.com.br>

* chore(stable/stackdriver-exporter): change version from 1.2.1 to 1.2.2

Signed-off-by: Ricardo Medeiros <ricardo.costa@treasy.com.br>

* doc(stable/stackdriver-exporter): add serviceMonitor.additonalLabels in stable/stackdriver-exporter/README.md

Signed-off-by: Ricardo Medeiros <ricardo.costa@treasy.com.br>

* fix(stable/stackdriver-exporter): add additionalLabes in servicemonitor

Signed-off-by: Ricardo Medeiros <ricardo.costa@treasy.com.br>

* fix(stable/stackdriver-export): fix typo at servicemonitor.yaml

Signed-off-by: Ricardo Medeiros <ricardo.costa@treasy.com.br>
2019-12-30 13:37:39 -08:00
Charlie EganandKubernetes Prow Robot 39822efef6 [stable/stackdriver-exporter] Correct servicemonitor name (#16750)
Fixes typo from https://github.com/helm/charts/pull/16372

Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com>
2019-09-04 09:47:00 -07:00
Maartje EyskensandKubernetes Prow Robot dc61180ad7 [stable/stackdriver-exporter] Add support for Prometheus Operator ServiceMonitor (#16372)
* Add support for Prometheus Operator ServiceMonitor

This adds an optional ServiceMonitor object to work with the Prometheus Operator

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>

* remove lost comment

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>

* improve serviceMonitor.namespace description

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>

* Implement feedback

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
2019-09-01 01:49:42 -07:00
Charlie EganandKubernetes Prow Robot 780761f5f3 stable/stackdriver-exporter: Allow setting of pod ServiceAccount name (#15931)
* Allow setting of pod service account name

This makes it possible to use a serviceAccount other than the default.

I need this to aid my use the chart in conjunction with GKE's [Workload
Identity
feature](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity)
which requires the use of an annotated service account for pods using
Google APIs.

Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com>

* Enable creation of SA

Based on this:
https://helm.sh/docs/chart_best_practices/#role-based-access-control

Made in response to:
https://github.com/helm/charts/pull/15931#issuecomment-515846998

Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com>

* Add notes about new variables to readme

Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com>
2019-07-29 12:42:48 -07:00
Christopher StelmaandKubernetes Prow Robot dec5076375 stackdriver-exporter: allow google service account (#13214)
via service account key or existing secret

Signed-off-by: Christopher A. Stelma <stelminator@gmail.com>
2019-04-26 01:22:29 -07:00
babouneandKubernetes Prow Robot 7e9730490a add tolerations, affinity and nodeSelector to stackdriver-exporter (#11854)
* add tolerations, affinity and nodeSelector to stackdriver-exporter
fix pb w too many blank lines

Signed-off-by: baboune <nicolas.seyvet@sandvik.com>

* Update stable/stackdriver-exporter/Chart.yaml

Co-Authored-By: baboune <seyvet@yahoo.com>
Signed-off-by: baboune <nicolas.seyvet@sandvik.com>
2019-03-05 01:52:00 -08:00
Cristina NegreanandKubernetes Prow Robot f969a11dd4 [stable/stackdriver-exporter] fix duplicated 'livenessProbe', add 'readinessProbe' (#10321)
* Fixed duplicated livenessProbe. Added readinessProbe. Signed-off-by: Cristina Negrean <hello@cristina.tech>

Signed-off-by: cristinanegrean <cristina.negrean@trifork.nl>

* Updated chart version. Signed-off-by: Cristina Negrean <hello@cristina.tech>

Signed-off-by: cristinanegrean <cristina.negrean@trifork.nl>

* PR #10142 update stack driver-exporter to 0.6.0 with new options introduces empty values for deployment env variables. Signed-off-by: Cristina Negrean <hello@cristina.tech>

Signed-off-by: cristinanegrean <cristina.negrean@trifork.nl>
2019-01-02 13:23:20 -08:00
Artur GadelshinandKubernetes Prow Robot 354a934a12 update stackdriver-exporter to 0.6.0 with new options (#10142)
Signed-off-by: Artur Gadelshin <ar.gadelshin@gmail.com>
2018-12-19 12:20:04 -08:00
Tung Nguyenandk8s-ci-robot 51d717670d adding annotations (#5170)
* adding annotations

* use toYaml to make it more readable

* bump version number

* update README
2018-04-27 11:58:18 -07:00
AdamDangandk8s-ci-robot ef222f07fe Typo fix in stackdriver-exporter/README.md: "for this to exporter to work"->"for this exporter to work" (#4940)
* add version

add version

* Typo fix in stackdriver-exporter/README.md

Typo fix in stackdriver-exporter/README.md
2018-04-18 14:42:01 -07:00
AdamDangandk8s-ci-robot 020542d05b Add home key for stackdriver-exporter (#4626)
* Add home key for stackdriver-exporter

The key "home" is needed for ci testing, but it's missing in this yaml.

* Add version

Add version
2018-04-04 15:42:10 -07:00
Ashley Penneyandk8s-ci-robot 6020983d5c Add stackdriver-exporter (#4167)
* Add stackdriver-exporter

Stackdriver-exporter gathers metrics from Google Cloud projects and
presents them for Prometheus to gather.

* Update URL

* Switch to lowerCamelCase across the chart

* Use Helm 2.8 _helpers.tpl as a foundation.

* Fix chart label
2018-03-27 13:07:02 -07:00