Browse Source

[helm] upgrade to 3.11.3 (#10022)

pull/10024/head
Mohamed Omar Zaian 1 year ago
committed by GitHub
parent
commit
dc7cf7ecd8
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

@ -183,7 +183,7 @@ Note: Upstart/SysV init based OS types are not supported.
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.7.0
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3
- [argocd](https://argoproj.github.io/) v2.6.7
- [helm](https://helm.sh/) v3.11.2
- [helm](https://helm.sh/) v3.11.3
- [metallb](https://metallb.universe.tf/) v0.13.9
- [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"
helm_version: "v3.11.2"
helm_version: "v3.11.3"
nerdctl_version: "1.0.0"
krew_version: "v0.4.3"
skopeo_version: v1.10.0
@ -665,13 +665,13 @@ krew_archive_checksums:
helm_archive_checksums:
arm:
v3.11.2: 444b65100e224beee0a3a3a54cb19dad37388fa9217ab2782ba63551c4a2e128
v3.11.3: 0816db0efd033c78c3cc1c37506967947b01965b9c0739fe13ec2b1eea08f601
arm64:
v3.11.2: 0a60baac83c3106017666864e664f52a4e16fbd578ac009f9a85456a9241c5db
v3.11.3: 9f58e707dcbe9a3b7885c4e24ef57edfb9794490d72705b33a93fa1f3572cce4
amd64:
v3.11.2: 781d826daec584f9d50a01f0f7dadfd25a3312217a14aa2fbb85107b014ac8ca
v3.11.3: ca2d5d40d4cdfb9a3a6205dd803b5bc8def00bd2f13e5526c127e9b667974a89
ppc64le:
v3.11.2: 04cbb8d053f2d8023e5cc6b771e9fa384fdd341eb7193a0fb592b7e2a036bf3d
v3.11.3: 9f0a8299152ec714cee7bdf61066ba83d34d614c63e97843d30815b55c942612
cri_dockerd_archive_checksums:
arm:

Loading…
Cancel
Save