Skip to content

Commit 3a57d39

Browse files
authored
Merge pull request #1486 from lsst-it/IT-5684_rke_bump_tu
(site/tu) bump rke to 1.6.2 for k8s rke v1.29.8
2 parents 66c5d96 + 1de29a9 commit 3a57d39

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.6.2"

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

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

3939
it do
4040
is_expected.to contain_class('profile::core::rke').with(
41-
version: '1.5.12'
41+
version: '1.6.2'
4242
)
4343
end
4444

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

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

4242
it do
4343
is_expected.to contain_class('profile::core::rke').with(
44-
version: '1.5.12'
44+
version: '1.6.2'
4545
)
4646
end
4747

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

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

3232
it do
3333
is_expected.to contain_class('profile::core::rke').with(
34-
version: '1.5.12'
34+
version: '1.6.2'
3535
)
3636
end
3737

spec/hosts/roles/rke_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
end
4545

4646
case site
47-
when 'dev'
47+
when 'dev', 'tu'
4848
it do
4949
is_expected.to contain_class('rke').with(
5050
version: '1.6.2',

0 commit comments

Comments
 (0)