Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cac25437
Commit
cac25437
authored
Aug 13, 2021
by
Alexander Tanayno
Committed by
Nick Gaskill
Aug 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about invalid version error
parent
01d9cce7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
doc/user/packages/helm_repository/index.md
doc/user/packages/helm_repository/index.md
+9
-0
No files found.
doc/user/packages/helm_repository/index.md
View file @
cac25437
...
...
@@ -90,3 +90,12 @@ helm repo update
To update the Helm client with the most currently available charts.
See
[
Using Helm
](
https://helm.sh/docs/intro/using_helm/
)
for more information.
## Troubleshooting
### The chart is not visible in the Package Registry after uploading
Check the
[
Sidekiq log
](
../../../administration/logs.md#sidekiqlog
)
for any related errors. If you see
`Validation failed: Version is invalid`
, it means that the
version in your
`Chart.yaml`
file does not follow
[
Helm Chart versioning specifications
](
https://helm.sh/docs/topics/charts/#charts-and-versioning
)
.
To fix the error, use the correct version syntax and upload the chart again.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment