diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 702cf939..a00ec301 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - helm-version: [v3.18.6, v3.20.1, v4.1.4] + helm-version: [v3.18.6, v3.20.2, v4.1.4] steps: - uses: actions/checkout@v6 with: @@ -105,12 +105,12 @@ jobs: plugin-secrets-version: 4.7.4 plugin-diff-version: 3.15.3 extra-helmfile-flags: '--enable-live-output' - - helm-version: v3.20.1 + - helm-version: v3.20.2 kustomize-version: v5.8.0 plugin-secrets-version: 4.7.4 plugin-diff-version: 3.15.3 extra-helmfile-flags: '' - - helm-version: v3.20.1 + - helm-version: v3.20.2 kustomize-version: v5.8.0 plugin-secrets-version: 4.7.4 plugin-diff-version: 3.15.3 diff --git a/go.mod b/go.mod index e5dd9821..ba2cb780 100644 --- a/go.mod +++ b/go.mod @@ -35,7 +35,7 @@ require ( golang.org/x/sync v0.20.0 golang.org/x/term v0.42.0 gopkg.in/yaml.v3 v3.0.1 - helm.sh/helm/v3 v3.20.1 + helm.sh/helm/v3 v3.20.2 helm.sh/helm/v4 v4.1.4 k8s.io/apimachinery v0.35.3 k8s.io/client-go v0.35.3 diff --git a/go.sum b/go.sum index 954533e0..6a5dedfa 100644 --- a/go.sum +++ b/go.sum @@ -1055,8 +1055,8 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/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.20.1 h1:T8PodUaH1UwNvE+imUA2mIKjJItY8g7CVvLVP5g4NzI= -helm.sh/helm/v3 v3.20.1/go.mod h1:Fl1kBaWCpkUrM6IYXPjQ3bdZQfFrogKArqptvueZ6Ww= +helm.sh/helm/v3 v3.20.2 h1:binM4rvPx5DcNsa1sIt7UZi55lRbu3pZUFmQkSoRh48= +helm.sh/helm/v3 v3.20.2/go.mod h1:Fl1kBaWCpkUrM6IYXPjQ3bdZQfFrogKArqptvueZ6Ww= helm.sh/helm/v4 v4.1.4 h1:zwTrNkalG4f7SYigRSdQnYrTj0QEz1qzetzAlYoDVSo= helm.sh/helm/v4 v4.1.4/go.mod h1:5dSo8rRgn3OTkDAc/k0Ipw5/Q+BlqKIKZwa0XwSiINI= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=