Skip to content

Commit 0961f29

Browse files
authored
Merge pull request #1198 from lsst-it/IT-5422_rke_bump_tu
(role/rke) bump TU client to v1.5.9
2 parents 4e8fba3 + 4a2ef19 commit 0961f29

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

hieradata/site/tu/role/rke.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
---
22
profile::core::docker::version: "24.0.9"
3+
profile::core::rke::version: "1.5.9"

spec/hosts/nodes/pillan01.tu.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
it do
4040
is_expected.to contain_class('profile::core::rke').with(
4141
enable_dhcp: true,
42-
version: '1.5.8',
42+
version: '1.5.9',
4343
)
4444
end
4545

spec/hosts/nodes/pillan08.tu.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
it do
4343
is_expected.to contain_class('profile::core::rke').with(
4444
enable_dhcp: true,
45-
version: '1.5.8',
45+
version: '1.5.9',
4646
)
4747
end
4848

spec/hosts/nodes/rancher01.tu.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
it do
3434
is_expected.to contain_class('profile::core::rke').with(
35-
version: '1.5.8',
35+
version: '1.5.9',
3636
)
3737
end
3838

spec/hosts/roles/rke_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
)
3636
end
3737

38-
if site == 'dev'
38+
if (site == 'dev') || (site == 'tu')
3939
it do
4040
is_expected.to contain_class('rke').with(
4141
version: '1.5.9',

0 commit comments

Comments
 (0)