Skip to content

Commit

Permalink
docs: add command to test helm chart locally
Browse files Browse the repository at this point in the history
  • Loading branch information
kahnwong committed Aug 25, 2024
1 parent db3d15f commit 640e230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ helm push base-0.1.0.tgz oci://registry-1.docker.io/$USER

# usage
helm install <my-release> oci://harbor.karnwong.me/charts/base

# test
helm upgrade --install forgejo oci://ghcr.io/kahnwong/charts/base --values forgejo.yaml --namespace forgejo
```

0 comments on commit 640e230

Please sign in to comment.