Skip to content

Commit

Permalink
docs: Add deploytaret update command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxCWhitehead committed Oct 4, 2024
1 parent 2ddee44 commit 064163e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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

Expand Down

0 comments on commit 064163e

Please sign in to comment.