From aed183926e9aa2d17a137313c634929cbedcc497 Mon Sep 17 00:00:00 2001 From: Sachin Kamboj Date: Tue, 14 May 2024 08:36:28 -0400 Subject: [PATCH] Update the versions to the latest Signed-off-by: Sachin Kamboj --- .github/workflows/helm-test.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index 971a461..2fcf894 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -1,6 +1,6 @@ name: Helm Test on: - pull_request: + pull_request: jobs: helm_test: runs-on: ubuntu-latest @@ -11,23 +11,23 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.22 - name: Install Tools shell: bash id: tool-versions env: - TILT_TOOL_CTLPTL_VERSION: "0.8.21" - TILT_TOOL_KIND_VERSION: "0.20.0" - TILT_TOOL_KUBECTL_VERSION: "1.27.3" - TILT_TOOL_HELM_VERSION: "3.12.2" - TILT_TOOL_TILT_VERSION: "0.33.3" + TILT_TOOL_CTLPTL_VERSION: "0.8.28" + TILT_TOOL_KIND_VERSION: "0.23.0" + TILT_TOOL_KUBECTL_VERSION: "1.30.0" + TILT_TOOL_HELM_VERSION: "3.14.4" + TILT_TOOL_TILT_VERSION: "0.33.13" run: | # Create Tools Directory TOOLS_DIR=/opt/helm_tools mkdir -p "${TOOLS_DIR}" - + # Download ctlptl echo "Downloading ctlptl" curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v${TILT_TOOL_CTLPTL_VERSION}/ctlptl.${TILT_TOOL_CTLPTL_VERSION}.linux.x86_64.tar.gz | sudo tar -xzv -C "${TOOLS_DIR}" ctlptl