diff options
Diffstat (limited to 'recipes-containers/k3s/k3s_git.bb')
| -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 90718e98..4ef18996 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.25;name=k3s;protocol=https \ | 7 | SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.27;name=k3s;protocol=https \ |
| 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 \ |
| @@ -16,10 +16,10 @@ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.25;name=k3s;protoco | |||
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" | 18 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" |
| 19 | SRCREV_k3s = "9e22489dafb15989cafa7b6bd52ed949471dd057" | 19 | SRCREV_k3s = "8d074ecb5a8765a09eeef6f8be7987055210bc40" |
| 20 | 20 | ||
| 21 | SRCREV_FORMAT = "k3s_fuse" | 21 | SRCREV_FORMAT = "k3s_fuse" |
| 22 | PV = "v1.25.8+k3s1+git${SRCREV_k3s}" | 22 | PV = "v1.27.5+k3s1+git${SRCREV_k3s}" |
| 23 | 23 | ||
| 24 | include src_uri.inc | 24 | include src_uri.inc |
| 25 | 25 | ||
