Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some more cases to the tests for chars encoding (#3758) #3998

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

castelblanque
Copy link
Collaborator

Signed-off-by: Rafa Castelblanque rcastelblanq@vmware.com

Description of the change

Extension of tests introduced in #3758 to cover characters other than space in chart names, although Helm specifies that chart names must contain only lower case letters and numbers. Words may be separated with dashes (-). See Helm general conventions.

Therefore, the special characters tested in this PR won't have effect for Helm, as it will fail if chart contains them. Maybe for systems other than Helm is useful.

Benefits

Bit more test coverage for special characters encoding on chart names

Possible drawbacks

N/A

Applicable issues

Additional information

Maybe we should limit the possible characters available for package names.

Signed-off-by: Rafa Castelblanque <rcastelblanq@vmware.com>
Copy link
Contributor

@antgamdia antgamdia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thank you!

@castelblanque castelblanque merged commit 85b420d into master Jan 3, 2022
@castelblanque castelblanque deleted the 3758-helm-repo-name-special branch January 3, 2022 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problems with charts with spaces in their name
2 participants