From d201c1d2ea36cb2f7a1815d994e1aa25b4f2435e Mon Sep 17 00:00:00 2001 From: yxxhero Date: Thu, 25 Aug 2022 19:22:17 +0800 Subject: [PATCH] Add Users information in Readme.md Signed-off-by: yxxhero --- README.md | 11 +++++++++++ USERS.md | 1 + 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index e12fb238..2bf21b26 100644 --- a/README.md +++ b/README.md @@ -111,3 +111,14 @@ We use: * [semtag](https://github.com/pnikosis/semtag) for automated semver tagging. I greatly appreciate the author(pnikosis)'s effort on creating it and their kindness to share it! + +## Users + +Helmfile has been used by many users in production: + +* [gitlab.com](https://gitlab.com) +* [reddit.com](https://reddit.com) +* [Jenkins OSS](https://jenkins.io) +* ... + +For more users, please see: [Users](https://helmfile.readthedocs.io/en/latest/users/) diff --git a/USERS.md b/USERS.md index 2fcfad6b..e4c750dd 100644 --- a/USERS.md +++ b/USERS.md @@ -10,6 +10,7 @@ information to this file. | Organization | Workload | More Info | Location | Added | |---|---|---|---|---| | [reddit.com](https://www.reddit.com/) | production | [GitHub issue](https://github.com/roboll/helmfile/issues/96#issue-312012249), [Talk](https://www.slideshare.net/GregoryTaylor11/helm-at-reddit-from-local-dev-staging-to-production) | San Francisco, CA | April 2018 | +| [gitlab.com](https://gitlab.com/) | production | [Gitlab Project](https://gitlab.com/gitlab-com/gl-infra/k8s-workloads/gitlab-com/-/tree/master) | * | August 2022 | | [ricardo.ch](https://www.ricardo.ch/) | production | We're deploying our complete application platform using Helmfile. | Zug, Switzerland | April 2018 | | [Hellofresh](https://engineering.hellofresh.com/) | production | We've been using helmfile in production since April 2018 for deploying all our infrastructure applications | Berlin, Germany | April 2018 | | [Cherre](https://cherre.com/) | production | We have no public posts about using Helmfile, but we have been using it for a long time now | New York, NY | October 2018 |