From c7bd7440b67a0cc083f201249cef3490e42a7c75 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Tue, 3 Jun 2025 05:18:19 +0800 Subject: [PATCH] build: update Helm to v3.18.2 in CI and go.mod Signed-off-by: yxxhero --- .github/workflows/ci.yaml | 10 +++++----- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87bbcfdc..aed5843c 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.18.1, v3.17.3 ] + helm-version: [ v3.18.2, v3.17.3 ] include: - os: windows-latest shell: wsl experimental: false - helm-version: v3.18.1 + helm-version: v3.18.2 - os: windows-latest shell: cygwin experimental: false - helm-version: v3.18.1 + helm-version: v3.18.2 - os: ubuntu-latest container: alpine shell: sh experimental: false - helm-version: v3.18.1 + helm-version: v3.18.2 - 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.18.1 + - helm-version: v3.18.2 - helm-version: v3.17.3 steps: - uses: engineerd/setup-kind@v0.6.2 diff --git a/go.mod b/go.mod index 452bd4db..06854ac9 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/stretchr/testify v1.10.0 golang.org/x/term v0.32.0 gopkg.in/yaml.v2 v2.4.0 - helm.sh/helm/v3 v3.18.1 + helm.sh/helm/v3 v3.18.2 k8s.io/api v0.33.1 k8s.io/apiextensions-apiserver v0.33.1 k8s.io/apimachinery v0.33.1 diff --git a/go.sum b/go.sum index 3b2e6720..559be98f 100644 --- a/go.sum +++ b/go.sum @@ -447,8 +447,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -helm.sh/helm/v3 v3.18.1 h1:qLhXmtqXOHQb0Xv9HJolOLlah8RWbgyzt50xrtTWAlg= -helm.sh/helm/v3 v3.18.1/go.mod h1:43QHS1W97RcoFJRk36ZBhHdTfykqBlJdsWp3yhzdq8w= +helm.sh/helm/v3 v3.18.2 h1:mPQP/HHYjNEDAztAK50dD6uxTCNV1zSVU38WwSVdw9M= +helm.sh/helm/v3 v3.18.2/go.mod h1:43QHS1W97RcoFJRk36ZBhHdTfykqBlJdsWp3yhzdq8w= k8s.io/api v0.33.1 h1:tA6Cf3bHnLIrUK4IqEgb2v++/GYUtqiu9sRVk3iBXyw= k8s.io/api v0.33.1/go.mod h1:87esjTn9DRSRTD4fWMXamiXxJhpOIREjWOSjsW1kEHw= k8s.io/apiextensions-apiserver v0.33.1 h1:N7ccbSlRN6I2QBcXevB73PixX2dQNIW0ZRuguEE91zI=