From ffc75ab2ba7f1b10dcd8ce417c2b684dee8b80d2 Mon Sep 17 00:00:00 2001 From: Evans Mungai Date: Wed, 1 Oct 2025 11:09:41 +0100 Subject: [PATCH] Add helm push example to documentation Signed-off-by: Evans Mungai --- static/index.htm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/index.htm b/static/index.htm index 86c2b9c..05a752d 100644 --- a/static/index.htm +++ b/static/index.htm @@ -82,6 +82,12 @@
image ttl.sh/xxxx-yyyy-nnnn-2a2222-4b44 is available for 1 hour
+ +
$ PACKAGE_NAME=$(uuidgen)
+ + +
$ helm push my-chart.tgz oci://ttl.sh/${PACKAGE_NAME}
+
ttl.sh is contributed by Replicated (www.replicated.com)