You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Publish helm chart also as an OCI package to GHCR (#75)
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Signed-off-by: Christian Hopf <git@ckotzbauer.de>
Co-authored-by: Christian Hopf <git@ckotzbauer.de>
71: Fix volume mounting (#72)
* 71: Fix volume mounting
- As outlined in #71, trying to add a custom volumeMount will fail Helm
templating because the mount will be indented too far by two spaces.
- This was tested locally and resolves the templating issue.
Signed-off-by: Matt Yaraskavitch <62650344+yaraskm@users.noreply.github.com>
* Bumped chart version as per PR review
Signed-off-by: Matt Yaraskavitch <62650344+yaraskm@users.noreply.github.com>
---------
Signed-off-by: Matt Yaraskavitch <62650344+yaraskm@users.noreply.github.com>