From 3f27844fba80e7dca57eabb12ea13df9f52185dc Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Mon, 17 Jul 2023 13:59:49 +0000 Subject: [PATCH] PE-2150 upgrade kairos version to 2.3.0 Signed-off-by: Arun Sharma --- .github/workflows/publish.yaml | 6 +++--- .github/workflows/pull_request.yaml | 6 +++--- Earthfile | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 42da455..9d8e4d2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,9 +13,9 @@ jobs: strategy: matrix: base-image: - - quay.io/kairos/core-opensuse-leap:v2.1.3 - - quay.io/kairos/core-ubuntu-20-lts:v2.1.3 - - quay.io/kairos/core-ubuntu-22-lts:v2.1.3 + - quay.io/kairos/core-opensuse-leap:v2.3.0 + - quay.io/kairos/core-ubuntu-20-lts:v2.3.0 + - quay.io/kairos/core-ubuntu-22-lts:v2.3.0 k3s-version: - v1.26.4+k3s1 - v1.25.2+k3s1 diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 6da0ada..40e3aa8 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -42,9 +42,9 @@ jobs: strategy: matrix: base-image: - - quay.io/kairos/core-opensuse-leap:v2.1.3 - - quay.io/kairos/core-ubuntu-20-lts:v2.1.3 - - quay.io/kairos/core-ubuntu-22-lts:v2.1.3 + - quay.io/kairos/core-opensuse-leap:v2.3.0 + - quay.io/kairos/core-ubuntu-20-lts:v2.3.0 + - quay.io/kairos/core-ubuntu-22-lts:v2.3.0 k3s-version: - v1.25.0+k3s1 steps: diff --git a/Earthfile b/Earthfile index 747aa22..f8e508a 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.6 FROM alpine -ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.1.3 +ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.3.0 ARG IMAGE_REPOSITORY=quay.io/kairos ARG LUET_VERSION=0.34.0