|
76 | 76 | matrix: |
77 | 77 | # Keep this list up-to-date with https://endoflife.date/kubernetes |
78 | 78 | # Available versions can be found with "replicated cluster versions" |
79 | | - K3S_VERSION: [ 1.32.8, 1.33.4 ] |
| 79 | + K3S_VERSION: [ 1.32.9, 1.33.5, 1.34.1 ] |
80 | 80 | fail-fast: false |
81 | 81 | steps: |
82 | 82 | - name: Checkout |
@@ -120,8 +120,7 @@ jobs: |
120 | 120 | run: TEST_KUBECONFIG=${{ steps.prep.outputs.kubeconfig-path }} make e2e |
121 | 121 | - name: Run flux bootstrap |
122 | 122 | run: | |
123 | | - ./bin/flux bootstrap git --manifests ./manifests/install/ \ |
124 | | - --components-extra=image-reflector-controller,image-automation-controller \ |
| 123 | + ./bin/flux bootstrap git --manifests ./manifests/test/ \ |
125 | 124 | --url=https://github.com/fluxcd-testing/${{ steps.prep.outputs.cluster }} \ |
126 | 125 | --branch=main \ |
127 | 126 | --path=clusters/k3s \ |
@@ -169,7 +168,7 @@ jobs: |
169 | 168 | strategy: |
170 | 169 | matrix: |
171 | 170 | # Keep this list up-to-date with https://endoflife.date/red-hat-openshift |
172 | | - OPENSHIFT_VERSION: [ 4.19.0-okd ] |
| 171 | + OPENSHIFT_VERSION: [ 4.19.0-okd, 4.20.0-okd ] |
173 | 172 | fail-fast: false |
174 | 173 | steps: |
175 | 174 | - name: Checkout |
@@ -212,7 +211,6 @@ jobs: |
212 | 211 | - name: Run flux bootstrap |
213 | 212 | run: | |
214 | 213 | ./bin/flux bootstrap git --manifests ./manifests/openshift/ \ |
215 | | - --components-extra=image-reflector-controller,image-automation-controller \ |
216 | 214 | --url=https://github.com/fluxcd-testing/${{ steps.prep.outputs.cluster }} \ |
217 | 215 | --branch=main \ |
218 | 216 | --path=clusters/openshift \ |
|
0 commit comments