Skip to content

Commit

Permalink
Reset installation options and release process
Browse files Browse the repository at this point in the history
This will change soon.

Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
  • Loading branch information
JAORMX committed Nov 26, 2024
1 parent 6fd3b4b commit 85f99ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 52 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
18 changes: 1 addition & 17 deletions README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85f99ee

Please sign in to comment.