Commit Graph

137 Commits (45e446eb002a128a0ace69b3752effed44067e4c)

Author SHA1 Message Date
stefanprodan 1218d6abe8 Add branch flag to bootstrap cmd
stefanprodan 797cd9bea2 Add label arg to create commands
stefanprodan 8b6995e9ec Add decryption flags to create kustomization cmd
stefanprodan 5c8d00665f Use GitHub Container Registry for AMD64/ARM64 images
Stefan Prodan f4d78cc08e
Merge pull request from fluxcd/arch
Add ARM64 support to install/bootstrap
stefanprodan 3f07bd6471 Add arch flag to install/bootstrap
Hidde Beydals 2f861f19c0 Update `gotk create helmrelease` examples
To better reflect optional fields and highlight specific configuration
options.
Hidde Beydals e53d0dadbf Support GitRepository source in HelmRelease cmds
Hidde Beydals 22624ae4d5 Rename `tk` binary to `gotk`
To avoid conflicts with the `tk` binary from the Tanka project.
stefanprodan b5ed8f0183 Add SSH hostname arg to GitLab bootstrap
Hidde Beydals 123433c4ea Support providing TLS certs for helm source
Manuel Morejon ffd4784916
Replace tab by space
Manuel Morejon 750830c302
Replace tk sync example by tk reconcile
stefanprodan c2ff169c08 Add image pull secret arg to install/bootstrap
stefanprodan 57a1dbfc6d Add container registry option to install/bootstrap
stefanprodan 8e67cfd5c9 Delete custom resources during uninstall
Remove Kustomizations, GitRepositories and HelmRepositories before deleting the toolkit controllers and CRDs.
stefanprodan 0b2bc7ab3f Implement get/export HelmRelease for Helm releases
stefanprodan 797aec5528 Add create/delete HelmRelease e2e tests
stefanprodan 5f0b95dc59 Implement create/delete for Helm releases
stefanprodan 5254dca9d9 Add Helm repository cmd docs
stefanprodan aaad618e20 Rename kustomization arg from validate to validation
Fix `tk create kustomization` command args inconsistency with the Kustomize API
stefanprodan b92cbcd7e7 Use semver manifests as kustomize base
Instead of cloning the components repositories to download the base manifests, we build them in CI at release time and download them in tk install/bootstrap based on the provided semver. This speeds up the manifests generation from minutes to milliseconds.
stefanprodan 499ba15004 Add export option to tk install
stefanprodan 8dc5db17ac Add helm suspend/resume commands
stefanprodan 7a68c4ccf3 Add reconcile helm commands
stefanprodan 394227571f Rename sync cmd to reconcile
stefanprodan e180611024 Refactor defaults
- add dedicated components flag for bootstrap/install/check
- extract defaults to vars
- update CLI docs
stefanprodan 24418370f1 Add helm-controller docs
stefanprodan b11b9588f8 Update tk docs
Hidde Beydals 21fd436621 Add descriptions to all CLI commands
Hidde Beydals 0e81f6c3af docs: disable autogen footer CLI docs
stefanprodan 3d7349ee53 Generate cmd docs
stefanprodan badd2a102f Generate bootstrap docs
stefanprodan c047a4476e Add bootstrap docs
stefanprodan b0b19b0dea Regen docs for the v0.0.1-alpha.7 API
stefanprodan afcb41c59b Add bash completion cmd
stefanprodan be3f65d800 docs: add CLI help