diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index 0209f7b..a6b387d 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -5,7 +5,7 @@ on: branches: - main paths: - - helm-charts/** + - charts/** jobs: release: diff --git a/helm-charts/cloudflare-ddns-update/.helmignore b/charts/cloudflare-ddns-update/.helmignore similarity index 100% rename from helm-charts/cloudflare-ddns-update/.helmignore rename to charts/cloudflare-ddns-update/.helmignore diff --git a/helm-charts/cloudflare-ddns-update/Chart.yaml b/charts/cloudflare-ddns-update/Chart.yaml similarity index 95% rename from helm-charts/cloudflare-ddns-update/Chart.yaml rename to charts/cloudflare-ddns-update/Chart.yaml index 8a2677f..aab1c3d 100644 --- a/helm-charts/cloudflare-ddns-update/Chart.yaml +++ b/charts/cloudflare-ddns-update/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cloudflare-ddns-update description: A Helm chart to provide a Dyn v3 API to manage records in cloudflare type: application -version: 0.2.0 +version: 0.1.0 appVersion: "v0.1.0" annotations: artifacthub.io/category: "networking" diff --git a/helm-charts/cloudflare-ddns-update/templates/_helpers.tpl b/charts/cloudflare-ddns-update/templates/_helpers.tpl similarity index 100% rename from helm-charts/cloudflare-ddns-update/templates/_helpers.tpl rename to charts/cloudflare-ddns-update/templates/_helpers.tpl diff --git a/helm-charts/cloudflare-ddns-update/templates/deployment.yaml b/charts/cloudflare-ddns-update/templates/deployment.yaml similarity index 100% rename from helm-charts/cloudflare-ddns-update/templates/deployment.yaml rename to charts/cloudflare-ddns-update/templates/deployment.yaml diff --git a/helm-charts/cloudflare-ddns-update/templates/hpa.yaml b/charts/cloudflare-ddns-update/templates/hpa.yaml similarity index 100% rename from helm-charts/cloudflare-ddns-update/templates/hpa.yaml rename to charts/cloudflare-ddns-update/templates/hpa.yaml diff --git a/helm-charts/cloudflare-ddns-update/templates/ingress.yaml b/charts/cloudflare-ddns-update/templates/ingress.yaml similarity index 100% rename from helm-charts/cloudflare-ddns-update/templates/ingress.yaml rename to charts/cloudflare-ddns-update/templates/ingress.yaml diff --git a/helm-charts/cloudflare-ddns-update/templates/service.yaml b/charts/cloudflare-ddns-update/templates/service.yaml similarity index 100% rename from helm-charts/cloudflare-ddns-update/templates/service.yaml rename to charts/cloudflare-ddns-update/templates/service.yaml diff --git a/helm-charts/cloudflare-ddns-update/templates/serviceaccount.yaml b/charts/cloudflare-ddns-update/templates/serviceaccount.yaml similarity index 100% rename from helm-charts/cloudflare-ddns-update/templates/serviceaccount.yaml rename to charts/cloudflare-ddns-update/templates/serviceaccount.yaml diff --git a/helm-charts/cloudflare-ddns-update/values.yaml b/charts/cloudflare-ddns-update/values.yaml similarity index 100% rename from helm-charts/cloudflare-ddns-update/values.yaml rename to charts/cloudflare-ddns-update/values.yaml