1
0
mirror of synced 2026-04-01 14:19:30 +00:00

Use GitHub Container Registry for AMD64/ARM64 images

This commit is contained in:
stefanprodan
2020-09-04 17:18:33 +03:00
parent f4d78cc08e
commit 5c8d00665f
7 changed files with 10 additions and 10 deletions

View File

@@ -59,7 +59,7 @@ gotk bootstrap github [flags]
--image-pull-secret string Kubernetes secret name used for pulling the toolkit images from a private registry
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
--namespace string the namespace scope for this operation (default "gitops-system")
--registry string container registry where the toolkit images are published (default "docker.io/fluxcd")
--registry string container registry where the toolkit images are published (default "ghcr.io/fluxcd")
--timeout duration timeout for this operation (default 5m0s)
--verbose print generated objects
-v, --version string toolkit version (default "latest")