Skip to content

Commit 4412571

Browse files
committed
Improved demo for 20231115
1 parent d049d0f commit 4412571

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

110_ecosystem/oci/helm.demo

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ docker rm -f registry
55
docker container run --detach --name registry --publish 127.0.0.1:5000:5000 registry
66
regctl registry set 127.0.0.1:5000 --tls=disabled
77

8-
# Enable support in helm
9-
export HELM_EXPERIMENTAL_OCI=1
10-
118
# Download helm chart
129
helm repo add traefik https://traefik.github.io/charts
1310
helm pull traefik/traefik --version 25.0.0
1411

15-
# Push helm chart to registry
12+
# Push helm chart to registry (no experimental switch needed)
1613
helm push traefik-25.0.0.tgz oci://localhost:5000/helm-charts
1714

1815
# Inspect helm chart in registry

0 commit comments

Comments
 (0)