From be36e8231021e7d9b7f8f47811f8434c770b1bfa Mon Sep 17 00:00:00 2001 From: Masahiro Kondo Date: Sat, 21 Oct 2023 11:16:51 +0900 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 883c6f7..e11db08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,11 @@ jobs: - name: Test run: | ls -l ~/bin - helmfile --version - kubectl version --client - helm version - helm plugin list + helmfile --version | grep 0.148.1 + kubectl version --client --short | grep 1.24.7 + helm version | grep v3.10.2 + helm plugin list | grep diff + helm plugin list | grep s3 install_helmfile_with_version: runs-on: ubuntu-latest