Skip to content

Commit

Permalink
Merge pull request #1141 from lsst-it/IT-5133/rke-1.5.8
Browse files Browse the repository at this point in the history
(site/tu) bump rke to 1.5.8
  • Loading branch information
jhoblitt authored May 14, 2024
2 parents 04a6cb0 + 5466e03 commit 6e9c27c
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 6e9c27c

Please sign in to comment.