kubernetes: update to 1.23.3.
This commit is contained in:
parent
eadfeffd10
commit
4ccaf076d2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kubernetes'
|
# Template file for 'kubernetes'
|
||||||
pkgname=kubernetes
|
pkgname=kubernetes
|
||||||
version=1.23.0
|
version=1.23.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* ppc64le*"
|
archs="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=5b4a27cbf0675a5d5e5228a58795bc76a0ec13df71ad5b423caa240bef2c574d
|
checksum=cd9b217b7b82e885533f9c315ac7365cc8d2c0760bfb1da281a249f061908457
|
||||||
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 a new issue