Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 551 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 551 Bytes

helm-charts

Helm charts repository

Setup chart (Karpenter)

1 - Download .tgz from public AWS repo:

helm pull oci://public.ecr.aws/karpenter/karpenter --version v0.25.0

Obs** change --version to version desired


2 - To create new index.yaml:

helm repo index --url https://pablommr.github.io/helm-charts/ .

Obs** Create Github page to expose helm chart


To update existing index to update version (download new .tgz first):

helm repo index --url https://pablommr.github.io/helm-charts/ --merge index.yaml .