diff --git a/marketplace/deployer_envsubst_base/Dockerfile b/marketplace/deployer_envsubst_base/Dockerfile index 4064c026..5c3ece29 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.23.13 1.24.7 1.25.4; \ +RUN for full_version in 1.24.10 1.24.10 1.26.2; \ do \ version=${full_version%.*} \ && mkdir -p /opt/kubectl/$version \ diff --git a/marketplace/deployer_helm_base/Dockerfile b/marketplace/deployer_helm_base/Dockerfile index 15c73da7..5272ef9d 100644 --- a/marketplace/deployer_helm_base/Dockerfile +++ b/marketplace/deployer_helm_base/Dockerfile @@ -17,7 +17,7 @@ RUN pip3 install \ pyyaml \ six -RUN for full_version in 1.23.13 1.24.7 1.25.4; \ +RUN for full_version in 1.24.10 1.24.10 1.26.2; \ do \ version=${full_version%.*} \ && mkdir -p /opt/kubectl/$version \ @@ -29,7 +29,7 @@ RUN ln -s /opt/kubectl/1.24 /opt/kubectl/default RUN mkdir -p /bin/helm-downloaded \ && wget -q -O /bin/helm-downloaded/helm.tar.gz \ - https://get.helm.sh/helm-v3.10.3-linux-amd64.tar.gz \ + https://get.helm.sh/helm-v3.11.2-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 97011d6c..71a95a89 100644 --- a/marketplace/dev/Dockerfile +++ b/marketplace/dev/Dockerfile @@ -27,7 +27,7 @@ RUN pip3 install \ pyyaml \ six -RUN for full_version in 1.23.13 1.24.7 1.25.4; \ +RUN for full_version in 1.24.10 1.24.10 1.26.2; \ do \ version=${full_version%.*} \ && mkdir -p /opt/kubectl/$version \ @@ -44,7 +44,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker RUN mkdir -p /bin/helm-downloaded \ && wget -q -O /bin/helm-downloaded/helm.tar.gz \ - https://get.helm.sh/helm-v3.10.3-linux-amd64.tar.gz \ + https://get.helm.sh/helm-v3.11.2-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