Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Bump to kubeyaml 0.5.1 to fix (F)HR updating #1507

Merged
merged 1 commit into from
Nov 14, 2018
Merged

Conversation

squaremo
Copy link
Member

@squaremo squaremo commented Nov 13, 2018

kubeyaml 0.5.1 has a fix for updating images that include ports in
(Flux)HelmRelease manifests. So: bump that in the Dockerfile and shim
(/bin/kubeyaml), and add a test that it does account for such images
when updating.

Side issue in update_test.go: calling t.Parallel() before invoking
the test case meant that the closed-over loop variable could be
reassigned before the test case was run.

Fixes #1504.

kubeyaml 0.5.1 has a fix for updating images that include ports in
(Flux)HelmRelease manifests. So: bump that in the Dockerfile and shim
(`/bin/kubeyaml`), and add a test that it does account for such images
when updating.

Side issue in update_test.go: calling `t.Parallel()` _before_ invoking
the test case meant that the closed-over loop variable could be
reassigned before the test case was run.
@squaremo squaremo requested a review from rndstr November 13, 2018 13:47
@squaremo
Copy link
Member Author

Roli, do you mind having a look at this? Checking that the additional test actually tests something that could (and previously, did) fail would be adequate I reckon.

Copy link
Contributor

@rndstr rndstr left a comment

Choose a reason for hiding this comment

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

tests fail with 0.5.0 by not showing the proper values (tag) but pass with 0.5.1 👌

@squaremo squaremo merged commit 0d6fe19 into master Nov 14, 2018
@squaremo squaremo deleted the bump/kubeyaml-0.5.1 branch November 14, 2018 12:39
@squaremo
Copy link
Member Author

Thanks @rndstr 🍧

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why is image not updated?
2 participants