diff --git a/.github/workflows/build-x86-image.yaml b/.github/workflows/build-x86-image.yaml index 77bc8b71b22..1652a2ea50b 100644 --- a/.github/workflows/build-x86-image.yaml +++ b/.github/workflows/build-x86-image.yaml @@ -28,7 +28,7 @@ env: # renovate: datasource=github-releases depName=helm packageName=helm/helm HELM_VERSION: v4.1.1 # renovate: datasource=github-releases depName=submariner packageName=submariner-io/submariner - SUBMARINER_VERSION: 0.22.0 + SUBMARINER_VERSION: 0.22.1 # renovate: datasource=github-releases depName=talos packageName=siderolabs/talos TALOS_VERSION: v1.12.3 diff --git a/.github/workflows/scheduled-e2e.yaml b/.github/workflows/scheduled-e2e.yaml index 8aff6dcecbe..96d9403e21f 100644 --- a/.github/workflows/scheduled-e2e.yaml +++ b/.github/workflows/scheduled-e2e.yaml @@ -16,7 +16,7 @@ env: # renovate: datasource=github-releases depName=helm packageName=helm/helm HELM_VERSION: v4.1.1 # renovate: datasource=github-releases depName=submariner packageName=submariner-io/submariner - SUBMARINER_VERSION: 0.22.0 + SUBMARINER_VERSION: 0.22.1 jobs: k8s-conformance-e2e: