mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-26 17:10:09 +00:00
Use the latest 3 minor k3s versions (#1233)
* Use the latest 3 minor k3s versions Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> * Use latest luet Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> --------- Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
committed by
GitHub
parent
f528293e15
commit
31746c87a5
6
.github/workflows/build-arm64.yaml
vendored
6
.github/workflows/build-arm64.yaml
vendored
@@ -31,6 +31,8 @@ jobs:
|
|||||||
downloadAllMeta: true
|
downloadAllMeta: true
|
||||||
downloadFromList: true
|
downloadFromList: true
|
||||||
downloadMeta: true
|
downloadMeta: true
|
||||||
|
# renovate: datasource=github-releases depName=mudler/luet
|
||||||
|
luetVersion: 0.36.0
|
||||||
- name: Build packages 🔧
|
- name: Build packages 🔧
|
||||||
uses: luet-lab/luet-github-action@v0.2.2
|
uses: luet-lab/luet-github-action@v0.2.2
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
@@ -48,6 +50,8 @@ jobs:
|
|||||||
values: values/arm64.yaml
|
values: values/arm64.yaml
|
||||||
buildx: true
|
buildx: true
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
|
# renovate: datasource=github-releases depName=mudler/luet
|
||||||
|
luetVersion: 0.36.0
|
||||||
- name: Create repo 🔧
|
- name: Create repo 🔧
|
||||||
uses: luet-lab/luet-github-action@v0.2.2
|
uses: luet-lab/luet-github-action@v0.2.2
|
||||||
id: create_repo
|
id: create_repo
|
||||||
@@ -61,6 +65,8 @@ jobs:
|
|||||||
createRepo: true
|
createRepo: true
|
||||||
pushCache: true
|
pushCache: true
|
||||||
revisionSHA: true
|
revisionSHA: true
|
||||||
|
# renovate: datasource=github-releases depName=mudler/luet
|
||||||
|
luetVersion: 0.36.0
|
||||||
- name: Summary info
|
- name: Summary info
|
||||||
run: |
|
run: |
|
||||||
echo "Repo created at quay.io/kairos/packages-arm64:${{ steps.create_repo.outputs.LUET_PUSHED_REPO }}-repository.yaml" >> $GITHUB_STEP_SUMMARY
|
echo "Repo created at quay.io/kairos/packages-arm64:${{ steps.create_repo.outputs.LUET_PUSHED_REPO }}-repository.yaml" >> $GITHUB_STEP_SUMMARY
|
||||||
|
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -56,6 +56,8 @@ jobs:
|
|||||||
downloadAllMeta: true
|
downloadAllMeta: true
|
||||||
downloadFromList: false
|
downloadFromList: false
|
||||||
downloadMeta: true
|
downloadMeta: true
|
||||||
|
# renovate: datasource=github-releases depName=mudler/luet
|
||||||
|
luetVersion: 0.36.0
|
||||||
- name: Build packages 🔧
|
- name: Build packages 🔧
|
||||||
uses: luet-lab/luet-github-action@v0.2.2
|
uses: luet-lab/luet-github-action@v0.2.2
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
@@ -71,6 +73,8 @@ jobs:
|
|||||||
pushFinalImages: true
|
pushFinalImages: true
|
||||||
pushCache: true
|
pushCache: true
|
||||||
values: values/amd64.yaml
|
values: values/amd64.yaml
|
||||||
|
# renovate: datasource=github-releases depName=mudler/luet
|
||||||
|
luetVersion: 0.36.0
|
||||||
- name: Create repo 🔧
|
- name: Create repo 🔧
|
||||||
uses: luet-lab/luet-github-action@v0.2.2
|
uses: luet-lab/luet-github-action@v0.2.2
|
||||||
id: create_repo
|
id: create_repo
|
||||||
@@ -84,6 +88,8 @@ jobs:
|
|||||||
createRepo: true
|
createRepo: true
|
||||||
pushCache: true
|
pushCache: true
|
||||||
revisionSHA: true
|
revisionSHA: true
|
||||||
|
# renovate: datasource=github-releases depName=mudler/luet
|
||||||
|
luetVersion: 0.36.0
|
||||||
- name: Summary info
|
- name: Summary info
|
||||||
run: |
|
run: |
|
||||||
echo "Repo created at quay.io/kairos/packages:${{ steps.create_repo.outputs.LUET_PUSHED_REPO }}-repository.yaml" >> $GITHUB_STEP_SUMMARY
|
echo "Repo created at quay.io/kairos/packages:${{ steps.create_repo.outputs.LUET_PUSHED_REPO }}-repository.yaml" >> $GITHUB_STEP_SUMMARY
|
||||||
|
6
.github/workflows/pr.yaml
vendored
6
.github/workflows/pr.yaml
vendored
@@ -57,6 +57,8 @@ jobs:
|
|||||||
values: values/arm64.yaml
|
values: values/arm64.yaml
|
||||||
buildx: true
|
buildx: true
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
|
# renovate: datasource=github-releases depName=mudler/luet
|
||||||
|
luetVersion: 0.36.0
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: fast
|
runs-on: fast
|
||||||
@@ -75,6 +77,8 @@ jobs:
|
|||||||
downloadAllMeta: false
|
downloadAllMeta: false
|
||||||
downloadFromList: true
|
downloadFromList: true
|
||||||
downloadMeta: true
|
downloadMeta: true
|
||||||
|
# renovate: datasource=github-releases depName=mudler/luet
|
||||||
|
luetVersion: 0.36.0
|
||||||
- name: Build packages 🔧
|
- name: Build packages 🔧
|
||||||
uses: luet-lab/luet-github-action@v0.2.2
|
uses: luet-lab/luet-github-action@v0.2.2
|
||||||
with:
|
with:
|
||||||
@@ -87,3 +91,5 @@ jobs:
|
|||||||
pushFinalImages: false
|
pushFinalImages: false
|
||||||
pushCache: false
|
pushCache: false
|
||||||
values: values/amd64.yaml
|
values: values/amd64.yaml
|
||||||
|
# renovate: datasource=github-releases depName=mudler/luet
|
||||||
|
luetVersion: 0.36.0
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: k3s-openrc
|
- name: k3s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.32.1-rc1"
|
version: "1.32.0"
|
||||||
k3s_version: "1"
|
k3s_version: "1"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k3s-io"
|
github.owner: "k3s-io"
|
||||||
@@ -14,7 +14,7 @@ packages:
|
|||||||
description: " Lightweight Kubernetes "
|
description: " Lightweight Kubernetes "
|
||||||
- name: k3s-openrc
|
- name: k3s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.30.7"
|
version: "1.31.4"
|
||||||
k3s_version: "1"
|
k3s_version: "1"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k3s-io"
|
github.owner: "k3s-io"
|
||||||
@@ -27,7 +27,7 @@ packages:
|
|||||||
description: " Lightweight Kubernetes "
|
description: " Lightweight Kubernetes "
|
||||||
- name: k3s-openrc
|
- name: k3s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.29.11"
|
version: "1.30.8"
|
||||||
k3s_version: "1"
|
k3s_version: "1"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k3s-io"
|
github.owner: "k3s-io"
|
||||||
@@ -40,7 +40,7 @@ packages:
|
|||||||
description: " Lightweight Kubernetes "
|
description: " Lightweight Kubernetes "
|
||||||
- name: k3s-systemd
|
- name: k3s-systemd
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.32.1-rc1"
|
version: "1.32.0"
|
||||||
k3s_version: "1"
|
k3s_version: "1"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k3s-io"
|
github.owner: "k3s-io"
|
||||||
@@ -53,7 +53,7 @@ packages:
|
|||||||
description: " Lightweight Kubernetes "
|
description: " Lightweight Kubernetes "
|
||||||
- name: k3s-systemd
|
- name: k3s-systemd
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.30.7"
|
version: "1.31.4"
|
||||||
k3s_version: "1"
|
k3s_version: "1"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k3s-io"
|
github.owner: "k3s-io"
|
||||||
@@ -66,7 +66,7 @@ packages:
|
|||||||
description: " Lightweight Kubernetes "
|
description: " Lightweight Kubernetes "
|
||||||
- name: k3s-systemd
|
- name: k3s-systemd
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.29.11"
|
version: "1.30.8"
|
||||||
k3s_version: "1"
|
k3s_version: "1"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k3s-io"
|
github.owner: "k3s-io"
|
||||||
|
Reference in New Issue
Block a user