feat: bump helm version to 3.13.1 of tests (#1068)

This commit is contained in:
yxxhero 2023-10-16 18:08:52 -05:00 committed by GitHub
parent 2a109884e7
commit c1c1ad45bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -70,20 +70,20 @@ jobs:
plugin-diff-version: 3.8.1
extra-helmfile-flags: ''
v1mode: ''
- helm-version: v3.13.0
- helm-version: v3.13.1
kustomize-version: v4.4.1
plugin-secrets-version: 3.15.0
plugin-diff-version: 3.7.0
extra-helmfile-flags: ''
v1mode: ''
- helm-version: v3.13.0
- helm-version: v3.13.1
kustomize-version: v4.5.7
plugin-secrets-version: 4.0.0
plugin-diff-version: 3.8.1
extra-helmfile-flags: ''
v1mode: ''
# Helmfile v1
- helm-version: v3.13.0
- helm-version: v3.13.1
kustomize-version: v4.5.7
plugin-secrets-version: 4.0.0
plugin-diff-version: 3.8.1
@ -91,7 +91,7 @@ jobs:
v1mode: 'true'
# In case you need to test some optional helmfile features,
# enable it via extra-helmfile-flags below.
- helm-version: v3.13.0
- helm-version: v3.13.1
kustomize-version: v4.5.7
plugin-secrets-version: 4.0.0
plugin-diff-version: 3.8.1

View File

@ -18,7 +18,7 @@ import (
const (
HelmRequiredVersion = "v3.12.3"
HelmRecommendedVersion = "v3.13.0"
HelmRecommendedVersion = "v3.13.1"
HelmDiffRecommendedVersion = "v3.8.1"
HelmSecretsRecommendedVersion = "v4.1.1"
HelmGitRecommendedVersion = "v0.12.0"

View File

@ -3156,7 +3156,7 @@ func TestGetOCIQualifiedChartName(t *testing.T) {
},
},
},
helmVersion: "3.13.0",
helmVersion: "3.13.1",
expected: []struct {
qualifiedChartName string
chartName string
@ -3177,7 +3177,7 @@ func TestGetOCIQualifiedChartName(t *testing.T) {
},
},
},
helmVersion: "3.13.0",
helmVersion: "3.13.1",
wantErr: true,
},
{
@ -3212,7 +3212,7 @@ func TestGetOCIQualifiedChartName(t *testing.T) {
},
},
},
helmVersion: "3.13.0",
helmVersion: "3.13.1",
expected: []struct {
qualifiedChartName string
chartName string