diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index 14aa9c3..5c45fda 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -52,12 +52,11 @@ jobs: run: | # Install Helm GPG plugin helm plugin install https://github.com/technosophos/helm-gpg.git --verify=false - helm dependency build - helm package --version "${GITHUB_REF#refs/tags/v}" ./ # Package the chart - mkdir actions - mv actions*.tgz actions/ + mkdir ./actions + helm dependency build + helm package --version "${GITHUB_REF#refs/tags/v}" --destionation ./actions ./ curl -s -L -o actions/index.yaml https://dl.gitea.com/charts/index.yaml helm repo index actions/ --url https://dl.gitea.com/charts --merge actions/index.yaml diff --git a/Chart.yaml b/Chart.yaml index 6b3b902..ef702d0 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: gitea-actions +name: actions description: Gitea Actions chart for Kubernetes type: application version: 0.1.1