diff options
-rw-r--r-- | recipes-containers/k3s/k3s_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index 18d80754..68c66ec0 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb | |||
@@ -13,9 +13,9 @@ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.21;name=k3s \ | |||
13 | file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \ | 13 | file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \ |
14 | " | 14 | " |
15 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" | 15 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" |
16 | SRCREV_k3s = "656c19062948a2525058f9e0e8239b83dda9cd37" | 16 | SRCREV_k3s = "aa5a0a8c783a8a4475b727a04d6594c0fea09253" |
17 | 17 | ||
18 | PV = "v1.21.4+k3s1" | 18 | PV = "v1.21.5+k3s1" |
19 | 19 | ||
20 | CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" | 20 | CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" |
21 | 21 | ||