Skip to content

chore: update k3s version, comment out custom image #80

chore: update k3s version, comment out custom image

chore: update k3s version, comment out custom image #80

Workflow file for this run

name: Test UDS Capability
on:
pull_request:
paths-ignore:
- "**.md"
- "docs/**"
- "CODEOWNERS"
permissions:
id-token: write
contents: read
jobs:
test-clean-install:
runs-on: ubuntu-latest
strategy:
matrix:
image: ["rancher/k3s"]
version: ["v1.28.11-k3s2", "v1.29.6-k3s2", "v1.30.2-k3s2"]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Setup UDS
if: always()
uses: defenseunicorns/uds-common/.github/actions/setup@172a905901cb9bd76d096d2850bf31af5c5a4fa1 # v0.8.0
with:
username: ${{secrets.IRON_BANK_ROBOT_USERNAME}}
password: ${{secrets.IRON_BANK_ROBOT_PASSWORD}}
# Step is not currently being used, could be uncommented if custom image support is needed in the future
# - name: Build the custom k3s image
# if: ${{matrix.image}} != "rancher/k3s"
# run: uds run build-image --set VERSION=${{matrix.version}} --no-progress
- name: Create and deploy the uds-k3d package
run: uds run --set IMAGE_NAME=${{matrix.image}} --set VERSION=${{matrix.version}} --no-progress
- name: Validate uds-k3d package
run: uds run validate --no-progress