From 3897baadb8f4671c1fb5e404a3c23507c6d01070 Mon Sep 17 00:00:00 2001 From: mcdan Date: Fri, 20 Jan 2023 17:01:37 -0500 Subject: [PATCH] Include push as a function that works with OCI registries Signed-off-by: mcdan --- content/en/docs/topics/registries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/topics/registries.md b/content/en/docs/topics/registries.md index d1e671845..7995d4069 100644 --- a/content/en/docs/topics/registries.md +++ b/content/en/docs/topics/registries.md @@ -122,6 +122,7 @@ Support for the `oci://` protocol is also available in various other subcommands Here is a complete list: - `helm pull` +- `helm push` - `helm show ` - `helm template` - `helm install`