Skip to content

Commit ba065e9

Browse files
committed
Bump kubernetes lib for salt-master
1 parent ab9284b commit ba065e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/salt-master/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gpgkey=https://downloads.scality.com/repository/redhat/\$releasever/saltstack/%s
1818
&& microdnf update -y \
1919
&& microdnf install -y glibc-all-langpacks langpacks-en python3-pip epel-release \
2020
&& pip3 install "pip == 21.3.1" \
21-
&& pip3 install "protobuf ~= 3.19.4" "etcd3 != 0.11.0" "kubernetes ~= 12.0.1" \
21+
&& pip3 install "protobuf ~= 3.19.4" "etcd3 != 0.11.0" "kubernetes ~= 30.1.0" \
2222
&& microdnf install -y salt-master salt-api salt-ssh openssh-clients procps-ng \
2323
&& microdnf remove -y epel-release \
2424
&& microdnf clean all

0 commit comments

Comments
 (0)