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(bakeManifest): revert to set-string #439

Merged
merged 1 commit into from
Oct 7, 2019

Conversation

ethanfrogers
Copy link
Contributor

reverts a change introduced in #418 where we went from using
--set-string to --set. This change caused backwards incompaitble
changes because the parser for --set in helm coerces integers into
floats when it injects them into templates. --set-string was
introduced to fix this in helm 2.

reverts a change introduced in spinnaker#418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
@ethanfrogers
Copy link
Contributor Author

spinnaker/spinnaker#3950

@ethanfrogers
Copy link
Contributor Author

Once merged we can backport to 1.16 and I'll follow up with a PR to preserve the --set functionality in 1.16 and forward.

@ethanfrogers ethanfrogers merged commit 357c1ae into spinnaker:master Oct 7, 2019
@ethanfrogers ethanfrogers deleted the revert-set branch October 7, 2019 17:25
@ethanfrogers
Copy link
Contributor Author

@spinnakerbot cherry-pick 1.16

spinnakerbot pushed a commit that referenced this pull request Oct 7, 2019
reverts a change introduced in #418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
@spinnakerbot
Copy link
Contributor

Cherry pick successful: #440

louisjimenez pushed a commit that referenced this pull request Oct 7, 2019
reverts a change introduced in #418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
opsmxdemo pushed a commit to OpsMx/rosco that referenced this pull request Sep 15, 2020
reverts a change introduced in spinnaker#418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
opsmxdemo pushed a commit to OpsMx/rosco that referenced this pull request Sep 16, 2020
reverts a change introduced in spinnaker#418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
sitay93 pushed a commit to spotinst/spinnaker-rosco that referenced this pull request Jun 27, 2023
reverts a change introduced in spinnaker#418 where we went from using
`--set-string` to `--set`. This change caused backwards incompaitble
changes because the parser for `--set` in helm coerces integers into
floats when it injects them into templates. `--set-string` was
introduced to fix this in helm 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants