Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump K3s/RKE2 versions #959

Merged
merged 5 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-hardened-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
cert-manager_version: v1.11.1
cluster_name: cluster-k3s
cluster_type: hardened
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
node_number: 3
rancher_version: latest/devel
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-hardened-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
cert-manager_version: v1.11.1
cluster_name: cluster-k3s
cluster_type: hardened
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
node_number: 3
4 changes: 2 additions & 2 deletions .github/workflows/cli-k3s-obs_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cluster_name: cluster-k3s
cluster_type: ${{ inputs.cluster_type }}
destroy_runner: ${{ inputs.destroy_runner }}
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Dev:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+k3s1
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Dev/containers/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.26.7+k3s1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
rancher_version: ${{ inputs.rancher_version }}
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-obs_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
cluster_type: ${{ inputs.cluster_type }}
destroy_runner: ${{ inputs.destroy_runner }}
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Stable:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher
rancher_version: ${{ inputs.rancher_version }}
4 changes: 2 additions & 2 deletions .github/workflows/cli-k3s-obs_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cluster_name: cluster-k3s
cluster_type: ${{ inputs.cluster_type }}
destroy_runner: ${{ inputs.destroy_runner }}
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Staging:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+k3s1
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Staging/containers/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.26.7+k3s1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/staging/charts/rancher
rancher_version: ${{ inputs.rancher_version }}
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-os-upgrade-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
test_description: "CI - CLI - Parallel - OS Upgrade test with Standard K3s"
cluster_name: cluster-k3s
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Stable:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
node_number: 5
operator_upgrade: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-os-upgrade-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
test_description: "CI - CLI - Parallel - OS Upgrade test with Standard K3s"
cluster_name: cluster-k3s
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Stable:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
node_number: 5
operator_upgrade: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-os-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cluster_name: cluster-k3s
destroy_runner: ${{ inputs.destroy_runner }}
iso_to_test: ${{ inputs.iso_to_test }}
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
node_number: 5
operator_upgrade: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
test_description: "CI - CLI - Parallel - Deployment test with Standard K3s"
cluster_name: cluster-k3s
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
rancher_version: latest/devel
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
test_description: "CI - CLI - Parallel - Deployment test with Standard K3s"
cluster_name: cluster-k3s
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
start_condition: ${{ github.event.workflow_run.conclusion }}
workflow_download: ${{ github.event.workflow_run.workflow_id }}
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-sequential-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
test_description: "CI/Manual - CLI - Sequential - Deployment test with Standard K3s"
cluster_name: cluster-k3s
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
rancher_version: latest/devel
sequential: true
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-sequential-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
test_description: "CI/Manual - CLI - Sequential - Deployment test with Standard K3s"
cluster_name: cluster-k3s
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
rancher_version: stable/latest
sequential: true
2 changes: 1 addition & 1 deletion .github/workflows/cli-obs-manual-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
k8s_version_to_provision:
description: Version of K8s to deploy on the cluster (only K3s or RKE2 are supported)
default: v1.25.7+k3s1
default: v1.26.7+k3s1
type: string
node_number:
description: Number of nodes (>3) to deploy on the provisioned cluster
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-hardened-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ca_type: private
cluster_name: cluster-rke2
cluster_type: hardened
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
node_number: 3
rancher_version: latest/devel
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-hardened-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
ca_type: private
cluster_name: cluster-rke2
cluster_type: hardened
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
node_number: 3
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
6 changes: 3 additions & 3 deletions .github/workflows/cli-rke2-obs_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
cluster_name: cluster-rke2
cluster_type: ${{ inputs.cluster_type }}
destroy_runner: ${{ inputs.destroy_runner }}
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Dev:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+rke2r1
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Dev/containers/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.26.7+rke2r1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
rancher_version: ${{ inputs.rancher_version }}
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-obs_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cluster_type: ${{ inputs.cluster_type }}
destroy_runner: ${{ inputs.destroy_runner }}
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Stable:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher
rancher_version: ${{ inputs.rancher_version }}
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
6 changes: 3 additions & 3 deletions .github/workflows/cli-rke2-obs_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
cluster_name: cluster-rke2
cluster_type: ${{ inputs.cluster_type }}
destroy_runner: ${{ inputs.destroy_runner }}
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Staging:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+rke2r1
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Staging/containers/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.26.7+rke2r1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/staging/charts/rancher
rancher_version: ${{ inputs.rancher_version }}
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-os-upgrade-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
ca_type: private
cluster_name: cluster-rke2
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Stable:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
node_number: 5
operator_upgrade: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher
rancher_version: latest/devel
upgrade_channel_list: registry.opensuse.org/isv/rancher/elemental/dev/containers/rancher/elemental-teal-channel:latest
upgrade_image: registry.opensuse.org/isv/rancher/elemental/dev/containers/rancher/elemental-teal/5.4:latest
upgrade_os_channel: latest-dev
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-os-upgrade-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ca_type: private
cluster_name: cluster-rke2
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Stable:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
node_number: 5
operator_upgrade: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher
Expand All @@ -29,4 +29,4 @@ jobs:
upgrade_channel_list: registry.opensuse.org/isv/rancher/elemental/dev/containers/rancher/elemental-teal-channel:latest
upgrade_image: registry.opensuse.org/isv/rancher/elemental/dev/containers/rancher/elemental-teal/5.4:latest
upgrade_os_channel: latest-dev
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-os-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cluster_name: cluster-rke2
destroy_runner: ${{ inputs.destroy_runner }}
iso_to_test: ${{ inputs.iso_to_test }}
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
node_number: 5
operator_upgrade: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher
Expand All @@ -57,4 +57,4 @@ jobs:
upgrade_channel_list: registry.opensuse.org/isv/rancher/elemental/dev/containers/rancher/elemental-teal-channel:latest
upgrade_image: registry.opensuse.org/isv/rancher/elemental/dev/containers/rancher/elemental-teal/5.4:latest
upgrade_os_channel: ${{ inputs.upgrade_os_channel }}
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
test_description: "CI - CLI - Parallel - Deployment test with Standard RKE2"
ca_type: private
cluster_name: cluster-rke2
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
rancher_version: latest/devel
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test_description: "CI - CLI - Parallel - Deployment test with Standard RKE2"
ca_type: private
cluster_name: cluster-rke2
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
start_condition: ${{ github.event.workflow_run.conclusion }}
workflow_download: ${{ github.event.workflow_run.workflow_id }}
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-scalability-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
test_description: "CI/Manual - CLI - Scalability - Deployment test with Standard RKE2"
ca_type: private
cluster_name: cluster-rke2
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
node_number: 60
rancher_version: stable/latest
runner_template: elemental-e2e-ci-runner-spot-x86-64-template-n2-highmem-64-v4
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-sequential-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test_description: "CI/Manual - CLI - Sequential - Deployment test with Standard RKE2"
ca_type: private
cluster_name: cluster-rke2
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
rancher_version: latest/devel
sequential: true
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-sequential-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test_description: "CI/Manual - CLI - Sequential - Deployment test with Standard RKE2"
ca_type: private
cluster_name: cluster-rke2
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
rancher_version: stable/latest
sequential: true
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
6 changes: 3 additions & 3 deletions .github/workflows/master-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ on:
type: string
upstream_cluster_version:
description: Cluster upstream version where to install Rancher (K3s or RKE2)
default: v1.25.7+k3s1
default: v1.26.7+k3s1
type: string
workflow_download:
description: build-ci workfluw to use for artifacts
Expand Down Expand Up @@ -319,8 +319,8 @@ jobs:
-l app=rancher \
-o jsonpath={.items[*].status.containerStatuses[*].image} 2> /dev/null || true)
# Extract OS version from ISO
isoinfo -i build/*.iso \
-x /BOOT/INITRD.\;1 \
INITRD_FILE=$(isoinfo -i build/*.iso -R -find -type f -name initrd -print 2>/dev/null)
isoinfo -i build/*.iso -R -x ${INITRD_FILE} 2>/dev/null \
| xz -dc \
| cpio -i --to-stdout usr/lib/initrd-release > os-release
eval $(grep IMAGE_TAG os-release)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-k3s-obs_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
cypress_tags: main
destroy_runner: ${{ inputs.destroy_runner }}
elemental_ui_version: dev
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Dev:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+k3s1
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Dev/containers/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.26.7+k3s1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
proxy: ${{ inputs.proxy }}
rancher_version: ${{ inputs.rancher_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-k3s-obs_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
destroy_runner: ${{ inputs.destroy_runner }}
elemental_ui_version: ${{ inputs.elemental_ui_version }}
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Stable:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher
proxy: ${{ inputs.proxy }}
rancher_version: ${{ inputs.rancher_version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-k3s-obs_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
cypress_tags: main
destroy_runner: ${{ inputs.destroy_runner }}
elemental_ui_version: dev
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Staging:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+k3s1
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Staging/containers/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.26.7+k3s1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/staging/charts/rancher
proxy: ${{ inputs.proxy }}
rancher_version: ${{ inputs.rancher_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-k3s-os-upgrade-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
destroy_runner: ${{ inputs.destroy_runner || true }}
elemental_ui_version: dev
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Stable:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
proxy: ${{ inputs.proxy || 'elemental' }}
rancher_version: ${{ inputs.rancher_version || 'latest/devel' }}
test_type: ui
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-k3s-os-upgrade-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
destroy_runner: ${{ inputs.destroy_runner || true }}
elemental_ui_version: dev
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Stable:/Teal53/media/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher
proxy: ${{ inputs.proxy || 'elemental' }}
rancher_version: ${{ inputs.rancher_version || 'stable/latest' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-k3s-os-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
destroy_runner: ${{ inputs.destroy_runner }}
elemental_ui_version: dev
iso_to_test: ${{ inputs.iso_to_test }}
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
operator_repo: ${{ inputs.operator_repo }}
proxy: ${{ inputs.proxy }}
rancher_version: ${{ inputs.rancher_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-k3s-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cypress_tags: main
destroy_runner: ${{ inputs.destroy_runner || true }}
elemental_ui_version: dev
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
proxy: ${{ inputs.proxy || 'elemental' }}
rancher_version: ${{ inputs.rancher_version || 'latest/devel' }}
test_type: ui
2 changes: 1 addition & 1 deletion .github/workflows/ui-k3s-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cypress_tags: main
destroy_runner: ${{ inputs.destroy_runner || true }}
elemental_ui_version: dev
k8s_version_to_provision: v1.25.7+k3s1
k8s_version_to_provision: v1.26.7+k3s1
proxy: ${{ inputs.proxy || 'elemental' }}
rancher_version: ${{ inputs.rancher_version || 'stable/latest' }}
test_type: ui
2 changes: 1 addition & 1 deletion .github/workflows/ui-obs-manual-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
type: string
k8s_version_to_provision:
description: Version of K8s to deploy on the cluster (only K3s or RKE2 are supported)
default: v1.25.7+k3s1
default: v1.26.7+k3s1
type: string
operator_repo:
description: Elemental operator repository to use
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-rke2-obs_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
destroy_runner: ${{ inputs.destroy_runner }}
elemental_ui_version: dev
iso_boot: true
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
rancher_version: ${{ inputs.rancher_version }}
test_type: ui
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/ui-rke2-obs_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
destroy_runner: ${{ inputs.destroy_runner }}
elemental_ui_version: ${{ inputs.elemental_ui_version }}
iso_boot: true
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher
rancher_version: ${{ inputs.rancher_version }}
test_type: ui
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
4 changes: 2 additions & 2 deletions .github/workflows/ui-rke2-obs_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
destroy_runner: ${{ inputs.destroy_runner }}
elemental_ui_version: dev
iso_boot: true
k8s_version_to_provision: v1.25.7+rke2r1
k8s_version_to_provision: v1.26.7+rke2r1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/staging/charts/rancher
rancher_version: ${{ inputs.rancher_version }}
test_type: ui
upstream_cluster_version: v1.25.7+rke2r1
upstream_cluster_version: v1.26.7+rke2r1
Loading
Loading