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

fix(helm): allow numeric quoted strings as image tags #8120

Conversation

rexledesma
Copy link
Member

Summary & Motivation

A follow up to #7579. Although raw integers are supported, quoted integers and quoted floats are not. Fix that.

The root issue stems from helm/helm#1707. We cannot parse raw floats effectively, as they will get converted to scientific notation. They must be passed in as strings.

How I Tested These Changes

pytest

@vercel
Copy link

vercel bot commented May 31, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Updated
dagit-storybook ⬜️ Ignored (Inspect) May 31, 2022 at 8:49PM (UTC)
dagster ⬜️ Ignored (Inspect) May 31, 2022 at 8:49PM (UTC)

@rexledesma
Copy link
Member Author

rexledesma commented May 31, 2022

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@rexledesma rexledesma self-assigned this May 31, 2022
@rexledesma rexledesma force-pushed the rl/05-31-fix_helm_allow_numeric_quoted_strings_as_image_tags branch from 938e3a4 to 353d08d Compare May 31, 2022 20:47
@rexledesma rexledesma force-pushed the rl/05-31-fix_helm_allow_numeric_quoted_strings_as_image_tags branch from 353d08d to f61fcb7 Compare May 31, 2022 20:49
@rexledesma rexledesma merged commit 72c4e50 into master May 31, 2022
@rexledesma rexledesma deleted the rl/05-31-fix_helm_allow_numeric_quoted_strings_as_image_tags branch May 31, 2022 20:49
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.

None yet

2 participants