-
Notifications
You must be signed in to change notification settings - Fork 116
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
Conversation
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. |
9e93040
to
da26639
Compare
There was a problem hiding this 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); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
# Conflicts: # tests/sdk/dotnet/dotnet_test.go
a2f8e5d
to
f5be437
Compare
Proposed changes
Related issues (optional)
Part of #920