Skip to content

Commit 5ecee55

Browse files
authored
Merge pull request #2291 from loft-sh/update-about-updateImageTags-default-value
Update about updateImageTags default value
2 parents e120883 + 84e3e2f commit 5ecee55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/pages/configuration/deployments/helm

docs/pages/configuration/deployments/helm/values.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ DevSpace allows you to specify `values` (for inline values) and `valuesFiles` (f
6565

6666

6767
## Update Image Tags
68-
If the `updateImageTags` is set to `true`, DevSpace searches through the Helm values for this deployment (specified via `values` or `valuesFiles`) and tries to find any images in the Helm values that are also defined in the `images` section of the `devspace.yaml`. If DevSpace finds an image, it updates the image tag in the Helm values dynamically, so the tag in the Helm values matches the tag that DevSpace created during the most recent image building process for this image. Image tag updates make sure that your application will always be started with the most up-to-date image that DevSpace has built for you.
68+
If the `updateImageTags` (defaults to true) is set to `true`, DevSpace searches through the Helm values for this deployment (specified via `values` or `valuesFiles`) and tries to find any images in the Helm values that are also defined in the `images` section of the `devspace.yaml`. If DevSpace finds an image, it updates the image tag in the Helm values dynamically, so the tag in the Helm values matches the tag that DevSpace created during the most recent image building process for this image. Image tag updates make sure that your application will always be started with the most up-to-date image that DevSpace has built for you.
6969

7070
#### Example: Enable Tag Updates
7171
```yaml {3}

0 commit comments

Comments
 (0)