Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add DoodleScheduling/flux-build to tools list #1516

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions content/en/ecosystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,13 @@ These projects make use of Flux to offer GitOps capabilities to their users.

The functionality of Flux can be easily extended with ancillary utility tools. Here is a list of tools we like. If yours is missing, feel free to send a PR to add it.

| Source | Description | Documentation |
|-----------------------------------------------------------------------|---------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
| [jgz/s3-auth-proxy](https://github.com/jgz/s3-auth-proxy) | Creates a simple basic-auth proxy for an s3 bucket. | [README](https://github.com/jgz/s3-auth-proxy#readme) |
| [raffis/gitops-zombies](https://github.com/raffis/gitops-zombies) | Identify kubernetes resources which are not managed by GitOps | [README](https://github.com/raffis/gitops-zombies#readme) |
| [renovatebot/renovate](https://github.com/renovatebot/renovate) | Universal dependency update tool that fits into your workflows. | [Automated Dependency Updates for Flux](https://docs.renovatebot.com/modules/manager/flux/) |
| [tarioch/flux-check-hook](https://github.com/tarioch/flux-check-hook) | A [pre-commit](https://pre-commit.com) that validates values of HelmRelease using helm lint | [README](https://github.com/tarioch/flux-check-hook#readme) |
| Source | Description | Documentation |
|-------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
| [DoodleScheduling/flux-build](https://github.com/DoodleScheduling/flux-build) | Build and test kustomize overlays with flux2 HelmRelease support | [README](https://github.com/DoodleScheduling/flux-build#readme) |
| [jgz/s3-auth-proxy](https://github.com/jgz/s3-auth-proxy) | Creates a simple basic-auth proxy for an s3 bucket | [README](https://github.com/jgz/s3-auth-proxy#readme) |
| [raffis/gitops-zombies](https://github.com/raffis/gitops-zombies) | Identify kubernetes resources which are not managed by GitOps | [README](https://github.com/raffis/gitops-zombies#readme) |
| [renovatebot/renovate](https://github.com/renovatebot/renovate) | Universal dependency update tool that fits into your workflows | [Automated Dependency Updates for Flux](https://docs.renovatebot.com/modules/manager/flux/) |
| [tarioch/flux-check-hook](https://github.com/tarioch/flux-check-hook) | A [pre-commit](https://pre-commit.com) that validates values of HelmRelease using helm lint | [README](https://github.com/tarioch/flux-check-hook#readme) |

</div>

Expand Down