Skip to content

Commit

Permalink
Merge pull request #43 from Dr-N00B/main
Browse files Browse the repository at this point in the history
udpated kairos to v2.1.1
  • Loading branch information
santhoshdaivajna committed Jun 26, 2023
2 parents 874492f + 10e9d23 commit 4326249
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
base-image:
- quay.io/kairos/core-opensuse-leap:v2.2.0
- quay.io/kairos/core-ubuntu-20-lts:v2.2.0
- quay.io/kairos/core-ubuntu-22-lts:v2.2.0
- quay.io/kairos/core-opensuse-leap:v2.1.1
- quay.io/kairos/core-ubuntu-20-lts:v2.1.1
- quay.io/kairos/core-ubuntu-22-lts:v2.1.1
rke2-version:
- v1.26.4+rke2r1
- v1.25.3+rke2r1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
strategy:
matrix:
base-image:
- quay.io/kairos/core-opensuse-leap:v2.2.0
- quay.io/kairos/core-ubuntu-20-lts:v2.2.0
- quay.io/kairos/core-ubuntu-22-lts:v2.2.0
- quay.io/kairos/core-opensuse-leap:v2.1.1
- quay.io/kairos/core-ubuntu-20-lts:v2.1.1
- quay.io/kairos/core-ubuntu-22-lts:v2.1.1
rke2-version:
- v1.26.4+rke2r1
- v1.25.2+rke2r1
Expand Down
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION 0.6
FROM alpine

ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.2.0
ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.1.1
ARG IMAGE_REPOSITORY=quay.io/kairos

ARG LUET_VERSION=0.34.0
Expand Down

0 comments on commit 4326249

Please sign in to comment.