Skip to content

Commit 5b1c274

Browse files
authored
build: update Helm to v3.18.1 in CI and go.mod (#791)
Signed-off-by: yxxhero <aiopsclub@163.com>
1 parent 1024c53 commit 5b1c274

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@ jobs:
4343
os: [ubuntu-latest, macos-latest, windows-latest]
4444
shell: [ default ]
4545
experimental: [ false ]
46-
helm-version: [ v3.18.0, v3.17.3 ]
46+
helm-version: [ v3.18.1, v3.17.3 ]
4747
include:
4848
- os: windows-latest
4949
shell: wsl
5050
experimental: false
51-
helm-version: v3.18.0
51+
helm-version: v3.18.1
5252
- os: windows-latest
5353
shell: cygwin
5454
experimental: false
55-
helm-version: v3.18.0
55+
helm-version: v3.18.1
5656
- os: ubuntu-latest
5757
container: alpine
5858
shell: sh
5959
experimental: false
60-
helm-version: v3.18.0
60+
helm-version: v3.18.1
6161
- os: windows-latest
6262
shell: wsl
6363
experimental: false
@@ -110,7 +110,7 @@ jobs:
110110
# Helm maintains the latest minor version only and therefore each Helmfile version supports 2 Helm minor versions.
111111
# That's why we cover only 2 Helm minor versions in this matrix.
112112
# See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context.
113-
- helm-version: v3.18.0
113+
- helm-version: v3.18.1
114114
- helm-version: v3.17.3
115115
steps:
116116
- uses: engineerd/setup-kind@v0.6.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/stretchr/testify v1.10.0
1818
golang.org/x/term v0.32.0
1919
gopkg.in/yaml.v2 v2.4.0
20-
helm.sh/helm/v3 v3.18.0
20+
helm.sh/helm/v3 v3.18.1
2121
k8s.io/api v0.33.1
2222
k8s.io/apiextensions-apiserver v0.33.1
2323
k8s.io/apimachinery v0.33.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
447447
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
448448
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
449449
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
450-
helm.sh/helm/v3 v3.18.0 h1:ItOAm3Quo0dus3NUHjs+lluqWWEIO7xrSW+zKWCrvlw=
451-
helm.sh/helm/v3 v3.18.0/go.mod h1:43QHS1W97RcoFJRk36ZBhHdTfykqBlJdsWp3yhzdq8w=
450+
helm.sh/helm/v3 v3.18.1 h1:qLhXmtqXOHQb0Xv9HJolOLlah8RWbgyzt50xrtTWAlg=
451+
helm.sh/helm/v3 v3.18.1/go.mod h1:43QHS1W97RcoFJRk36ZBhHdTfykqBlJdsWp3yhzdq8w=
452452
k8s.io/api v0.33.1 h1:tA6Cf3bHnLIrUK4IqEgb2v++/GYUtqiu9sRVk3iBXyw=
453453
k8s.io/api v0.33.1/go.mod h1:87esjTn9DRSRTD4fWMXamiXxJhpOIREjWOSjsW1kEHw=
454454
k8s.io/apiextensions-apiserver v0.33.1 h1:N7ccbSlRN6I2QBcXevB73PixX2dQNIW0ZRuguEE91zI=

0 commit comments

Comments
 (0)