diff options
-rw-r--r-- | recipes-containers/k3s/k3s_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index 9bbd0466..8d59987e 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://k3s.io/" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | 5 | LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.19;name=k3s \ | 7 | SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.20;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.19;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 = "b11612e2744f39f01bfd208ff97315930c483667" | 16 | SRCREV_k3s = "bc400f5396a3dd05584c5f45768a5ea6c43971d1" |
17 | 17 | ||
18 | PV = "v1.19.5+git${SRCPV}" | 18 | PV = "v1.20.4+k3s1" |
19 | 19 | ||
20 | CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" | 20 | CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" |
21 | 21 | ||