Skip to content

Commit fe05729

Browse files
author
ScribblerCoder
committed
Trigger a New Release (replace seaweedfs with minio)
1 parent 5f2cd62 commit fe05729

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/helm-chart-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
wget -O /tmp/chart-releaser_1.6.1_linux_amd64.tar.gz https://github.com/helm/chart-releaser/releases/download/v1.6.1/chart-releaser_1.6.1_linux_amd64.tar.gz
4444
tar -zxvf /tmp/chart-releaser_1.6.1_linux_amd64.tar.gz -C /tmp
4545
/tmp/cr package .
46-
/tmp/cr upload --owner ${{ github.repository_owner }} --git-repo ${{ github.repository }} --packages-with-index --token ${{ secrets.GITHUB_TOKEN }} --push --skip-existing
47-
/tmp/cr index --owner ${{ github.repository_owner }} --git-repo ${{ github.repository }} --packages-with-index --index-path . --token ${{ secrets.GITHUB_TOKEN }} --push
46+
/tmp/cr upload --owner ${{ github.repository_owner }} --git-repo ${{ github.repository }} --packages-with-index --token ${{ secrets.HELM_RELEASE_TOKEN }} --push --skip-existing
47+
/tmp/cr index --owner ${{ github.repository_owner }} --git-repo ${{ github.repository }} --packages-with-index --index-path . --token ${{ secrets.HELM_RELEASE_TOKEN }} --push

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CTFd Helm Chart
2-
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
2+
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
33
[![Lint and Server-side Dryrun Chart](https://github.com/ScribblerCoder/CTFd-Helm/actions/workflows/helm-lint-test.yaml/badge.svg)](https://github.com/ScribblerCoder/CTFd-Helm/actions/workflows/helm-lint-test.yaml)
44

55
This is a Helm chart for deploying CTFd on Kubernetes. It deploys the official [CTFd Docker image](ghcr.io/ctfd/ctfd). HA and Autoscaling + MariaDB + Redis + S3 Storage. Also supports using external MariaDB/Redis/S3.

0 commit comments

Comments
 (0)