diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6deebea..168964e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,5 +28,6 @@ jobs: uses: helm/chart-releaser-action@v1.2.0 with: config: cr.yaml + charts_dir: charts env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file diff --git a/platform-api/Chart.yaml b/charts/platform-api/Chart.yaml similarity index 100% rename from platform-api/Chart.yaml rename to charts/platform-api/Chart.yaml diff --git a/platform-api/templates/api-worker.yml b/charts/platform-api/templates/api-worker.yml similarity index 100% rename from platform-api/templates/api-worker.yml rename to charts/platform-api/templates/api-worker.yml diff --git a/platform-api/templates/mysql.yml b/charts/platform-api/templates/mysql.yml similarity index 100% rename from platform-api/templates/mysql.yml rename to charts/platform-api/templates/mysql.yml diff --git a/platform-api/templates/redis.yml b/charts/platform-api/templates/redis.yml similarity index 100% rename from platform-api/templates/redis.yml rename to charts/platform-api/templates/redis.yml diff --git a/platform-api/values.yaml b/charts/platform-api/values.yaml similarity index 100% rename from platform-api/values.yaml rename to charts/platform-api/values.yaml diff --git a/platform-client/Chart.yaml b/charts/platform-client/Chart.yaml similarity index 100% rename from platform-client/Chart.yaml rename to charts/platform-client/Chart.yaml diff --git a/platform-client/templates/client.yml b/charts/platform-client/templates/client.yml similarity index 100% rename from platform-client/templates/client.yml rename to charts/platform-client/templates/client.yml diff --git a/platform-client/values.yaml b/charts/platform-client/values.yaml similarity index 100% rename from platform-client/values.yaml rename to charts/platform-client/values.yaml diff --git a/ussd-engine/Chart.yaml b/charts/ussd-engine/Chart.yaml similarity index 100% rename from ussd-engine/Chart.yaml rename to charts/ussd-engine/Chart.yaml diff --git a/ussd-engine/templates/redis.yml b/charts/ussd-engine/templates/redis.yml similarity index 100% rename from ussd-engine/templates/redis.yml rename to charts/ussd-engine/templates/redis.yml diff --git a/ussd-engine/templates/ussd-engine.yml b/charts/ussd-engine/templates/ussd-engine.yml similarity index 100% rename from ussd-engine/templates/ussd-engine.yml rename to charts/ussd-engine/templates/ussd-engine.yml diff --git a/ussd-engine/values.yaml b/charts/ussd-engine/values.yaml similarity index 100% rename from ussd-engine/values.yaml rename to charts/ussd-engine/values.yaml