From 2297f72a25b8dfb1013ef82bbe1a43dc9efae02d Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 9 Jun 2024 13:26:58 +0300 Subject: [PATCH] test index regen --- .github/workflows/charts-release.yaml | 2 +- charts/incubator/docuseal/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index fa6e96fa21f..b2b277333ec 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -114,11 +114,11 @@ jobs: export STRICT=true go-yq --version + ./.github/scripts/chart-docs.sh incubator/docuseal for i in "${CHARTS[@]}" do # TODO: Remove any changelog stuff from this script # TODO: Move all website docs structure generation to charttool - ./.github/scripts/chart-docs.sh "$i" done - name: Commit Website Changes diff --git a/charts/incubator/docuseal/Chart.yaml b/charts/incubator/docuseal/Chart.yaml index 23ec5a0981e..ac9f6fe11aa 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: 2.0.2 +version: 2.0.3