Skip to content

Instantly share code, notes, and snippets.

@PabloHiro
Created July 14, 2023 09:26
Show Gist options
  • Save PabloHiro/7b47e5ffd1bbd37d311a7120a1196718 to your computer and use it in GitHub Desktop.
Save PabloHiro/7b47e5ffd1bbd37d311a7120a1196718 to your computer and use it in GitHub Desktop.
Chartmuseum delete chart
URL=https://chartmuseum.example.com
CHART_NAME=argo-cd
CHART_VERSION=1.0.5
TOKEN=dXNlcm5hbWU6cGFzc3dvcmQ=
curl -X DELETE $URL/api/charts/$CHART_NAME/$CHART_VERSION -H "Authorization: Basic $TOKEN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment