Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gomods/athens-charts
- Owner: gomods
- License: mit
- Created: 2023-02-25T03:45:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T10:00:06.000Z (3 months ago)
- Last Synced: 2024-11-14T10:36:45.640Z (3 months ago)
- Topics: athens, chart, charts, go, helm, helm-charts, kubernetes, proxy
- Language: Smarty
- Homepage: https://gomods.github.io/athens-charts/
- Size: 126 KB
- Stars: 10
- Watchers: 8
- Forks: 19
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.