helm icon indicating copy to clipboard operation
helm copied to clipboard

Helm Chart for Weblate

Results 18 helm issues
Sort by recently updated
recently updated
newest added

### Describe the issue The default values for SMTP are confusing: https://github.com/WeblateOrg/helm/blob/c009d08912a252305ec0d3bb48ff6c9a468eb91c/charts/weblate/values.yaml#L33-L36 You can always only set one of these to true, otherwise celery complains: ``` EMAIL_USE_TLS/EMAIL_USE_SSL are mutually exclusive,...

bug
help wanted
good first issue

### Describe the issue I've split helm chart configuration to the as follow: `weblate-web.yaml` ``` --- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: weblate-web namespace: weblate spec: interval: 30m chart: spec:...

enhancement

Only trigger a reload of the pod, if the actual data of a ConfigMap or Secret is changed. I took the idea from the bitnami helm charts: > Benefits >...

The helm chart sets `fsGroup` and the Kubernetes cluster may sets `fsGroupChangePolicy` to `Always` by default, which causes the group permissions of all files on the PVC to be adjusted...

wontfix

### Describe the issue Latest helm package released is 0.5.21, with (Weblate) application version 5.9.10. I can see the application was updated in the package's source to latest so far,...

### Describe the issue I get the following fatal error in the logs when upgrading from helm chart 0.5.16 to 0.5.17: ```txt postgresql 12:51:27.33 INFO ==> ** PostgreSQL setup finished!...

enhancement

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [redis](https://bitnami.com) ([source](https://redirect.github.com/bitnami/charts/tree/HEAD/bitnami/redis)) | minor | `20.6.3` -> `20.10.0` | --- ### Release Notes bitnami/charts (redis)...

dependencies

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgresql](https://bitnami.com) ([source](https://redirect.github.com/bitnami/charts/tree/HEAD/bitnami/postgresql)) | patch | `16.4.5` -> `16.4.14` | --- ### Release Notes bitnami/charts (postgresql)...

dependencies