Tags: jpreese/athens
Tags
[helm-chart] Basic-Auth support without environment-variables (gomods… …#1289) * Added basic auth support Signed-off-by: Alexander Zimmermann <[email protected]> * Disabled basicAuth for default Signed-off-by: Alexander Zimmermann <[email protected]> * Count up helm chart version * Using default values in http-headers Signed-off-by: Alexander Zimmermann <[email protected]>
config.toml: add cautionary note around basic auth (gomods#1109)
Helm chart: Fix ingress setup (gomods#1086) * Helm chart: Fix ingress setup The ingress part of the Helm chart contained references to not-existing templates and values. Additionally, the deployment used some no longer available health-check URLs which prevented it from being marked as ready. * Make readiness and liveness paths depend on the image.tag
Checking the number of bytes written to Mongo GridFS (gomods#889) * Checking the number of bytes written to Mongo GridFS * adding missing import * formatting imports
Cleaning up unused code (gomods#352) * removing pkg/repo Fixes gomods#335 * removing the gomod parser