Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
Find a file
Hidde Beydals e751bdc8a9 Change readiness check for HelmRelease
As the HelmRelease injects its own HelmChart, the first reconciliation
will always trigger a `Ready==False` condition while it waits for the
chart to become ready. Given this, we should only take this condition
into account when the `status.LastAttemptedRevision` has been recorded,
as this marks the fact that the chart is available and an action was
attempted.
2020-09-01 11:15:53 +02:00
.github/workflows build: use mini curl progress bar and error on 404 2020-08-26 12:27:03 +02:00
cmd/tk Change readiness check for HelmRelease 2020-09-01 11:15:53 +02:00
docs Merge pull request #172 from fluxcd/ssh-host 2020-08-21 17:50:29 +03:00
install Install script improvements #24 2020-08-20 08:32:04 -04:00
manifests Update toolkit components 2020-08-28 07:54:06 +00:00
mkdocs Add metadata to docs website 2020-06-26 16:41:04 +03:00
pkg/log Migrate to fluxcd/pkg 2020-06-30 17:11:04 +03:00
.gitignore Publish manifests as release assets 2020-07-17 12:00:15 +03:00
.goreleaser.yml Set tk version at release time 2020-05-29 18:29:26 +03:00
CODE_OF_CONDUCT.md Add coc, dco and maintainers docs 2020-04-30 17:25:22 +03:00
CONTRIBUTING.md Update contributors guide 2020-08-03 15:24:48 +02:00
DCO Add coc, dco and maintainers docs 2020-04-30 17:25:22 +03:00
go.mod Update toolkit components 2020-08-28 07:54:06 +00:00
go.sum Update toolkit components 2020-08-28 07:54:06 +00:00
LICENSE Initial commit 2020-04-24 12:38:22 +03:00
MAINTAINERS Add coc, dco and maintainers docs 2020-04-30 17:25:22 +03:00
Makefile docs: run doc gen as part of test target 2020-06-23 16:25:55 +02:00
mkdocs.yml Add initial set of FAQ 2020-08-11 18:04:32 +02:00
README.md Add source watcher dev guide 2020-07-08 17:23:09 +03:00

GitOps Toolkit

e2e report license release

Experimental toolkit for assembling CD pipelines the GitOps way.

overview

To get started with the toolkit please read the docs.