[helm] upgrade to 3.9.2 (#9115)
This commit is contained in:
parent
8306adb102
commit
65d95d767a
2 changed files with 6 additions and 6 deletions
|
@ -155,7 +155,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
||||||
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.3.0
|
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.3.0
|
||||||
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3
|
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3
|
||||||
- [argocd](https://argoproj.github.io/) v2.4.3
|
- [argocd](https://argoproj.github.io/) v2.4.3
|
||||||
- [helm](https://helm.sh/) v3.8.2
|
- [helm](https://helm.sh/) v3.9.2
|
||||||
- [metallb](https://metallb.universe.tf/) v0.12.1
|
- [metallb](https://metallb.universe.tf/) v0.12.1
|
||||||
- [registry](https://github.com/distribution/distribution) v2.7.1
|
- [registry](https://github.com/distribution/distribution) v2.7.1
|
||||||
- Storage Plugin
|
- Storage Plugin
|
||||||
|
|
|
@ -115,7 +115,7 @@ kube_ovn_version: "v1.9.7"
|
||||||
kube_ovn_dpdk_version: "19.11-{{ kube_ovn_version }}"
|
kube_ovn_dpdk_version: "19.11-{{ kube_ovn_version }}"
|
||||||
kube_router_version: "v1.5.0"
|
kube_router_version: "v1.5.0"
|
||||||
multus_version: "v3.8-{{ image_arch }}"
|
multus_version: "v3.8-{{ image_arch }}"
|
||||||
helm_version: "v3.8.2"
|
helm_version: "v3.9.2"
|
||||||
nerdctl_version: "0.20.0"
|
nerdctl_version: "0.20.0"
|
||||||
krew_version: "v0.4.3"
|
krew_version: "v0.4.3"
|
||||||
|
|
||||||
|
@ -604,13 +604,13 @@ krew_archive_checksums:
|
||||||
|
|
||||||
helm_archive_checksums:
|
helm_archive_checksums:
|
||||||
arm:
|
arm:
|
||||||
v3.8.2: 3447782673a8dec87f0736d3fcde5c2af6316b0dd19f43b7ffaf873e4f5a486e
|
v3.9.2: fb9f0c1c9475c66c2b3579b908c181d519761bbfae963ffac860bc683a2253de
|
||||||
arm64:
|
arm64:
|
||||||
v3.8.2: 238db7f55e887f9c1038b7e43585b84389a05fff5424e70557886cad1635b3ce
|
v3.9.2: e4e2f9aad786042d903534e3131bc5300d245c24bbadf64fc46cca1728051dbc
|
||||||
amd64:
|
amd64:
|
||||||
v3.8.2: 6cb9a48f72ab9ddfecab88d264c2f6508ab3cd42d9c09666be16a7bf006bed7b
|
v3.9.2: 3f5be38068a1829670440ccf00b3b6656fd90d0d9cfd4367539f3b13e4c20531
|
||||||
ppc64le:
|
ppc64le:
|
||||||
v3.8.2: 144fcfface6dc99295c1cfdd39238f188c601b96472e933e17054eddd1acb8fa
|
v3.9.2: 85ae9bc357095917cdb2d801b7eb62926f3fed6c2dcf07e1280809ad2af3daa9
|
||||||
|
|
||||||
cri_dockerd_archive_checksums:
|
cri_dockerd_archive_checksums:
|
||||||
arm:
|
arm:
|
||||||
|
|
Loading…
Reference in a new issue