Free web-based translation management system.
Homepage: https://weblate.org
A simple install with default values, latest chart version and generated name:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/weblateTo install a specific version of this chart:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/weblate --version 0.3.2To install the chart with the release name my-release:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/weblateTo install with some set values:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/weblate --set values_key1=value1 --set values_key2=value2To install with custom values file:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/weblate -f values.yaml| Repository | Name | Version |
|---|---|---|
| https://charts.bitnami.com/bitnami | postgresql | 11.6.26 |
| https://charts.bitnami.com/bitnami | redis | 17.0.10 |
| Key | Type | Default | Description |
|---|---|---|---|
| adminEmail | string | "" |
Email of Admin Account |
| adminPassword | string | "" |
Password of Admin Account |
| adminUser | string | "" |
Name of Admin Account |
| affinity | object | {} |
|
| allowedHosts | string | "*" |
Hosts that are allowed to connect |
| configOverride | string | "" |
Config override. See https://docs.weblate.org/en/latest/admin/install/docker.html#custom-configuration-files |
| database.create | bool | false |
|
| debug | string | "0" |
Enable debugging |
| defaultFromEmail | string | "" |
From email for outgoing emails |
| emailHost | string | "" |
Host for sending emails |
| emailPassword | string | "" |
Password for sending emails |
| emailPort | int | 587 |
Port for sending emails |
| emailSSL | bool | true |
Use SSL when sending emails |
| emailTLS | bool | true |
Use TLS when sending emails |
| emailUser | string | "" |
User name for sending emails |
| extraConfig | object | {} |
Additional (environment) configs. See https://docs.weblate.org/en/latest/admin/install/docker.html#docker-environment |
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "weblate/weblate" |
|
| image.tag | string | "4.2.2-1" |
|
| imagePullSecrets | list | [] |
|
| ingress.annotations | object | {} |
|
| ingress.className | string | "" |
|
| ingress.enabled | bool | false |
|
| ingress.hosts[0].host | string | "chart-example.local" |
|
| ingress.hosts[0].paths[0].path | string | "/" |
|
| ingress.hosts[0].paths[0].pathType | string | "ImplementationSpecific" |
|
| ingress.tls | list | [] |
|
| nameOverride | string | "" |
|
| nodeSelector | object | {} |
|
| persistence.accessMode | string | "ReadWriteMany" |
|
| persistence.efs.enabled | bool | false |
|
| persistence.efs.fs_id | string | nil |
|
| persistence.enabled | bool | false |
|
| persistence.filestore_dir | string | "/app/data" |
|
| persistence.size | string | "10Gi" |
|
| persistence.storageClass | string | "-" |
|
| podSecurityContext.fsGroup | int | 1000 |
|
| postgresql.enabled | bool | true |
|
| postgresql.postgresqlDatabase | string | "weblate" |
|
| postgresql.postgresqlHost | string | None |
External postgres database endpoint, to be used if postgresql.enabled == false |
| postgresql.postgresqlPassword | string | "weblate" |
|
| postgresql.postgresqlUsername | string | "weblate" |
|
| postgresql.service.port | int | 5432 |
|
| redis.cluster.enabled | bool | false |
|
| redis.db | int | 1 |
|
| redis.enabled | bool | true |
|
| redis.password | string | "weblate" |
|
| redis.redisHost | string | None |
External redis database endpoint, to be used if redis.enabled == false |
| replicaCount | int | 1 |
|
| resources | object | {} |
|
| securityContext | object | {} |
|
| serverEmail | string | "" |
Sender for outgoing emails |
| service.port | int | 80 |
|
| service.type | string | "ClusterIP" |
|
| serviceAccount.create | bool | true |
|
| serviceAccount.name | string | nil |
|
| siteDomain | string | "chart-example.local" |
Site domain |
| siteTitle | string | "Weblate" |
|
| tolerations | list | [] |
|
| updateStrategy | string | "Recreate" |
| Name | Url | |
|---|---|---|
| sietevecesmal | https://github.com/sietevecesmal |
Chart source: github.com/deliveryhero/helm-charts/weblate
Older chart versions: github.com/deliveryhero/helm-charts/pkgs/container/helm-charts/weblate