We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f14e63 commit 1de6f8eCopy full SHA for 1de6f8e
pkg/helm/helm.go
@@ -84,7 +84,7 @@ func CreateOrUpdateHelmIndex(ctx context.Context, rootFs billy.Filesystem) error
84
// Only -alpha., -beta., and -rc. prerelease identifiers are allowed
85
// Returns an error if any version contains an invalid prerelease identifier
86
func CheckVersionStandards(ctx context.Context, new *helmRepo.IndexFile) error {
87
- allowedPrereleases := []string{"-alpha.", "-beta.", "-rc", "-rancher."}
+ allowedPrereleases := []string{"-alpha.", "-beta.", "-rc", "-rancher"}
88
logger.Log(ctx, slog.LevelInfo, "checking version standars", slog.Any("allowed", allowedPrereleases))
89
90
for chartName, chartVersions := range new.Entries {
0 commit comments