From 8b78b397dda4c7a528e06b6c0666a1e11ec5eace Mon Sep 17 00:00:00 2001 From: nadavbuc Date: Tue, 9 Apr 2024 12:16:33 +0300 Subject: [PATCH 1/3] update main readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91b8e81..7b4bd97 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [WIP] Fiverr Community Helm Charts [WIP] +Fiverr Community Helm Charts The code is provided as-is with no warranties. @@ -10,10 +10,10 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started. Once Helm is set up properly, add the repository as follows: ```console -helm repo add +helm repo add fiverr_public https://opensource.fiverr.com/public_charts/ ``` -You can then run `helm search repo ` to see the charts. +You can then run `helm search repo fiverr_public` to see the charts. ## License @@ -22,4 +22,8 @@ You can then run `helm search repo ` to see the charts. ## Helm charts build status -TODO +![Release Charts](https://github.com/fiverr/public_charts/actions/workflows/release.yml/badge.svg?branch=main) +![Tests](https://github.com/fiverr/public_charts/actions/workflows/test.yml/badge.svg) + +## Charts +[Karpenter Nodes](https://github.com/fiverr/public_charts/tree/main/charts/karpenter_nodes) From 123ac213a61e3003aff307a6a178399f0de1c603 Mon Sep 17 00:00:00 2001 From: nadavbuc Date: Tue, 9 Apr 2024 12:18:32 +0300 Subject: [PATCH 2/3] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b4bd97..0cad9bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Fiverr Community Helm Charts +# Fiverr Community Helm Charts The code is provided as-is with no warranties. @@ -22,7 +22,7 @@ You can then run `helm search repo fiverr_public` to see the charts. ## Helm charts build status -![Release Charts](https://github.com/fiverr/public_charts/actions/workflows/release.yml/badge.svg?branch=main) +![Release Charts](https://github.com/fiverr/public_charts/actions/workflows/release.yml/badge.svg?branch=master) ![Tests](https://github.com/fiverr/public_charts/actions/workflows/test.yml/badge.svg) ## Charts From 198968b06095060e67fbb3bf2b3ecd72ee68b4e4 Mon Sep 17 00:00:00 2001 From: nadavbuc Date: Tue, 9 Apr 2024 12:20:30 +0300 Subject: [PATCH 3/3] more minor improvements --- .github/pull_request_template.md | 10 +++++----- README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 79492ca..4aac61c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,12 @@ - -_Provide a description of what has been changed_ +### Changes + ### Checklist - [ ] README is updated with new configuration values *(if applicable)* -- [ ] Changes were throughly tested locally +- [ ] Changes were tested and verified locally - [ ] Changes are covered by Unit Tests -- [ ] Version is updated in `Chart.yaml` +- [ ] Version is bumped in `Chart.yaml` -Fixes # + diff --git a/README.md b/README.md index 0cad9bd..ec8d0f6 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ You can then run `helm search repo fiverr_public` to see the charts. ![Tests](https://github.com/fiverr/public_charts/actions/workflows/test.yml/badge.svg) ## Charts -[Karpenter Nodes](https://github.com/fiverr/public_charts/tree/main/charts/karpenter_nodes) +[Karpenter Nodes](https://github.com/fiverr/public_charts/tree/master/charts/karpenter_nodes)