You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to 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.
5 years ago
.github/workflows build: use mini curl progress bar and error on 404 5 years ago
cmd/tk Change readiness check for HelmRelease 5 years ago
docs Merge pull request #172 from fluxcd/ssh-host 5 years ago
install Install script improvements #24 5 years ago
manifests Update toolkit components 5 years ago
mkdocs Add metadata to docs website 5 years ago
pkg/log Migrate to fluxcd/pkg 5 years ago
.gitignore Publish manifests as release assets 5 years ago
.goreleaser.yml Set tk version at release time 5 years ago
CODE_OF_CONDUCT.md Add coc, dco and maintainers docs 5 years ago
CONTRIBUTING.md Update contributors guide 5 years ago
DCO Add coc, dco and maintainers docs 5 years ago
LICENSE Initial commit 5 years ago
MAINTAINERS Add coc, dco and maintainers docs 5 years ago
Makefile docs: run doc gen as part of test target 5 years ago
README.md Add source watcher dev guide 5 years ago
go.mod Update toolkit components 5 years ago
go.sum Update toolkit components 5 years ago
mkdocs.yml Add initial set of FAQ 5 years ago

README.md

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.