Skip to content

Commit 8350498

Browse files
authored
Merge pull request #1201 from lsst-it/IT-5333/antu-rke-1.5.9
(cluster/antu) bump rke to 1.5.9
2 parents 0961f29 + 3635c33 commit 8350498

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hieradata/cluster/antu/role/rke.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
classes:
33
- "profile::core::sysctl::rp_filter"
44
profile::core::sysctl::rp_filter::enable: false
5+
profile::core::rke::version: "1.5.9"

spec/hosts/nodes/antu01.ls.lsst.org_spec.rb

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

5151
it do
5252
is_expected.to contain_class('rke').with(
53-
version: '1.5.8',
53+
version: '1.5.9',
5454
)
5555
end
5656

0 commit comments

Comments
 (0)