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 not to ignore diff selector when it matched nothing #374

Merged
merged 2 commits into from
Sep 19, 2022

Conversation

mumoshu
Copy link
Contributor

@mumoshu mumoshu commented Sep 19, 2022

Fixes #327

Signed-off-by: Yusuke Kuoka ykuoka@gmail.com

})
})

t.Run("shows no diff on already uninstalled selected release", func(t *testing.T) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This test had been failing before the fix, due to a bug that helmfile completely ignored the selector when the selector along with installed filter returned no releases.

Fixes #327

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
@mumoshu mumoshu force-pushed the fix-diff-selector-not-working-on-installed-false branch from 3bc34f1 to c90cace Compare September 19, 2022 04:47
Copy link
Member

@yxxhero yxxhero left a comment

Choose a reason for hiding this comment

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

LGTM

@yxxhero yxxhero merged commit e4d36e4 into main Sep 19, 2022
@yxxhero yxxhero deleted the fix-diff-selector-not-working-on-installed-false branch September 19, 2022 05:52
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2022
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.

Diff selector does not work on "installed: false" releases
2 participants