diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 2cb532075c5..2c73ee88245 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -66,7 +66,7 @@ jobs: mkdir helm/charts cp -rf charts helm echo "Copying changelogs to helm" - cp -r ./changelogs ./helm/ + cp -r ./changelogs/charts ./helm/charts - name: Commit Helm Changes run: | @@ -100,7 +100,7 @@ jobs: mv charts.json website/src/assets/charts.json echo "Copying changelogs to docs" - cp -r ./changelogs ./website/src/docs/charts/ + cp -r ./changelogs/charts ./website/src/docs/charts/ export DEBUG=false export STRICT=true diff --git a/charts/incubator/docuseal/Chart.yaml b/charts/incubator/docuseal/Chart.yaml index ff4f9300034..7808b8965be 100644 --- a/charts/incubator/docuseal/Chart.yaml +++ b/charts/incubator/docuseal/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/docuseal - https://hub.docker.com/r/docuseal/docuseal type: application -version: 1.0.5 \ No newline at end of file +version: 1.0.6 \ No newline at end of file