Helm version uplift

This PS updates HELM to v3.12.2

Change-Id: I5f0b76e68c75e4ed0532e4c7d7d37848231256f7
This commit is contained in:
Sergiy Markin 2023-08-28 18:31:36 +00:00
parent bbac71fcc9
commit e1ea46dd55
9 changed files with 9 additions and 9 deletions

View File

@ -85,7 +85,7 @@ data:
monitoring_image: &busybox busybox:1.28.3
haproxy: haproxy:1.8.3
helm:
helm: lachlanevenson/k8s-helm:v3.9.4
helm: lachlanevenson/k8s-helm:v3.12.2
packages:
common:
repositories:

View File

@ -85,7 +85,7 @@ data:
monitoring_image: busybox:1.28.3
haproxy: haproxy:1.8.3
helm:
helm: lachlanevenson/k8s-helm:v3.9.4
helm: lachlanevenson/k8s-helm:v3.12.2
packages:
common:
repositories:

View File

@ -85,7 +85,7 @@ data:
monitoring_image: &busybox busybox:1.28.3
haproxy: haproxy:1.8.3
helm:
helm: lachlanevenson/k8s-helm:v3.9.4
helm: lachlanevenson/k8s-helm:v3.12.2
packages:
common:
additional:

View File

@ -85,7 +85,7 @@ data:
monitoring_image: &busybox busybox:1.28.3
haproxy: haproxy:1.8.3
helm:
helm: lachlanevenson/k8s-helm:v3.9.4
helm: lachlanevenson/k8s-helm:v3.12.2
packages:
common:
repositories:

View File

@ -152,7 +152,7 @@ VALID_DOCS = [
'images': {
'haproxy': 'haproxy:1.8.3',
'helm': {
'helm': 'lachlanevenson/k8s-helm:v3.9.4'
'helm': 'lachlanevenson/k8s-helm:v3.12.2'
}
},
'packages': {

View File

@ -38,7 +38,7 @@ data:
monitoring_image: &busybox busybox:1.28.3
haproxy: haproxy:1.8.3
helm:
helm: lachlanevenson/k8s-helm:v3.9.4
helm: lachlanevenson/k8s-helm:v3.12.2
packages:
common:
repositories:

View File

@ -7,7 +7,7 @@ IMAGE_COREDNS=coredns/coredns:1.9.4
IMAGE_DEP_CHECK=quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
IMAGE_ETCD=quay.io/coreos/etcd:v3.5.6
IMAGE_HAPROXY=haproxy:1.8.3
IMAGE_HELM=lachlanevenson/k8s-helm:v3.9.4
IMAGE_HELM=lachlanevenson/k8s-helm:v3.12.2
IMAGE_APISERVER=registry.k8s.io/kube-apiserver-amd64:v1.27.4
IMAGE_CONTROLLER_MANAGER=registry.k8s.io/kube-controller-manager-amd64:v1.27.4
IMAGE_SCHEDULER=registry.k8s.io/kube-scheduler-amd64:v1.27.4

View File

@ -17,7 +17,7 @@
set -x
HELM=$1
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://get.helm.sh/helm-v3.9.4-linux-amd64.tar.gz"}
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://get.helm.sh/helm-v3.12.2-linux-amd64.tar.gz"}
function install_helm_binary {

View File

@ -5,7 +5,7 @@ registry.k8s.io/kube-apiserver-amd64,v1.27.4,apiserver
registry.k8s.io/kube-controller-manager-amd64,v1.27.4,controller-manager
registry.k8s.io/kube-scheduler-amd64,v1.27.4,scheduler
registry.k8s.io/kube-proxy-amd64,v1.27.4,proxy
lachlanevenson/k8s-helm,v3.9.4,helm
lachlanevenson/k8s-helm,v3.12.2,helm
quay.io/airshipit/armada,master,armada
quay.io/calico/cni,v3.4.0,calico-cni
quay.io/calico/ctl,v3.4.0,calico-ctl