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 32706852..c9779eaa 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb | |||
@@ -14,9 +14,9 @@ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.22;name=k3s;protoco | |||
14 | file://k3s-killall.sh \ | 14 | file://k3s-killall.sh \ |
15 | " | 15 | " |
16 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" | 16 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" |
17 | SRCREV_k3s = "737f722315b9832e9180fa232253d28ae1f2272f" | 17 | SRCREV_k3s = "61a2aab25eeb97c26fa3f2b177e4355a7654c991" |
18 | 18 | ||
19 | PV = "v1.22.2+k3s1" | 19 | PV = "v1.22.3+k3s1" |
20 | 20 | ||
21 | CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" | 21 | CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" |
22 | 22 | ||