File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
setup-chart-testing-environment Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2525 using : " composite"
2626 steps :
2727 - name : Install Helm chart
28- uses : nick-fields/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2.8.1
28+ uses : nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3
2929 with :
3030 shell : bash
3131 timeout_seconds : 130
Original file line number Diff line number Diff line change 1111 using : " composite"
1212 steps :
1313 - name : Install Scalyr Tool
14- uses : nick-fields/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2.8.1
14+ uses : nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3
1515 with :
1616 shell : bash
1717 timeout_seconds : 100
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Set up Helm
2121 id : setup-helm
22- uses : azure/setup-helm@b5b231a831f96336bbfeccc1329990f0005c5bb1 # v3.3
22+ uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
2323 with :
2424 version : " latest"
25+ # Needed so it can fetch latest version
26+ token : " ${{ inputs.github_token }}"
2527
2628 - uses : actions/setup-python@v4
2729 id : setup-python
Original file line number Diff line number Diff line change 9494
9595 # We install Redis helm chart and later verify that logs from Redis pods are successfully ingested
9696 - name : Install Redis Helm Chart
97- uses : nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.1
97+ uses : nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3
9898 with :
9999 shell : bash
100100 timeout_seconds : 100
@@ -109,7 +109,7 @@ jobs:
109109 env :
110110 scalyr_readlog_token : " ${{ secrets.SCALYR_READ_API_KEY_US }}"
111111 SCALYR_AGENT_POD_NAME : " ${{ env.SCALYR_AGENT_POD_NAME }}"
112- uses : nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.1
112+ uses : nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3
113113 with :
114114 shell : bash
115115 timeout_seconds : 100
Original file line number Diff line number Diff line change 4040 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
4141
4242 - name : Install Helm
43- uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.3
43+ uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
4444 with :
4545 version : " latest"
4646 # Needed so it can fetch latest version
You can’t perform that action at this time.
0 commit comments