Skip to content

Commit 633eadf

Browse files
Change old gh-pages link and trigger a release
1 parent 37c2ca1 commit 633eadf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

gzctf/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: gzctf
33
description: A Helm chart for deploying GZCTF on Kubernetes
44
type: application
5-
version: 0.1.0
5+
version: 0.1.1
66

77
dependencies:
88
- name: garnet

gzctf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# GZCTF Helm Chart
2-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
2+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-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/GZCTF/helm/actions/workflows/lint-and-test-chart.yaml/badge.svg)](https://github.com/GZCTF/helm/actions/workflows/lint-and-test-chart.yaml)
44

55
This is a Helm chart for deploying GZCTF on Kubernetes. It deploys the official [GZCTF Docker image](ghcr.io/gztimewalker/gzctf/gzctf). Optional HA/Autoscaling (still experimental) + postgresql or postgresql-ha + [Garnet](https://github.com/microsoft/Garnet) or [redis-ha](https://github.com/DandyDeveloper/charts/tree/master/charts/redis-ha) + [MinIO S3](https://github.com/minio/minio/tree/master/helm/minio). Also supports using external Postgresql/Redis/S3.
66

77
## Add the helm repo
88
```bash
9-
helm repo add gzctf https://scribblercoder.github.io/GZCTF-Helm
9+
helm repo add gzctf https://gzctf.github.io/helm
1010
```
1111
## Install (Quick start)
1212

gzctf/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a Helm chart for deploying GZCTF on Kubernetes. It deploys the official
66

77
## Add the helm repo
88
```bash
9-
helm repo add gzctf https://scribblercoder.github.io/GZCTF-Helm
9+
helm repo add gzctf https://gzctf.github.io/helm
1010
```
1111
## Install (Quick start)
1212

0 commit comments

Comments
 (0)