We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b4490 commit e8bfa0eCopy full SHA for e8bfa0e
1 file changed
pkg/plugin/plugin.go
@@ -270,7 +270,7 @@ func validatePluginData(plug *Plugin, filepath string) error {
270
}
271
272
if len(plug.Metadata.PlatformHooks) > 0 && len(plug.Metadata.Hooks) > 0 {
273
- fmt.Printf("both platformHooks and hooks are set in %q. It's deprecated and will not be possible in Helm v4\n", filepath)
+ fmt.Printf("WARNING: both 'platformHooks' and 'hooks' are set in %q (this will become an error in a future Helm version)\n", filepath)
274
275
276
// We could also validate SemVer, executable, and other fields should we so choose.
0 commit comments