|
67 | 67 | matrix: |
68 | 68 | include: ${{ fromJSON(needs.build_vars.outputs.ver_json) }} |
69 | 69 | steps: |
70 | | - - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v18.7.0 |
| 70 | + - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v18.7.1 |
71 | 71 |
|
72 | 72 | - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
73 | 73 |
|
|
90 | 90 |
|
91 | 91 | - name: Setup cluster |
92 | 92 | id: setup-kind |
93 | | - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v18.7.0 |
| 93 | + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v18.7.1 |
94 | 94 | with: |
95 | 95 | traefik-enabled: true |
96 | 96 | traefik-chart-version: v40.0.0-ea.1 |
@@ -140,20 +140,20 @@ jobs: |
140 | 140 | ${{ steps.configurable-extra-values.outputs.helm_install_params }} |
141 | 141 |
|
142 | 142 | - name: Wait for deployments to be ready |
143 | | - uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.0 |
| 143 | + uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.1 |
144 | 144 | with: |
145 | 145 | wait-resource: "deployments" |
146 | 146 | wait-condition: "Available" |
147 | 147 |
|
148 | 148 | - name: Wait for statefulsets to be ready |
149 | | - uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.0 |
| 149 | + uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.1 |
150 | 150 | with: |
151 | 151 | wait-resource: "sts" |
152 | 152 | wait-for-what: "jsonpath" |
153 | 153 | wait-condition: "'{.status.readyReplicas}'=1" |
154 | 154 |
|
155 | 155 | - name: Wait for jobs to be completed |
156 | | - uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.0 |
| 156 | + uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.1 |
157 | 157 | with: |
158 | 158 | wait-resource: "jobs" |
159 | 159 | wait-condition: "complete" |
@@ -218,7 +218,7 @@ jobs: |
218 | 218 |
|
219 | 219 | - name: Upload pods logs |
220 | 220 | if: always() && steps.helm_install.outcome != 'skipped' |
221 | | - uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v18.7.0 |
| 221 | + uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v18.7.1 |
222 | 222 | with: |
223 | 223 | namespace: default |
224 | 224 | log_retention: 7 |
|
0 commit comments