File tree 1 file changed +3
-3
lines changed
content/en/flux/use-cases
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
` ` `
61
61
62
62
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.
64
64
65
65
Example of `clusters/production/apps/demo.yaml` :
66
66
@@ -139,7 +139,7 @@ jobs:
139
139
run: |
140
140
echo "set chart version to ${CHART_VERSION}"
141
141
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.
143
143
- name: Open promotion PR
144
144
uses: peter-evans/create-pull-request@v4
145
145
with:
@@ -215,7 +215,7 @@ jobs:
215
215
# add the chart version as a line comment
216
216
env lc="version ${{ steps.staging.outputs.version }}" \
217
217
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.
219
219
- name: Open promotion PR
220
220
uses: peter-evans/create-pull-request@v4
221
221
with:
You can’t perform that action at this time.
0 commit comments