diff --git a/.github/workflows/releaser.yaml b/.github/workflows/releaser.yaml index 5e987dd..4232ebe 100644 --- a/.github/workflows/releaser.yaml +++ b/.github/workflows/releaser.yaml @@ -26,7 +26,7 @@ jobs: - name: Run chart-releaser for common-celestia-node uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: "charts/common-celestia-node" + charts_dir: "common-charts" packages_with_index: "true" env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" @@ -65,7 +65,7 @@ jobs: - name: Run chart-releaser for celestia-node uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: "charts/celestia-node" + charts_dir: "charts" packages_with_index: "true" env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/charts/common-celestia-node/.helmignore b/common-charts/common-celestia-node/.helmignore similarity index 100% rename from charts/common-celestia-node/.helmignore rename to common-charts/common-celestia-node/.helmignore diff --git a/charts/common-celestia-node/Chart.yaml b/common-charts/common-celestia-node/Chart.yaml similarity index 100% rename from charts/common-celestia-node/Chart.yaml rename to common-charts/common-celestia-node/Chart.yaml diff --git a/charts/common-celestia-node/templates/_bridge_config.toml.tpl b/common-charts/common-celestia-node/templates/_bridge_config.toml.tpl similarity index 100% rename from charts/common-celestia-node/templates/_bridge_config.toml.tpl rename to common-charts/common-celestia-node/templates/_bridge_config.toml.tpl diff --git a/charts/common-celestia-node/templates/_configmap.tpl b/common-charts/common-celestia-node/templates/_configmap.tpl similarity index 100% rename from charts/common-celestia-node/templates/_configmap.tpl rename to common-charts/common-celestia-node/templates/_configmap.tpl diff --git a/charts/common-celestia-node/templates/_full_config.toml.tpl b/common-charts/common-celestia-node/templates/_full_config.toml.tpl similarity index 100% rename from charts/common-celestia-node/templates/_full_config.toml.tpl rename to common-charts/common-celestia-node/templates/_full_config.toml.tpl diff --git a/charts/common-celestia-node/templates/_light_config.toml.tpl b/common-charts/common-celestia-node/templates/_light_config.toml.tpl similarity index 100% rename from charts/common-celestia-node/templates/_light_config.toml.tpl rename to common-charts/common-celestia-node/templates/_light_config.toml.tpl