Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Adding helm chart for grocy #238

Closed
wants to merge 2 commits into from

Conversation

handyman5
Copy link

@handyman5 handyman5 commented Feb 18, 2024

This PR introduces a new Helm chart for running grocy in Kubernetes:

$ helm upgrade --install grocy chart/ --values=chart/values.yaml
Release "grocy" has been upgraded. Happy Helming!
NAME: grocy
LAST DEPLOYED: Sat Feb 17 23:22:41 2024
NAMESPACE: grocy
STATUS: deployed
REVISION: 5

It primarily uses the default templates and behaviors you get from helm create <name>, with the necessary and appropriate modifications (such as adding both processes into the same pod).

Note that it creates a persistent volume claim for the app data directory, and annotates it such that helm will not delete the volume when the chart is deleted (and it will re-use the volume if you reinstall the chart).

@berrnd
Copy link
Member

berrnd commented Jan 31, 2025

Closing this due to this project is going to be retired (nobody wants to maintain this since over a year now).

Use the LinuxServer.io image instead: https://hub.docker.com/r/linuxserver/grocy

Also references: https://www.reddit.com/r/grocy/comments/1iejamy

@berrnd berrnd closed this Jan 31, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants