Skip to content

Commit df3ae53

Browse files
authored
🧹 Bump k8s versions for tests (#1269)
Signed-off-by: Christian Zunker <christian@mondoo.com>
1 parent be5a954 commit df3ae53

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/integration-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
k8s-version: [v1.28.9, v1.29.4] #v1.30.0] k3d doesn't support 1.30 yet
29+
k8s-version: [v1.31.9, v1.32.9, v1.33.5, v1.34.1]
3030
k8s-distro: [minikube, k3d]
3131

3232
steps:
@@ -77,8 +77,8 @@ jobs:
7777
if: success() || failure()
7878

7979
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
80-
if: success() || failure() # run this step even if previous step failed
81-
with: # upload a combined archive with unit and integration test results
80+
if: success() || failure() # run this step even if previous step failed
81+
with: # upload a combined archive with unit and integration test results
8282
name: test-results-${{ matrix.k8s-distro }}-${{ matrix.k8s-version }}
8383
path: integration-tests-${{ matrix.k8s-distro }}-${{ matrix.k8s-version }}.xml
8484

.github/workflows/publish.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
env:
1717
REGISTRY: ghcr.io
1818
GHCR_IMAGE: ghcr.io/${{ github.repository }}
19-
GCP_IMAGE: us-docker.pkg.dev/mondoohq/release/mondoo-operator
19+
GCP_IMAGE: us-docker.pkg.dev/mondoohq/release/mondoo-operator
2020
RELEASE: ${{ github.ref_name }}
2121

2222
jobs:
@@ -303,7 +303,7 @@ jobs:
303303
strategy:
304304
fail-fast: false
305305
matrix:
306-
k8s-version: [v1.28.9, v1.29.4, v1.30.0]
306+
k8s-version: [v1.31.9, v1.32.9, v1.33.5, v1.34.1]
307307

308308
steps:
309309
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -374,8 +374,8 @@ jobs:
374374
operator-sdk olm uninstall
375375
376376
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
377-
if: success() || failure() # run this step even if previous step failed
378-
with: # upload a combined archive with unit and integration test results
377+
if: success() || failure() # run this step even if previous step failed
378+
with: # upload a combined archive with unit and integration test results
379379
name: test-results-olm-${{ matrix.k8s-version }}
380380
path: integration-tests-olm-${{ matrix.k8s-version }}.xml
381381

@@ -392,7 +392,7 @@ jobs:
392392
uses: ./.github/workflows/release-manifests.yaml
393393
needs:
394394
- push-virtual-tag
395-
# this should ensure the manifest is tagged latest, which is required for the install automation
395+
# this should ensure the manifest is tagged latest, which is required for the install automation
396396
- release-helm
397397

398398
# publish helm chart after the release of container images is complete
@@ -479,9 +479,9 @@ jobs:
479479
- run-olm-e2e
480480
#- run-helm-tests
481481
permissions:
482-
actions: read # Required to read the artifact
483-
contents: read # Required to read the source
484-
checks: write # Required to write the results
482+
actions: read # Required to read the artifact
483+
contents: read # Required to read the source
484+
checks: write # Required to write the results
485485
pull-requests: write # Required to write comments
486486
steps:
487487
- name: Download test results
@@ -501,7 +501,7 @@ jobs:
501501
release-helm:
502502
name: Release helm chart
503503
needs:
504-
- push-virtual-tag
504+
- push-virtual-tag
505505
runs-on: ubuntu-latest
506506

507507
permissions:

0 commit comments

Comments
 (0)