diff --git a/docs/content/en/docs/pipeline-stages/deployers/helm.md b/docs/content/en/docs/pipeline-stages/deployers/helm.md index c9d6a54d8ef..72744be9a19 100644 --- a/docs/content/en/docs/pipeline-stages/deployers/helm.md +++ b/docs/content/en/docs/pipeline-stages/deployers/helm.md @@ -54,7 +54,7 @@ deploy: helm: releases: - name: my-release - values: + artifactOverrides: image: gcr.io/my-project/my-image # no tag present! # Skaffold continuously tags your image, so no need to put one here. ``` @@ -100,5 +100,3 @@ The `helm` type offers the following options: Each `release` includes the following fields: {{< schema root="HelmRelease" >}} - -