1616env :
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
2222jobs :
@@ -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