Closed
Description
Is your feature request related to a problem? Please describe.
Currently, the helm charts are hard to find. Additionally, automation is lacking to update the helm charts when releasing new software, leading to issues such as ory/hydra#2226 and people asking if we even maintain these helm charts (which we do!).
Describe the solution you'd like
We need to change the way these helm charts are defined. This should happen as follows:
- �[ ] Move all helm charts in their project's respective directory, e.g.
github.com/ory/hydra/helm
- Move all documentation to the project's respective documentation in it's own top level navigation key
- Add automation to release new helm charts whenever we release a new software version, and bump the version keys
- Publish the helm charts using our website, under
www.ory.sh/helm/charts
Activity