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:
Sergiy Markin 2023-12-19 18:22:08 +00:00
parent c1da28f637
commit 4e96a3ee3e
10 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@ IMAGE_COREDNS=coredns/coredns:1.9.4
IMAGE_DEP_CHECK=quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 IMAGE_DEP_CHECK=quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
IMAGE_ETCD=quay.io/coreos/etcd:v3.5.6 IMAGE_ETCD=quay.io/coreos/etcd:v3.5.6
IMAGE_HAPROXY=haproxy:1.8.3 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_APISERVER=registry.k8s.io/kube-apiserver-amd64:v1.28.4
IMAGE_CONTROLLER_MANAGER=registry.k8s.io/kube-controller-manager-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 IMAGE_SCHEDULER=registry.k8s.io/kube-scheduler-amd64:v1.28.4

View File

@ -17,7 +17,7 @@
set -x set -x
HELM=$1 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 { function install_helm_binary {

View File

@ -17,7 +17,7 @@
set -eux set -eux
HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm-infra.git"} HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm-infra.git"}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"a7cd689280cdbc0acd04a7a1b745941260e8700b"} HTK_STABLE_COMMIT=${HTK_COMMIT:-"13c1d8cd3866bb026cce6e5d80555edfd0afa845"}

View File

@ -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-controller-manager-amd64,v1.28.4,controller-manager
registry.k8s.io/kube-scheduler-amd64,v1.28.4,scheduler registry.k8s.io/kube-scheduler-amd64,v1.28.4,scheduler
registry.k8s.io/kube-proxy-amd64,v1.28.4,proxy 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,master,armada
quay.io/airshipit/armada-operator,latest,armada-operator quay.io/airshipit/armada-operator,latest,armada-operator
quay.io/calico/cni,v3.4.0,calico-cni quay.io/calico/cni,v3.4.0,calico-cni