Browse Source

[helm] upgrade to 3.11.2 (#9951)

pull/9953/head
Mohamed Omar Zaian 1 year ago
committed by GitHub
parent
commit
c00cea7b17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions
  1. 2
      README.md
  2. 10
      roles/download/defaults/main.yml

2
README.md

@ -176,7 +176,7 @@ Note: Upstart/SysV init based OS types are not supported.
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.6.4
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3
- [argocd](https://argoproj.github.io/) v2.6.3
- [helm](https://helm.sh/) v3.11.1
- [helm](https://helm.sh/) v3.11.2
- [metallb](https://metallb.universe.tf/) v0.12.1
- [registry](https://github.com/distribution/distribution) v2.8.1
- Storage Plugin

10
roles/download/defaults/main.yml

@ -127,7 +127,7 @@ kube_ovn_version: "v1.10.7"
kube_ovn_dpdk_version: "19.11-{{ kube_ovn_version }}"
kube_router_version: "v1.5.1"
multus_version: "v3.8-{{ image_arch }}"
helm_version: "v3.11.1"
helm_version: "v3.11.2"
nerdctl_version: "1.0.0"
krew_version: "v0.4.3"
skopeo_version: v1.10.0
@ -660,13 +660,13 @@ krew_archive_checksums:
helm_archive_checksums:
arm:
v3.11.1: 77b797134ea9a121f2ede9d159a43a8b3895a9ff92cc24b71b77fb726d9eba6d
v3.11.2: 444b65100e224beee0a3a3a54cb19dad37388fa9217ab2782ba63551c4a2e128
arm64:
v3.11.1: 919173e8fb7a3b54d76af9feb92e49e86d5a80c5185020bae8c393fa0f0de1e8
v3.11.2: 0a60baac83c3106017666864e664f52a4e16fbd578ac009f9a85456a9241c5db
amd64:
v3.11.1: 0b1be96b66fab4770526f136f5f1a385a47c41923d33aab0dcb500e0f6c1bf7c
v3.11.2: 781d826daec584f9d50a01f0f7dadfd25a3312217a14aa2fbb85107b014ac8ca
ppc64le:
v3.11.1: 6ab8f2e253c115b17eda1e10e96d1637047efd315e9807bcb1d0d0bcad278ab7
v3.11.2: 04cbb8d053f2d8023e5cc6b771e9fa384fdd341eb7193a0fb592b7e2a036bf3d
cri_dockerd_archive_checksums:
arm:

Loading…
Cancel
Save