Skip to content

Instantly share code, notes, and snippets.

$ helm install cloudsmith/my-chart-name
$ helm repo add cloudsmith 'https://dl.cloudsmith.io/TOKEN/my-org/my-repo/helm/charts/'
$ helm repo update
$ cloudsmith push helm my-org/my-repo my-chart-name-1.0.tgz
Checking helm package upload parameters ... OK
Checking my-chart-name-1.0.tgz file upload parameters ... OK
Requesting file upload for my-chart-name-1.0.tgz ... OK
Creating a new helm package ... OK
Created: my-org/my-repo/my-chart-name-10tgz (...)
Synchronising my-chart-name-10tgz: [####################################] 100% Sync Completed / Fully Synchronised
Package synchronised successfully
$ pip install cloudsmith-cli
$ export CLOUDSMITH_API_KEY=xxxxx
$ helm package my-chart-name
Successfully packaged chart and saved it to: /home/me/my-chart-name-1.0.tgz
$ helm create my-chart-name
$ helm install stable/dokuwiki
$ helm install stable/dokuwiki
abc