Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gomods/athens-charts

Helm charts for athens
https://github.com/gomods/athens-charts

athens chart charts go helm helm-charts kubernetes proxy

Last synced: 3 months ago
JSON representation

Helm charts for athens

Awesome Lists containing this project

README

        

## Helm chart for Athens Go Proxy
* [gomods/athens](https://github.com/gomods/athens)
* [Chart README](charts/athens-proxy/README.md)
* requires helm v3

```shell script
helm repo add athens https://gomods.github.io/athens-charts
helm search repo athens
```

On Artifact Hub: https://artifacthub.io/packages/search?org=gomods

## Contribute
* Create issues, create PRs, ... let's make this better together.
* See [Contributing](CONTRIBUTING.md)

### Publish a new chart version
Create a PR that changes the version in `Chart.yaml`. When the change is merged to main, it will trigger creating a release.

A version bump is not enforced, so changes are collected on branch `main` and only released when the version of
the chart is changed.

To release the chart with a new Athens version, the PR that bumps the Athens image version is created automatically.
This can be merged to `main` without impact for the current release. After this, create a PR that updates the Chart
version to release the chart using the new Athens image version.