Helm toolkit uplift
This PS uplifts HTK version 0.2.59 and updates helm version to v3.13.2 Change-Id: I631d8c21a016e6cc54a70e4450794fffceefc5cf
This commit is contained in:
parent
c1da28f637
commit
4e96a3ee3e
@ -85,7 +85,7 @@ data:
|
||||
monitoring_image: &busybox busybox:1.28.3
|
||||
haproxy: haproxy:1.8.3
|
||||
helm:
|
||||
helm: lachlanevenson/k8s-helm:v3.12.2
|
||||
helm: lachlanevenson/k8s-helm:v3.13.2
|
||||
packages:
|
||||
common:
|
||||
repositories:
|
||||
|
@ -85,7 +85,7 @@ data:
|
||||
monitoring_image: busybox:1.28.3
|
||||
haproxy: haproxy:1.8.3
|
||||
helm:
|
||||
helm: lachlanevenson/k8s-helm:v3.12.2
|
||||
helm: lachlanevenson/k8s-helm:v3.13.2
|
||||
packages:
|
||||
common:
|
||||
repositories:
|
||||
|
@ -85,7 +85,7 @@ data:
|
||||
monitoring_image: &busybox busybox:1.28.3
|
||||
haproxy: haproxy:1.8.3
|
||||
helm:
|
||||
helm: lachlanevenson/k8s-helm:v3.12.2
|
||||
helm: lachlanevenson/k8s-helm:v3.13.2
|
||||
packages:
|
||||
common:
|
||||
additional:
|
||||
|
@ -85,7 +85,7 @@ data:
|
||||
monitoring_image: &busybox busybox:1.28.3
|
||||
haproxy: haproxy:1.8.3
|
||||
helm:
|
||||
helm: lachlanevenson/k8s-helm:v3.12.2
|
||||
helm: lachlanevenson/k8s-helm:v3.13.2
|
||||
packages:
|
||||
common:
|
||||
repositories:
|
||||
|
@ -153,7 +153,7 @@ VALID_DOCS = [
|
||||
'images': {
|
||||
'haproxy': 'haproxy:1.8.3',
|
||||
'helm': {
|
||||
'helm': 'lachlanevenson/k8s-helm:v3.12.2'
|
||||
'helm': 'lachlanevenson/k8s-helm:v3.13.2'
|
||||
}
|
||||
},
|
||||
'packages': {
|
||||
|
@ -38,7 +38,7 @@ data:
|
||||
monitoring_image: &busybox busybox:1.28.3
|
||||
haproxy: haproxy:1.8.3
|
||||
helm:
|
||||
helm: lachlanevenson/k8s-helm:v3.12.2
|
||||
helm: lachlanevenson/k8s-helm:v3.13.2
|
||||
packages:
|
||||
common:
|
||||
repositories:
|
||||
|
@ -8,7 +8,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.12.2
|
||||
IMAGE_HELM=lachlanevenson/k8s-helm:v3.13.2
|
||||
IMAGE_APISERVER=registry.k8s.io/kube-apiserver-amd64:v1.28.4
|
||||
IMAGE_CONTROLLER_MANAGER=registry.k8s.io/kube-controller-manager-amd64:v1.28.4
|
||||
IMAGE_SCHEDULER=registry.k8s.io/kube-scheduler-amd64:v1.28.4
|
||||
|
@ -17,7 +17,7 @@
|
||||
set -x
|
||||
|
||||
HELM=$1
|
||||
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://get.helm.sh/helm-v3.12.2-linux-amd64.tar.gz"}
|
||||
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://get.helm.sh/helm-v3.13.2-linux-amd64.tar.gz"}
|
||||
|
||||
|
||||
function install_helm_binary {
|
||||
|
@ -17,7 +17,7 @@
|
||||
set -eux
|
||||
|
||||
HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm-infra.git"}
|
||||
HTK_STABLE_COMMIT=${HTK_COMMIT:-"a7cd689280cdbc0acd04a7a1b745941260e8700b"}
|
||||
HTK_STABLE_COMMIT=${HTK_COMMIT:-"13c1d8cd3866bb026cce6e5d80555edfd0afa845"}
|
||||
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@ registry.k8s.io/kube-apiserver-amd64,v1.28.4,apiserver
|
||||
registry.k8s.io/kube-controller-manager-amd64,v1.28.4,controller-manager
|
||||
registry.k8s.io/kube-scheduler-amd64,v1.28.4,scheduler
|
||||
registry.k8s.io/kube-proxy-amd64,v1.28.4,proxy
|
||||
lachlanevenson/k8s-helm,v3.12.2,helm
|
||||
lachlanevenson/k8s-helm,v3.13.2,helm
|
||||
quay.io/airshipit/armada,master,armada
|
||||
quay.io/airshipit/armada-operator,latest,armada-operator
|
||||
quay.io/calico/cni,v3.4.0,calico-cni
|
||||
|
Loading…
Reference in New Issue
Block a user