From 685f514b358cbff9b2ae3e636330e0bd838bce8f Mon Sep 17 00:00:00 2001 From: yxxhero Date: Fri, 17 May 2024 06:59:50 +0800 Subject: [PATCH 1/2] bump helm to 3.15.0 Signed-off-by: yxxhero --- .github/workflows/ci.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 91b33611..769f470f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,34 +43,34 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] shell: [ default ] experimental: [ false ] - helm-version: [ v3.13.3, v3.14.3 ] + helm-version: [ v3.14.5, v3.15.0 ] include: - os: windows-latest shell: wsl experimental: false - helm-version: v3.13.3 + helm-version: v3.14.5 - os: windows-latest shell: cygwin experimental: false - helm-version: v3.13.3 + helm-version: v3.14.5 - os: ubuntu-latest container: alpine shell: sh experimental: false - helm-version: v3.13.3 + helm-version: v3.14.5 - os: windows-latest shell: wsl experimental: false - helm-version: v3.14.3 + helm-version: v3.15.0 - os: windows-latest shell: cygwin experimental: false - helm-version: v3.14.3 + helm-version: v3.15.0 - os: ubuntu-latest container: alpine shell: sh experimental: false - helm-version: v3.14.3 + helm-version: v3.15.0 steps: - name: Disable autocrlf @@ -110,8 +110,8 @@ jobs: # Helm maintains the latest minor version only and therefore each Helmfile version supports 2 Helm minor versions. # That's why we cover only 2 Helm minor versions in this matrix. # See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context. - - helm-version: v3.13.3 - - helm-version: v3.14.3 + - helm-version: v3.14.5 + - helm-version: v3.15.0 steps: - uses: engineerd/setup-kind@v0.5.0 with: From 97f7e4140eb123635be8bdf1fb50858ee76506c6 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Fri, 17 May 2024 07:08:52 +0800 Subject: [PATCH 2/2] fix small issue Signed-off-by: yxxhero --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 769f470f..5966f441 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,21 +43,21 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] shell: [ default ] experimental: [ false ] - helm-version: [ v3.14.5, v3.15.0 ] + helm-version: [ v3.14.4, v3.15.0 ] include: - os: windows-latest shell: wsl experimental: false - helm-version: v3.14.5 + helm-version: v3.14.4 - os: windows-latest shell: cygwin experimental: false - helm-version: v3.14.5 + helm-version: v3.14.4 - os: ubuntu-latest container: alpine shell: sh experimental: false - helm-version: v3.14.5 + helm-version: v3.14.4 - os: windows-latest shell: wsl experimental: false @@ -110,7 +110,7 @@ jobs: # Helm maintains the latest minor version only and therefore each Helmfile version supports 2 Helm minor versions. # That's why we cover only 2 Helm minor versions in this matrix. # See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context. - - helm-version: v3.14.5 + - helm-version: v3.14.4 - helm-version: v3.15.0 steps: - uses: engineerd/setup-kind@v0.5.0