From c7ee12bafa4d3c5c5ac4459abdc6e563aaea54d6 Mon Sep 17 00:00:00 2001 From: moilanik Date: Sun, 28 Jun 2026 06:58:06 +0300 Subject: [PATCH] gitea reports chart ci ajo --- ...t-pages.ci-main.yml => gitea-reports.ci-main.yml} | 12 ++++++------ ...s.gitea-env.conf => gitea-reports.gitea-env.conf} | 5 ++--- gitea-reports/Chart.yaml | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) rename .gitea/workflows/{git-pages.ci-main.yml => gitea-reports.ci-main.yml} (84%) rename .gitea/workflows/{git-pages.gitea-env.conf => gitea-reports.gitea-env.conf} (70%) diff --git a/.gitea/workflows/git-pages.ci-main.yml b/.gitea/workflows/gitea-reports.ci-main.yml similarity index 84% rename from .gitea/workflows/git-pages.ci-main.yml rename to .gitea/workflows/gitea-reports.ci-main.yml index 112478a..0399d88 100644 --- a/.gitea/workflows/git-pages.ci-main.yml +++ b/.gitea/workflows/gitea-reports.ci-main.yml @@ -1,11 +1,11 @@ -name: CI Git-Pages Main +name: CI Gitea Reports Main on: push: branches: - main paths: - - git-pages/** - - .gitea/workflows/git-pages.* + - gitea-reports/** + - ".gitea/workflows/gitea-reports.*" workflow_dispatch: jobs: @@ -14,7 +14,7 @@ jobs: uses: niko/gitea-ci-library/.gitea/workflows/config-provider.yml@main secrets: inherit with: - config_path: .gitea/workflows/git-pages.gitea-env.conf + config_path: .gitea/workflows/gitea-reports.gitea-env.conf check-version: name: Latest version @@ -33,7 +33,7 @@ jobs: with: env_json: ${{ needs.load-config.outputs.env_json }} version: ${{ needs.check-version.outputs.version }} - chart_path: git-pages + chart_path: gitea-reports chart-gitops: name: GitOps @@ -44,7 +44,7 @@ jobs: env_json: ${{ needs.load-config.outputs.env_json }} version: ${{ needs.check-version.outputs.version }} GITOPS_FILE: dev/Chart.yaml - GITOPS_YQ_TPL: '(.dependencies[] | select(.name == "git-pages") | .version) = "{{VERSION}}"' + GITOPS_YQ_TPL: '(.dependencies[] | select(.name == "gitea-reports") | .version) = "{{VERSION}}"' GITOPS_REPO: niko/gitea-ci-gitops-tests report-summary: diff --git a/.gitea/workflows/git-pages.gitea-env.conf b/.gitea/workflows/gitea-reports.gitea-env.conf similarity index 70% rename from .gitea/workflows/git-pages.gitea-env.conf rename to .gitea/workflows/gitea-reports.gitea-env.conf index eea1639..e5a5bc4 100644 --- a/.gitea/workflows/git-pages.gitea-env.conf +++ b/.gitea/workflows/gitea-reports.gitea-env.conf @@ -1,6 +1,5 @@ GITEA_API_URL=https://gitea.app.keskikuja.site HELM_REGISTRY=gitea.app.keskikuja.site/niko HELM_UI_URL=https://gitea.app.keskikuja.site/niko/-/packages/container -GIT_TAG_PREFIX=git-pages/ -VERSION_FILE=git-pages/Chart.yaml - +GIT_TAG_PREFIX=gitea-reports/ +VERSION_FILE=gitea-reports/Chart.yaml diff --git a/gitea-reports/Chart.yaml b/gitea-reports/Chart.yaml index b5e147a..d544125 100644 --- a/gitea-reports/Chart.yaml +++ b/gitea-reports/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: git-pages +name: gitea-reports description: Nginx + upload-sidecar for CI HTML reports (static serving, Traefik BasicAuth publish) type: application version: 0.2.0