summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-05-25 09:49:50 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-04 08:42:49 -0400
commit78f83d1e98be93c82d620c860f5cc8e42fe78193 (patch)
tree8f80335796ee64158318987752adec5e9f80ff16 /recipes-containers
parentf6bb19c32fbcf83d35e8e65ce279cef8ca4580ea (diff)
downloadmeta-virtualization-78f83d1e98be93c82d620c860f5cc8e42fe78193.tar.gz
k3s: update to v1.21.x
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/k3s/k3s_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb
index 20345f26..8a4333bf 100644
--- a/recipes-containers/k3s/k3s_git.bb
+++ b/recipes-containers/k3s/k3s_git.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://k3s.io/"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" 5LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
6 6
7SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.20;name=k3s \ 7SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.21;name=k3s \
8 file://k3s.service \ 8 file://k3s.service \
9 file://k3s-agent.service \ 9 file://k3s-agent.service \
10 file://k3s-agent \ 10 file://k3s-agent \
@@ -13,9 +13,9 @@ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.20;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 "
15SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" 15SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5"
16SRCREV_k3s = "8d0432824a9fd9474b67138b7630c33f285d332f" 16SRCREV_k3s = "75dba57f9b1de3ec0403b148c52c348e1dee2a5e"
17 17
18PV = "v1.20.6+k3s1" 18PV = "v1.21.1+k3s1"
19 19
20CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" 20CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf"
21 21