Skip to content

Commit

Permalink
Improved demo for 20231115
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Nov 15, 2023
1 parent d049d0f commit 4412571
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions 110_ecosystem/oci/helm.demo
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ docker rm -f registry
docker container run --detach --name registry --publish 127.0.0.1:5000:5000 registry
regctl registry set 127.0.0.1:5000 --tls=disabled

# Enable support in helm
export HELM_EXPERIMENTAL_OCI=1

# Download helm chart
helm repo add traefik https://traefik.github.io/charts
helm pull traefik/traefik --version 25.0.0

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

# Inspect helm chart in registry
Expand Down

0 comments on commit 4412571

Please sign in to comment.