Skip to content

Commit

Permalink
Merge pull request #2042 from monteiro-renato/patch-1
Browse files Browse the repository at this point in the history
Fix some typos in gh-actions-helm-promotion.md
  • Loading branch information
makkes authored Aug 26, 2024
2 parents 74bf3d1 + 42f4399 commit e505bb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/flux/use-cases/gh-actions-helm-promotion.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
```
For the production cluster, we'll define a `HelmRelease` with a fixed version, the chart version will be
update in Git by GitHub Actions based on the Flux events.
updated in Git by GitHub Actions based on the Flux events.

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

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

0 comments on commit e505bb5

Please sign in to comment.