We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d049d0f commit 4412571Copy full SHA for 4412571
110_ecosystem/oci/helm.demo
@@ -5,14 +5,11 @@ docker rm -f registry
5
docker container run --detach --name registry --publish 127.0.0.1:5000:5000 registry
6
regctl registry set 127.0.0.1:5000 --tls=disabled
7
8
-# Enable support in helm
9
-export HELM_EXPERIMENTAL_OCI=1
10
-
11
# Download helm chart
12
helm repo add traefik https://traefik.github.io/charts
13
helm pull traefik/traefik --version 25.0.0
14
15
-# Push helm chart to registry
+# Push helm chart to registry (no experimental switch needed)
16
helm push traefik-25.0.0.tgz oci://localhost:5000/helm-charts
17
18
# Inspect helm chart in registry
0 commit comments