9 Commits
Author SHA1 Message Date
Matt FarinaandGitHub 4a04b6f964 Removed old owners files (#24416)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 17:06:05 -05:00
Matt FarinaandKubernetes Prow Robot f4f08b90f7 Removing fabian-schlegel from OWNERS (#12501)
fabian-schlegel has one contribution to charts ever (1 comment). It
looks like this person may have been inadvertantly added as they were
not added as a collaborator.

If this removal was in error please see the process at
https://github.com/helm/charts#owning-and-maintaining-a-chart to
add them back.

Closes #12501

Signed-off-by: Matt Farina <matt@mattfarina.com>
2019-03-25 09:11:22 -07:00
André BauerandKubernetes Prow Robot b89980b433 [stable/graphite] deprecate chart (#10350)
* added missing deprecated flag
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>

* deprecate chart
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>

* removed incubator changes

Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
2019-01-02 23:59:51 -08:00
Aaron FrielandKubernetes Prow Robot 20b8dffaf2 [stable/graphite] Graphite statefulset (#10309)
* [stable/graphite] Fix missing image tag in init container spec

Graphite recently changed their initialization scripts in 1.1.5-x. The init container using `:latest` resulted in a failure to run the init script and a crash loop.

Signed-off-by: Aaron Friel <mayreply@aaronfriel.com>

* [stable/graphite] Update to 1.1.5, use StatefulSet

Update to 1.1.5 significantly improves performance/reliability and uses
services on startup to configure the user accounts, obviating the need
for an init container.

The Deployment is replaced by a StatefulSet because Graphite is
sensitive to the identity of the machines. Although this chart does not
currently handle Graphite clusters, it is probably not a good thing that
every Graphite pod should register as a new carbon agent and carbon
aggregator. There doesn't appear to be any process to clean up "old"
agents/aggregators or other container identity pieces.

tl;dr: StatefulSet better models the behavior Graphite has than a
deployment.

Signed-off-by: Aaron Friel <mayreply@aaronfriel.com>

* [stable/graphite] Bump minor version number.

Signed-off-by: Aaron Friel <mayreply@aaronfriel.com>

* [stable/graphite] Use apps/v1 api version in stateful set

Signed-off-by: Aaron Friel <mayreply@aaronfriel.com>
2018-12-30 13:19:48 -08:00
André Bauerandk8s-ci-robot a14318bfff - raised grahpite version to 1.1.4-10 (#9415)
- renamed statsd configmap

Signed-off-by: André Bauer <monotek23@gmail.com>
2018-11-20 16:54:34 -08:00
Denis Zhdanovandk8s-ci-robot 75ab0831df [stable/graphite] Upgrading Graphite version to 1.1.4-3 (#7760)
Signed-off-by: deniszh <denis.zhdanov@gmail.com>
2018-09-17 07:47:51 -07:00
Denis Zhdanovandk8s-ci-robot f4d08bfec3 [stable/graphite] Upgrading Graphite version to 1.1.4 (#7749)
* [stable/graphite] Upgrading Graphite version to 1.1.4

1.1.4 is latest stable Graphite version, plus docker image 1.1.4-1 contains valuable fixes - see https://github.com/graphite-project/docker-graphite-statsd/releases/tag/v1.1.4-1

Signed-off-by: deniszh <denis.zhdanov@gmail.com>

* Fixing README and values.yaml too

Signed-off-by: deniszh <denis.zhdanov@gmail.com>
2018-09-16 12:14:11 -07:00
Raymond Fallonandk8s-ci-robot 7623c35945 [stable/graphite]: allow customizing of statsd configurations. (#7352)
* [stable/graphite]: fix indentation of resources block.

* [stable/graphite]: fix indentation of probe blocks.

* [stable/graphite]: allow custom statsd configurations.

* [stable/graphite]: bump chart version.

* [stable/graphite]: configure statsd server interface.
2018-08-27 21:24:42 -07:00
André Bauerandk8s-ci-robot 1c3f13a8d3 [stable/graphite] adds Graphite 1.1.3 chart (#6593)
* moved graphite to stable repo

* added service labels & annotations and made serviceport configurable

* updated readme

* added liveness & readiness probe

* fixed readme
2018-08-15 13:21:01 -07:00