Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 11 additions & 9 deletions .github/workflows/update-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]"
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: "[email protected]"
git-commit-message: "Update Helm documentation"
2 changes: 2 additions & 0 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down