Skip to content

Commit

Permalink
(site/tu) bump rke to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed May 8, 2024
1 parent 36ee2b0 commit f695c76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions hieradata/site/tu/role/rke.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
profile::core::docker::version: "24.0.9"
profile::core::rke::version: "1.5.8"
2 changes: 1 addition & 1 deletion spec/hosts/nodes/pillan01.tu.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
it do
is_expected.to contain_class('profile::core::rke').with(
enable_dhcp: true,
version: '1.4.6',
version: '1.5.8',
)
end

Expand Down
2 changes: 1 addition & 1 deletion spec/hosts/nodes/pillan08.tu.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
it do
is_expected.to contain_class('profile::core::rke').with(
enable_dhcp: true,
version: '1.4.6',
version: '1.5.8',
)
end

Expand Down
2 changes: 1 addition & 1 deletion spec/hosts/nodes/rancher01.tu.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

it do
is_expected.to contain_class('profile::core::rke').with(
version: '1.4.6',
version: '1.5.8',
)
end

Expand Down
2 changes: 1 addition & 1 deletion spec/hosts/roles/rke_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
)
end

if site == 'dev'
if (site == 'dev') || (site == 'tu')
it do
is_expected.to contain_class('rke').with(
version: '1.5.8',
Expand Down

0 comments on commit f695c76

Please sign in to comment.