helm
helm copied to clipboard
Helm Chart for Weblate
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/WeblateOrg/helm). > [!NOTE] These dependencies have not received...
Currently, this repo doesn't have an active maintainer. I try to keep it up-to-date, but my Kubernetes knowledge is close to zero, so I won't make many changes besides updating...
### Describe the problem Currently I can not find any kind of release notes for new releases of the weblate helm chart. The only way to see what happened and...
### Describe the issue Currently I'm running `4.14.2` and trying to upgrade to `4.14.latest`, which fails. First error is this ``` $ helm upgrade -n weblate weblate weblate/weblate -f values.yaml...
### Describe the problem Currently there's one chart that has postgres and redis dependencies. Values for standalone installation with external databased are mixed up and from time to time cause...
I saw the official Helm chart the other day and one thing stood out — it models Weblate as a stateless Deployment rather than StatefulSet which is great for stateful...
### Describe the issue Dear community, I run the helm chart version via argoCD: ``` apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: translation namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io labels: type: translation...
### Describe the problem Both redis and postgresql charts support the configuration of an existing claim, but it seems to be impossible to use this with the weblate helm chart...
### Describe the problem Right now, the Weblate helm chart deploys itself as a single monolithic instance, meaning that every component runs in a single container. Causing slow startup times...
Hi, This looks promising! I see you [already support setting some "secret" environment variables](https://github.com/tarioch/weblate-helm/blob/weblate-0.1.4/charts/weblate/templates/deployment.yaml#L41-L100) via values. In my case, I'd like to be able to configure these **and** additional environment...