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

Update .NET Helm v3 to use native client #1291

Merged
merged 3 commits into from
Sep 9, 2020

Conversation

lblackstone
Copy link
Member

@lblackstone lblackstone commented Sep 4, 2020

Proposed changes

Related issues (optional)

Part of #920

@lblackstone
Copy link
Member Author

I still need to update the tests to validate the v2 -> v3 upgrade, and will probably also refactor the ChartBase file to only include stuff shared by v2 and v3.

@lblackstone lblackstone marked this pull request as ready for review September 9, 2020 18:12
Copy link
Member

@justinvp justinvp left a comment

Choose a reason for hiding this comment

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

LGTM

};
}
jsonOptsString = JsonSerializer.Serialize(jsonOpts, serializeOptions);
Console.WriteLine(jsonOptsString);
Copy link
Member

Choose a reason for hiding this comment

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

Is this intended to be here, or just leftover from debugging during development?

Copy link
Member Author

Choose a reason for hiding this comment

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

Whoops, good catch. Just left over from debugging.

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

3 participants