From 064163e295f6805f2767a8bb5eb7a27d175af3fb Mon Sep 17 00:00:00 2001 From: Max Whitehead Date: Fri, 4 Oct 2024 15:47:41 -0700 Subject: [PATCH] docs: Add deploytaret update command to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 17520b82..a7d87e46 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ To deploy a custom version of this image, in the `lagoon-build-deploy` chart, th `lagoon-build-deploy` chart is a dependency of `lagoon-remote` chart, the value should be specified there. Alternatively, the deploy target (`lagoon list deploytargets`) has a buildimage override field that may be used. +```bash +lagoon update deploytargets --id --build-image 'ghcr.io/tag1consulting/build-deploy-image:v2.21.0-tag1-0.1' +``` +lagoon list projects can be used to verify project is associate with a given deploytarget. # Build and Deploy Resource Generator