Skip to content

Commit

Permalink
fix: only update chart README
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Feb 3, 2023
1 parent ab64133 commit 32429b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/athens-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ Athens provides a repository for [Go Modules](https://github.com/golang/go/wiki/

The fastest way to install Athens using Helm is to deploy it from our public Helm chart repository. First, add the repository with this command:

Hint: To make the chart available again, the chart is temporarily hosted at sickhub.github.io until we've found a new solution.

```console
$ helm repo add gomods https://athens.blob.core.windows.net/charts
$ helm repo add athens https://sickhub.github.io/athens-proxy
$ helm repo update
```

Next, install the chart with default values to `athens` namespace:

```
$ helm install gomods/athens-proxy -n athens --namespace athens
$ helm install athens/athens-proxy -n athens --namespace athens
```

This will deploy a single Athens instance in the `athens` namespace with `disk` storage enabled. Additionally, a `ClusterIP` service will be created.
Expand Down

0 comments on commit 32429b4

Please sign in to comment.