mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
fix: only update chart README (#1820)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user