From 85f99eee90c487a86b40d2d8f7d17d64c6d43f15 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Tue, 26 Nov 2024 12:07:01 +0200 Subject: [PATCH] Reset installation options and release process This will change soon. Signed-off-by: Juan Antonio Osorio --- .github/workflows/release.yaml | 23 +++++++---------------- README.md | 21 ++------------------- README.md.gotmpl | 18 +----------------- 3 files changed, 10 insertions(+), 52 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c2c5900..a7dc6e1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,22 +6,13 @@ on: - '*.*.*' jobs: - release: - runs-on: ubuntu-latest - steps: - - name: Checkout tag - uses: actions/checkout@v4 - with: - ref: ${{ github.ref }} - - - name: Publish Helm Chart - uses: tylerauerbeck/helm-gh-pages@main - with: - token: ${{ secrets.PUBLIC_REPO_GH_PAT }} - charts_dir: . - charts_url: 'https://helm.equinixmetal.com' - repository: 'charts' - branch: gh-pages + # release: + # runs-on: ubuntu-latest + # steps: + # - name: Checkout tag + # uses: actions/checkout@v4 + # with: + # ref: ${{ github.ref }} gh-release: name: Create GitHub Release diff --git a/README.md b/README.md index 6ff59df..6b93a18 100644 --- a/README.md +++ b/README.md @@ -8,28 +8,11 @@ This is a helm chart that deploys a [Krakend](https://www.krakend.io/) instance. ## Description -A Helm chart for deploying krakend.io in Kubernetes provided -and maintained by your friends at Equinix Metal +A Helm chart for deploying krakend.io in Kubernetes. ## Installation -* Add the Equinix Metal helm repository -```bash -helm repo add equinixmetal https://helm.equinixmetal.com -``` - -* Install the helm chart using default values -```bash -helm install krakend equinixmetal/krakend -``` - -> If you are using your own chart, reference the following to your chart's dependencies: -> ```yaml -> dependencies: -> - name: krakend -> version: v0.1.16 -> repository: "https://helm.equinixmetal.com" -> ``` +TODO ## Usage diff --git a/README.md.gotmpl b/README.md.gotmpl index 6ad472d..68f4f6e 100644 --- a/README.md.gotmpl +++ b/README.md.gotmpl @@ -12,23 +12,7 @@ This is a helm chart that deploys a [Krakend](https://www.krakend.io/) instance. ## Installation -* Add the Equinix Metal helm repository -```bash -helm repo add equinixmetal https://helm.equinixmetal.com -``` - -* Install the helm chart using default values -```bash -helm install krakend equinixmetal/krakend -``` - -> If you are using your own chart, reference the following to your chart's dependencies: -> ```yaml -> dependencies: -> - name: krakend -> version: v0.1.16 -> repository: "https://helm.equinixmetal.com" -> ``` +TODO ## Usage