Skip to content

Commit e505bb5

Browse files
authored
Merge pull request #2042 from monteiro-renato/patch-1
Fix some typos in gh-actions-helm-promotion.md
2 parents 74bf3d1 + 42f4399 commit e505bb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/flux/use-cases/gh-actions-helm-promotion.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
```
6161
6262
For the production cluster, we'll define a `HelmRelease` with a fixed version, the chart version will be
63-
update in Git by GitHub Actions based on the Flux events.
63+
updated in Git by GitHub Actions based on the Flux events.
6464

6565
Example of `clusters/production/apps/demo.yaml`:
6666

@@ -139,7 +139,7 @@ jobs:
139139
run: |
140140
echo "set chart version to ${CHART_VERSION}"
141141
yq eval '.spec.chart.spec.version=env(CHART_VERSION)' -i ./clusters/production/apps/demo.yaml
142-
# Open a Pull Request if an upgraded is needed in production.
142+
# Open a Pull Request if an upgrade is needed in production.
143143
- name: Open promotion PR
144144
uses: peter-evans/create-pull-request@v4
145145
with:
@@ -215,7 +215,7 @@ jobs:
215215
# add the chart version as a line comment
216216
env lc="version ${{ steps.staging.outputs.version }}" \
217217
yq eval '(select(.spec.ref.digest) | .spec.ref.digest) line_comment=env(lc)' -i ./clusters/production/apps/demo.yaml
218-
# Open a Pull Request if an upgraded is needed in production.
218+
# Open a Pull Request if an upgrade is needed in production.
219219
- name: Open promotion PR
220220
uses: peter-evans/create-pull-request@v4
221221
with:

0 commit comments

Comments
 (0)