Results 23 comments of Adam

> A fix for this should include a test that fails if any resource [here](https://github.com/helm/helm/blob/main/pkg/chartutil/create.go) receives a deprecation warning. @joejulian It's hard to judge a resource rendered by a helm...

> True, but for testing purposes we can use the [linter deprecations](https://github.com/helm/helm/blob/main/pkg/lint/rules/deprecations.go). [linter deprecations](https://github.com/helm/helm/blob/main/pkg/lint/rules/deprecations.go) depends on LDFLAGS `k8sVersionMinor ` which is not set when test uint case, it's 1.20 by...

> My intention was always to come back at this and make those override-able with a cli flag. I have a few question about it, how to do it when...

This PR may fix a serious bug, could anyone have a look?

> @wujunwei sure. could you add some tests for this case? Thanks very much. I have add some test , PTAL :)

I think this is a critical bug which should be fix as soon as possible.

> I encounter the same problem. > > To reproduce it: > > ``` > helm repo add tailing-sidecar https://sumologic.github.io/tailing-sidecar > helm repo update > helm template tailing-sidecar/tailing-sidecar-operator --output-dir ./test...

大佬真厉害,不过提一小点:那个演唱会的算法题应该用dp。先对数组排序,再用dp+二分求解。