From b536c88db8283a7364f102743f61a2d08e034482 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Fri, 10 Nov 2023 21:49:50 +0100 Subject: [PATCH] rename chart and fix docs --- README.md | 7 ++----- .../.helmignore | 0 .../Chart.yaml | 0 .../templates/NOTES.txt | 0 .../templates/_helpers.tpl | 0 .../templates/deployment.yaml | 0 .../templates/serviceaccount.yaml | 0 .../values.yaml | 4 +--- 8 files changed, 3 insertions(+), 8 deletions(-) rename chart/{metallb-ip-floater => woodpecker-autoscaler}/.helmignore (100%) rename chart/{metallb-ip-floater => woodpecker-autoscaler}/Chart.yaml (100%) rename chart/{metallb-ip-floater => woodpecker-autoscaler}/templates/NOTES.txt (100%) rename chart/{metallb-ip-floater => woodpecker-autoscaler}/templates/_helpers.tpl (100%) rename chart/{metallb-ip-floater => woodpecker-autoscaler}/templates/deployment.yaml (100%) rename chart/{metallb-ip-floater => woodpecker-autoscaler}/templates/serviceaccount.yaml (100%) rename chart/{metallb-ip-floater => woodpecker-autoscaler}/values.yaml (94%) diff --git a/README.md b/README.md index d99406c..3f7b5d8 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,7 @@ env: value: "define_it" - name: WOODPECKER_AUTOSCALER_HCLOUD_INSTANCE_TYPE value: "cpx21" - - name: WOODPECKER_AUTOSCALER_HCLOUD_REGION - value: "define_it" - - name: WOODPECKER_AUTOSCALER_HCLOUD_DATACENTER + - name: WOODPECKER_AUTOSCALER_HCLOUD_LOCATION value: "define_it" - name: WOODPECKER_AUTOSCALER_HCLOUD_SSH_KEY value: "define_it" @@ -79,8 +77,7 @@ WOODPECKER_AUTOSCALER_WOODPECKER_AGENT_SECRET="define_it" WOODPECKER_AUTOSCALER_WOODPECKER_API_TOKEN="define_it" WOODPECKER_AUTOSCALER_HCLOUD_TOKEN="define_it" WOODPECKER_AUTOSCALER_HCLOUD_INSTANCE_TYPE=cpx21 -WOODPECKER_AUTOSCALER_HCLOUD_REGION="define_it" -WOODPECKER_AUTOSCALER_HCLOUD_DATACENTER="define_it" +WOODPECKER_AUTOSCALER_HCLOUD_LOCATION="define_it" WOODPECKER_AUTOSCALER_HCLOUD_SSH_KEY="define_it" ``` diff --git a/chart/metallb-ip-floater/.helmignore b/chart/woodpecker-autoscaler/.helmignore similarity index 100% rename from chart/metallb-ip-floater/.helmignore rename to chart/woodpecker-autoscaler/.helmignore diff --git a/chart/metallb-ip-floater/Chart.yaml b/chart/woodpecker-autoscaler/Chart.yaml similarity index 100% rename from chart/metallb-ip-floater/Chart.yaml rename to chart/woodpecker-autoscaler/Chart.yaml diff --git a/chart/metallb-ip-floater/templates/NOTES.txt b/chart/woodpecker-autoscaler/templates/NOTES.txt similarity index 100% rename from chart/metallb-ip-floater/templates/NOTES.txt rename to chart/woodpecker-autoscaler/templates/NOTES.txt diff --git a/chart/metallb-ip-floater/templates/_helpers.tpl b/chart/woodpecker-autoscaler/templates/_helpers.tpl similarity index 100% rename from chart/metallb-ip-floater/templates/_helpers.tpl rename to chart/woodpecker-autoscaler/templates/_helpers.tpl diff --git a/chart/metallb-ip-floater/templates/deployment.yaml b/chart/woodpecker-autoscaler/templates/deployment.yaml similarity index 100% rename from chart/metallb-ip-floater/templates/deployment.yaml rename to chart/woodpecker-autoscaler/templates/deployment.yaml diff --git a/chart/metallb-ip-floater/templates/serviceaccount.yaml b/chart/woodpecker-autoscaler/templates/serviceaccount.yaml similarity index 100% rename from chart/metallb-ip-floater/templates/serviceaccount.yaml rename to chart/woodpecker-autoscaler/templates/serviceaccount.yaml diff --git a/chart/metallb-ip-floater/values.yaml b/chart/woodpecker-autoscaler/values.yaml similarity index 94% rename from chart/metallb-ip-floater/values.yaml rename to chart/woodpecker-autoscaler/values.yaml index dfdccc3..e8feae4 100644 --- a/chart/metallb-ip-floater/values.yaml +++ b/chart/woodpecker-autoscaler/values.yaml @@ -53,9 +53,7 @@ env: value: "define_it" - name: WOODPECKER_AUTOSCALER_HCLOUD_INSTANCE_TYPE value: "cpx21" - - name: WOODPECKER_AUTOSCALER_HCLOUD_REGION - value: "define_it" - - name: WOODPECKER_AUTOSCALER_HCLOUD_DATACENTER + - name: WOODPECKER_AUTOSCALER_HCLOUD_LOCATION value: "define_it" - name: WOODPECKER_AUTOSCALER_HCLOUD_SSH_KEY value: "define_it"