Skip to content

Commit

Permalink
doc: document Helm deployer's IMAGE_NAME<N>, IMAGE_TAG<N>, IMAGE_DIGE…
Browse files Browse the repository at this point in the history
…ST<N> (#6649)

* Document IMAGE_NAME2, IMAGE_TAG, IMAGE_DIGEST etc

* more specific

Co-authored-by: Brian de Alwis <bsd@acm.org>
  • Loading branch information
snickell and briandealwis authored Oct 4, 2021
1 parent ba1886a commit 45329d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/content/en/docs/environment/templating.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ _Please note, this list is not exhaustive._
List of variables that are available for templating:

* all environment variables passed to the Skaffold process at startup
* `IMAGE_NAME` - the artifacts' image name - the [image name rewriting]({{< relref "/docs/environment/image-registries.md" >}}) acts after the template is calculated
* For the `envTemplate` tagger:
* `IMAGE_NAME` - the artifact's image name - the [image name rewriting]({{< relref "/docs/environment/image-registries.md" >}}) acts after the template is calculated
* For Helm deployments:
* `IMAGE_NAME`, `IMAGE_TAG`, `IMAGE_DIGEST` - the first (by order of declaration in `build.artifacts`) artifact's image name, tag, and sha256 digest. Note: the [image name rewriting]({{< relref "/docs/environment/image-registries.md" >}}) acts after the template is calculated.
* `IMAGE_NAME2`, `IMAGE_TAG2`, `IMAGE_DIGEST2` - the 2nd artifact's image name, tag, and sha256 digest
* `IMAGE_NAMEN`, `IMAGE_TAGN`, `IMAGE_DIGESTN` - the Nth artifact's image name, tag, and sha256 digest

0 comments on commit 45329d4

Please sign in to comment.