From 961476b37030e85788527c59bbbdda9b970031b0 Mon Sep 17 00:00:00 2001 From: aimee-889 Date: Fri, 23 Feb 2024 11:38:56 +0000 Subject: [PATCH] update only helm and kubernetes --- awx-ee/Dockerfile | 2 +- awx-ee/execution-environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx-ee/Dockerfile b/awx-ee/Dockerfile index 8ecec8e..64cf2b6 100644 --- a/awx-ee/Dockerfile +++ b/awx-ee/Dockerfile @@ -76,7 +76,7 @@ ARG ANSIBLE_INSTALL_REFS ARG PKGMGR ARG HELM_VERSION=3.13.3 -ARG TERRAFORM_VERSION=1.6.6 +ARG TERRAFORM_VERSION=1.5.4 ARG KUBECTL_VERSION=1.27.10 ARG OP_VERSION=2.24.0 RUN pip3 install --upgrade pip setuptools diff --git a/awx-ee/execution-environment.yml b/awx-ee/execution-environment.yml index 61fa0ec..e9d7c2b 100644 --- a/awx-ee/execution-environment.yml +++ b/awx-ee/execution-environment.yml @@ -20,7 +20,7 @@ options: additional_build_steps: prepend_final: | ARG HELM_VERSION=3.13.3 - ARG TERRAFORM_VERSION=1.6.6 + ARG TERRAFORM_VERSION=1.5.4 ARG KUBECTL_VERSION=1.27.10 ARG OP_VERSION=2.24.0 RUN pip3 install --upgrade pip setuptools