diff --git a/README.md b/README.md index 6ac3824..b944c08 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,29 @@ ### **Installation Guides** +### Helm Repository + +You can now install Hoppscotch charts directly from our Helm repository hosted on GitHub Pages. + +#### Add the repository + +```bash +helm repo add hoppscotch https://hoppscotch.github.io/helm-charts +helm repo update +``` + +#### Install charts + +```bash +# Community version +helm install "my-release" hoppscotch/shc + +# Enterprise version +helm install "my-release" hoppscotch/she +``` + +--- +
Digital Ocean Installation diff --git a/charts/shc/Chart.yaml b/charts/shc/Chart.yaml index 1b49858..ed838b8 100644 --- a/charts/shc/Chart.yaml +++ b/charts/shc/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: hoppscotch description: A Helm chart for Hoppscotch Community Edition type: application -version: 0.1.0 -appVersion: "2024.12.1" +version: 2025.4.0 +appVersion: "2025.4.0" diff --git a/charts/she/Chart.yaml b/charts/she/Chart.yaml index d2fefcb..85c0f2a 100644 --- a/charts/she/Chart.yaml +++ b/charts/she/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: hoppscotch description: A Helm chart for Hoppscotch Enterprise Edition type: application -version: 0.1.0 -appVersion: "2024.12.1" +version: 2025.4.0 +appVersion: "2025.4.0" diff --git a/hoppscotch-2025.4.0.tgz b/hoppscotch-2025.4.0.tgz new file mode 100644 index 0000000..b820caa Binary files /dev/null and b/hoppscotch-2025.4.0.tgz differ diff --git a/index.yaml b/index.yaml new file mode 100644 index 0000000..f6053c2 --- /dev/null +++ b/index.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +entries: + hoppscotch: + - apiVersion: v2 + appVersion: 2025.4.0 + created: "2025-04-30T14:21:55.419456858-03:00" + description: A Helm chart for Hoppscotch Enterprise Edition + digest: b81aa626e671fad994fb2f0ac27ed5df815d6c727b2ac4dacbef623c17eac68c + name: hoppscotch + type: application + urls: + - https://hoppscotch.github.io/helm-charts/hoppscotch-2025.4.0.tgz + version: 2025.4.0 +generated: "2025-04-30T14:21:55.418620952-03:00"