diff --git a/marketplace/deployer_envsubst_base/Dockerfile b/marketplace/deployer_envsubst_base/Dockerfile index 3e662eea..93ce6651 100644 --- a/marketplace/deployer_envsubst_base/Dockerfile +++ b/marketplace/deployer_envsubst_base/Dockerfile @@ -17,7 +17,7 @@ RUN pip3 install \ pyyaml \ six -RUN for full_version in 1.27.8 1.29.1; \ +RUN for full_version in 1.27.3 1.28.3; \ do \ version=${full_version%.*} \ && mkdir -p /opt/kubectl/$version \ diff --git a/marketplace/deployer_helm_base/Dockerfile b/marketplace/deployer_helm_base/Dockerfile index 64956ac0..95d8fb03 100644 --- a/marketplace/deployer_helm_base/Dockerfile +++ b/marketplace/deployer_helm_base/Dockerfile @@ -16,7 +16,7 @@ RUN pip3 install \ pyOpenSSL \ pyyaml -RUN for full_version in 1.27.8 1.29.1; \ +RUN for full_version in 1.27.3 1.28.3; \ do \ version=${full_version%.*} \ && mkdir -p /opt/kubectl/$version \ @@ -28,7 +28,7 @@ RUN ln -s /opt/kubectl/1.27 /opt/kubectl/default RUN mkdir -p /bin/helm-downloaded \ && wget -q -O /bin/helm-downloaded/helm.tar.gz \ - https://get.helm.sh/helm-v3.14.3-linux-amd64.tar.gz \ + https://get.helm.sh/helm-v3.13.3-linux-amd64.tar.gz \ && tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \ && mv /bin/helm-downloaded/linux-amd64/helm /bin/ \ && rm -rf /bin/helm-downloaded diff --git a/marketplace/dev/Dockerfile b/marketplace/dev/Dockerfile index a19a4e19..6b51032c 100644 --- a/marketplace/dev/Dockerfile +++ b/marketplace/dev/Dockerfile @@ -25,7 +25,7 @@ RUN pip3 install \ pyOpenSSL \ pyyaml -RUN for full_version in 1.27.8 1.29.1; \ +RUN for full_version in 1.27.3 1.28.3; \ do \ version=${full_version%.*} \ && mkdir -p /opt/kubectl/$version \ @@ -41,7 +41,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker && apt-get -y install docker-ce RUN mkdir -p /bin/helm-downloaded \ && wget -q -O /bin/helm-downloaded/helm.tar.gz \ - https://get.helm.sh/helm-v3.14.3-linux-amd64.tar.gz \ + https://get.helm.sh/helm-v3.13.3-linux-amd64.tar.gz \ && tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \ && mv /bin/helm-downloaded/linux-amd64/helm /bin/ \ && rm -rf /bin/helm-downloaded