diff --git a/.github/workflows/uki.yaml b/.github/workflows/uki.yaml index 856a99722..ba84c6c27 100644 --- a/.github/workflows/uki.yaml +++ b/.github/workflows/uki.yaml @@ -27,7 +27,7 @@ jobs: family: ubuntu base_image: ubuntu:24.04 variant: standard - k3s_version: 1.31.1 # we need to use a matrix like we do in the other pipelines, but adding manually now just to see if this makes it work + k3s_version: 1.31.2 # we need to use a matrix like we do in the other pipelines, but adding manually now just to see if this makes it work - flavor: fedora family: rhel flavor_release: 40 diff --git a/Earthfile b/Earthfile index 7e605065a..e0137985f 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ ARG TRIVY_VERSION=0.57.0 # renovate: datasource=docker depName=anchore/grype versioning=semver ARG GRYPE_VERSION=v0.84.0 # renovate: datasource=docker depName=quay.io/kairos/framework versioning=semver -ARG KAIROS_FRAMEWORK_VERSION=v2.14.3 +ARG KAIROS_FRAMEWORK_VERSION=v2.14.4 # renovate: datasource=docker depName=quay.io/kairos/osbuilder-tools versioning=semver ARG OSBUILDER_VERSION=v0.400.3 # renovate: datasource=docker depName=golang versioning=semver