Skip to content

Commit

Permalink
Merge pull request #217 from rancherfederal/216-default-yum-repo-poin…
Browse files Browse the repository at this point in the history
…ts-to-latest

setting yum repos to stable
  • Loading branch information
mddamato authored May 21, 2024
2 parents 68f362a + dcf02b3 commit b1c8e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/rke2_common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ add_iptables_rules: false
rke2_common_yum_repo:
name: rancher-rke2-common
description: "Rancher RKE2 Common Latest"
baseurl: "https://rpm.rancher.io/rke2/latest/common/centos/$releasever/noarch"
baseurl: "https://rpm.rancher.io/rke2/stable/common/centos/$releasever/noarch"
gpgcheck: true
gpgkey: "https://rpm.rancher.io/public.key"
enabled: yes

rke2_versioned_yum_repo:
name: "rancher-rke2-v{{ rke2_version_majmin }}" # noqa jinja[spacing]
description: "Rancher RKE2 Version"
baseurl: "https://rpm.rancher.io/rke2/latest/{{ rke2_version_majmin }}/centos/$releasever/$basearch"
baseurl: "https://rpm.rancher.io/rke2/stable/{{ rke2_version_majmin }}/centos/$releasever/$basearch"
gpgcheck: true
gpgkey: "https://rpm.rancher.io/public.key"
enabled: yes
Expand Down

0 comments on commit b1c8e65

Please sign in to comment.