From cc43a33ab28dbe921ad61356b5ba129db413db0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Alejandro=20Marug=C3=A1n?= Date: Sun, 2 Jun 2024 18:51:15 +0200 Subject: [PATCH] chore: change docs path and upadte workflow --- .github/workflows/release.yaml | 4 ++++ README.md | 4 ++-- README.md.gotmpl | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3f5bc97..f4b93f9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,6 +50,7 @@ jobs: uses: ncipollo/release-action@v1 with: body: ${{ steps.tag_version.outputs.changelog }} + generateReleaseNotes: true name: ${{ steps.tag_version.outputs.new_tag }} prerelease: ${{ contains(steps.chart_version.outputs.CHART_VERSION, '-') }} tag: ${{ steps.tag_version.outputs.new_tag }} @@ -61,7 +62,10 @@ jobs: branch: gh-pages charts_dir: . charts_url: https://devops-ia.github.io/helm-opencti + index_dir: . linting: true + owner: devops-ia + repository: helm-opencti target_dir: . token: ${{ secrets.GITHUB_TOKEN }} if: steps.tag_exists.outputs.TAG_EXISTS == 'false' diff --git a/README.md b/README.md index b65ca2d..ee32438 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,13 @@ _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command doc ## OpenCTI -* [Environment configuration](https://docs.opencti.io/5.12.X/deployment/configuration/#platform) +* [Environment configuration](https://docs.opencti.io/6.1.X/deployment/configuration/#platform) * [Connectors](https://github.com/OpenCTI-Platform/connectors/tree/master). Review `docker-compose.yaml` with the properly config * Check connectors samples on `connector-examples` folder ## Basic installation and examples -See [basic installation](docs/configuration.md) and [examples](docs/examples.md). +See [basic installation](opencti/docs/configuration.md) and [examples](opencti/docs/examples.md). ## Configuration diff --git a/README.md.gotmpl b/README.md.gotmpl index a01e75b..667bf64 100644 --- a/README.md.gotmpl +++ b/README.md.gotmpl @@ -40,13 +40,13 @@ _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command doc ## OpenCTI -* [Environment configuration](https://docs.opencti.io/5.12.X/deployment/configuration/#platform) +* [Environment configuration](https://docs.opencti.io/6.1.X/deployment/configuration/#platform) * [Connectors](https://github.com/OpenCTI-Platform/connectors/tree/master). Review `docker-compose.yaml` with the properly config * Check connectors samples on `connector-examples` folder ## Basic installation and examples -See [basic installation](docs/configuration.md) and [examples](docs/examples.md). +See [basic installation](opencti/docs/configuration.md) and [examples](opencti/docs/examples.md). ## Configuration