Skip to content

Commit

Permalink
chore: update to latest rke2 versions (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Nov 5, 2024
1 parent fa11283 commit 72ecc58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
base: ["ubuntu", "rhel"]
aws_env: ["commercial", "govcloud"]
rke2_version: ["v1.28.14+rke2r1", "v1.29.9+rke2r1", "v1.30.5+rke2r1"]
rke2_version: ["v1.29.10+rke2r1", "v1.30.6+rke2r1", "v1.31.2+rke2r1"]
steps:
- name: Checkout Code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
base: ["ubuntu", "rhel"]
aws_env: ["commercial", "govcloud"]
rke2_version: ["v1.28.14+rke2r1", "v1.29.9+rke2r1", "v1.30.5+rke2r1"]
rke2_version: ["v1.29.10+rke2r1", "v1.30.6+rke2r1", "v1.31.2+rke2r1"]
steps:
- name: Checkout Code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
Expand Down
2 changes: 1 addition & 1 deletion tasks/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables:
default: "[]"
description: "List of groups to allow access to the AMI. Only supports '[]' or '[\"all\"]'"
- name: RKE2_VERSION
default: "v1.29.9+rke2r1"
default: "v1.29.10+rke2r1"
description: "RKE2 version to build the AMI with"

tasks:
Expand Down

0 comments on commit 72ecc58

Please sign in to comment.