diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 24387c0..d556763 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,12 +11,12 @@ on: jobs: release: - runs-on: org + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 with: - fetch-dpth: 0 + fetch-depth: 0 fetch-tags: true - name: Configure Git diff --git a/.github/workflows/update-readme.yaml b/.github/workflows/update-readme.yaml index 0fea87e..57a6a05 100644 --- a/.github/workflows/update-readme.yaml +++ b/.github/workflows/update-readme.yaml @@ -14,13 +14,15 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.ref }} - - name: Render helm docs inside the README.md and push changes back to PR branch - uses: losisin/helm-docs-github-action@v1 - with: - chart-search-root: . - git-push: true - git-push-user-name: "CometActions" - git-push-user-email: "github-actions@comet.com" - git-commit-message: "Update Helm documentation" + - name: Render helm docs inside the README.md and push changes back to PR branch + uses: losisin/helm-docs-github-action@v1 + with: + chart-search-root: . + git-push: true + git-push-user-name: "CometActions" + git-push-user-email: "github-actions@comet.com" + git-commit-message: "Update Helm documentation" diff --git a/Chart.yaml b/Chart.yaml index e44945a..17f7d92 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,8 @@ apiVersion: v2 name: s3proxy description: A Helm chart for deploying S3Proxy - Access other storage backends via the S3 API +maintainers: + - name: CRThaze # A chart can be either an 'application' or a 'library' chart. # diff --git a/README.md b/README.md index f97d0c3..098dfe3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ A Helm chart for deploying S3Proxy - Access other storage backends via the S3 API +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| CRThaze | | | + ## Prerequisites - Kubernetes 1.19+