chore: update kernel with BTF support

This pull in:

* https://github.com/siderolabs/pkgs/pull/612
* https://github.com/siderolabs/pkgs/pull/606

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov
2022-10-21 22:46:21 +04:00
parent ceb0cd99ae
commit 879e8c0bfe
3 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,7 @@ NAME = Talos
ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.3.0-alpha.0-20-g3b5f89a
PKGS ?= v1.3.0-alpha.0-33-g8fe5cbc
PKGS ?= v1.3.0-alpha.0-35-g66c77e9
EXTRAS ?= v1.3.0-alpha.0-1-g8f00d77
GO_VERSION ?= 1.19
GOIMPORTS_VERSION ?= v0.1.11

View File

@ -394,6 +394,10 @@ func (suite *UpgradeSuite) setupCluster() {
)
}
genOptions = append(genOptions, generate.WithSysctls(map[string]string{
"kernel.kexec_load_disabled": "1",
}))
versionContract, err := config.ParseContractFromVersion(suite.spec.SourceVersion)
suite.Require().NoError(err)

View File

@ -1 +1 @@
v1.3.0-alpha.0-33-g8fe5cbc
v1.3.0-alpha.0-35-g66c77e9