From 922808a482ce214560a5b34d2c856b6af99b991d Mon Sep 17 00:00:00 2001 From: nadavbuc Date: Tue, 9 Apr 2024 11:25:09 +0300 Subject: [PATCH 1/2] add helm repo add and install command --- charts/karpenter_nodes/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/karpenter_nodes/README.md b/charts/karpenter_nodes/README.md index be950f9..ad6a4b5 100644 --- a/charts/karpenter_nodes/README.md +++ b/charts/karpenter_nodes/README.md @@ -14,7 +14,12 @@ The `UserData` field supports templating and your own values. You can take a loo ## Working with Helm -### Todo - add helm install command when repo is public and alive with real url +### Setting up +1. Add Repository:
```helm repo add fiverr_public https://opensource.fiverr.com/public_charts/``` +2. Either get the values.yaml file from the repository or pull it with the following command:
```helm show values fiverr_public/karpenter_nodes > values.yaml``` +3. Edit the values.yaml file to your needs. +4. Install the chart:
```helm install karpenter_nodes fiverr_public/karpenter_nodes -f values.yaml``` + ### Testing Your Changes After making changes you will probably want to see the new output. Run `helm template` with the relevant example files:
From fd53de63bffcb2be0258edcc40a04055252d7b35 Mon Sep 17 00:00:00 2001 From: nadavbuc Date: Tue, 9 Apr 2024 11:26:51 +0300 Subject: [PATCH 2/2] bump chart version --- charts/karpenter_nodes/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/karpenter_nodes/Chart.yaml b/charts/karpenter_nodes/Chart.yaml index 147fcb6..b86b2b1 100644 --- a/charts/karpenter_nodes/Chart.yaml +++ b/charts/karpenter_nodes/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: karpenter_nodes -version: 0.0.1 +version: 0.0.2 description: A Helm chart for generating NodeClasses and NodePools for Karpenter maintainers: - name: nadavbuc