From 5c6408eb485c32849c1e7c0cef2d87765ee95e43 Mon Sep 17 00:00:00 2001 From: Sven27 Date: Tue, 17 Dec 2024 20:29:54 +0530 Subject: [PATCH] updates with tested images final1 --- emp/custom-registry/emp_image_helper.sh | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/emp/custom-registry/emp_image_helper.sh b/emp/custom-registry/emp_image_helper.sh index 082617e..1eac5fc 100755 --- a/emp/custom-registry/emp_image_helper.sh +++ b/emp/custom-registry/emp_image_helper.sh @@ -58,17 +58,12 @@ IMAGES="$IMAGES public.ecr.aws/platform9/kube-state-metrics/kube-state-metrics:v IMAGES="$IMAGES public.ecr.aws/platform9/prometheus/node-exporter:v1.8.0" IMAGES="$IMAGES public.ecr.aws/platform9/prometheus/prometheus:v2.52.0" IMAGES="$IMAGES public.ecr.aws/platform9/prometheus-operator/prometheus-config-reloader:v0.73.2" -IMAGES="$IMAGES public.ecr.aws/platform9/grafana/promtail:2.9.3" IMAGES="$IMAGES public.ecr.aws/platform9/eks-distro/kubernetes-csi/external-provisioner:v3.4.0-eks-1-27-latest" IMAGES="$IMAGES public.ecr.aws/platform9/eks-distro/kubernetes-csi/node-driver-registrar:v2.7.0-eks-1-27-latest" -IMAGES="$IMAGES public.ecr.aws/platform9/jetstack/cert-manager-controller:v1.14.4" -IMAGES="$IMAGES public.ecr.aws/platform9/jetstack/cert-manager-webhook:v1.14.4" -IMAGES="$IMAGES public.ecr.aws/platform9/jetstack/cert-manager-cainjector:v1.14.4" IMAGES="$IMAGES public.ecr.aws/platform9/pause:3.1" IMAGES="$IMAGES public.ecr.aws/platform9/kubevirt/cdi-apiserver:v1.59.1" IMAGES="$IMAGES public.ecr.aws/platform9/eks-distro/kubernetes-csi/external-provisioner:v3.4.0-eks-1-27-latest" IMAGES="$IMAGES public.ecr.aws/platform9/sig-storage/snapshot-controller:v8.0.1" -IMAGES="$IMAGES public.ecr.aws/platform9/eks-distro/kubernetes-csi/node-driver-registrar:v2.7.0-eks-1-27-latest" IMAGES="$IMAGES public.ecr.aws/platform9/eks-distro/kubernetes-csi/external-snapshotter/csi-snapshotter:v7.0.1-eks-1-29-7" IMAGES="$IMAGES public.ecr.aws/platform9/aws-ebs-csi-driver:0.2.0" @@ -106,17 +101,23 @@ IMAGES="$IMAGES public.ecr.aws/platform9/nfs-server:1.1.189" IMAGES="$IMAGES public.ecr.aws/platform9/evm-stack-controller-manager:1.0.376" IMAGES="$IMAGES public.ecr.aws/platform9/pmk-vpc-cni:1.1.152" IMAGES="$IMAGES public.ecr.aws/platform9/emp-pmk-init:1.1.190" -IMAGES="$IMAGES public.ecr.aws/platform9/eks-vol-watcher:1.0.376" IMAGES="$IMAGES public.ecr.aws/platform9/cni-metrics-helper:1.1.152" -IMAGES="$IMAGES public.ecr.aws/platform9/emp-webhook-eks:1.1.21" -IMAGES="$IMAGES public.ecr.aws/platform9/evm-vpc-cni:1.1.81" -IMAGES="$IMAGES public.ecr.aws/platform9/evm-autoscaler:1.1.132" IMAGES="$IMAGES public.ecr.aws/platform9/emp-pod-webhook:1.1.223" IMAGES="$IMAGES public.ecr.aws/platform9/pmk-vpc-cni-init:1.1.152" -IMAGES="$IMAGES public.ecr.aws/platform9/evm-vpc-cni-init:1.1.80" + +#EKS images +IMAGES="$IMAGES public.ecr.aws/platform9/jetstack/cert-manager-controller:v1.14.4" +IMAGES="$IMAGES public.ecr.aws/platform9/jetstack/cert-manager-webhook:v1.14.4" +IMAGES="$IMAGES public.ecr.aws/platform9/jetstack/cert-manager-cainjector:v1.14.4" +IMAGES="$IMAGES public.ecr.aws/platform9/emp-webhook-eks:1.1.22" +IMAGES="$IMAGES public.ecr.aws/platform9/evm-autoscaler:1.1.132" +IMAGES="$IMAGES public.ecr.aws/platform9/evm-vpc-cni:1.1.81" +IMAGES="$IMAGES public.ecr.aws/platform9/evm-vpc-cni-init:1.1.81" +IMAGES="$IMAGES public.ecr.aws/platform9/eks-vol-watcher:1.0.376" +IMAGES="$IMAGES public.ecr.aws/platform9/grafana/promtail:2.9.3" #Charts -IMAGES="$IMAGES public.ecr.aws/platform9/emp-helm-charts/eks-cluster-chart:1.1.704" +IMAGES="$IMAGES public.ecr.aws/platform9/emp-helm-charts/eks-cluster-chart:1.1.739" IMAGES="$IMAGES public.ecr.aws/platform9/emp-helm-charts/baremetal-chart:1.1.850" IMAGES="$IMAGES public.ecr.aws/platform9/emp-helm-charts/cert-manager:1.14.4" IMAGES="$IMAGES public.ecr.aws/platform9/emp-helm-charts/promtail:6.15.5"