Skip to content

Commit

Permalink
fix(docs): typos in promition steps causing examples to not work (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebast1aan authored Dec 7, 2024
1 parent 404422a commit 462e785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/35-references/10-promotion-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ steps:
path: ./src/base
images:
- image: ${{ vars.imageRepo }}
tag: ${{ imageFrom(vars.imageRepo).tag }}
tag: ${{ imageFrom(vars.imageRepo).Tag }}
# Render manifests to ./out, commit, push, etc...
```

Expand Down Expand Up @@ -578,7 +578,7 @@ steps:
path: ./src/charts/my-chart/values.yaml
updates:
- key: image.tag
value: ${{ imageFrom("my/image").tag }}
value: ${{ imageFrom("my/image").Tag }}
# Render manifests to ./out, commit, push, etc...
```

Expand Down

0 comments on commit 462e785

Please sign in to comment.