kubernetes: update to 1.31.3.
This commit is contained in:
parent
72c1a2bee1
commit
cd7206ffb8
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kubernetes'
|
# Template file for 'kubernetes'
|
||||||
pkgname=kubernetes
|
pkgname=kubernetes
|
||||||
version=1.31.2
|
version=1.31.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="aarch64* x86_64* ppc64le*"
|
archs="aarch64* x86_64* ppc64le*"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://kubernetes.io"
|
homepage="http://kubernetes.io"
|
||||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||||
checksum=05007001f41176b388fcb01d6dc35e454db35a4e65b114db42b2b7340be8aed3
|
checksum=a58bf0797989acc9530a23164d529d5df5e4068e2fce9738cbe6f11f823ccf20
|
||||||
nocross=yes
|
nocross=yes
|
||||||
system_accounts="kube"
|
system_accounts="kube"
|
||||||
make_dirs="/var/lib/kubelet 0755 kube kube"
|
make_dirs="/var/lib/kubelet 0755 kube kube"
|
||||||
|
|
Loading…
Reference in New Issue