No introduction found. Create it?
garage from bjw-s-labs/charts/ is more popular with 11 repositories.
Install with:
helm repo add garage oci://ghcr.io/bjw-s-labs/charts/
helm install garage garage/garage -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| garage | auricom/home-ops | 203 | 4.6.2 | 5 days ago |
| garage | oscaromeu/home-ops | 31 | 4.6.2 | a month ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
| string | |
| string | |
controllers.garage.containers.app.image.tag (6) v2.2.0@sha256:45a61ce3f7c9c24fc23d9ed2b09b27ed560ab87b34605d175d5c588f539c24e4 | string |
| boolean | |
| string | |
| boolean | |
| string | |
| string | |
controllers.garage.containers.app.env.TZ (4) ${TIMEZONE} | string |
| string | |
| string | |
controllers.garage.containers.webui.env.API_BASE_URL (1) http://localhost:3903 | string |
controllers.garage.containers.webui.env.S3_ENDPOINT_URL (1) http://localhost:3900 | string |
| string | |
controllers.garage.containers.webui.image.repository (1) khairul169/garage-webui | string |
controllers.garage.containers.webui.image.tag (1) 1.1.0@sha256:17c793551873155065bf9a022dabcde874de808a1f26e648d4b82e168806439c | string |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| string | |
| string | |
| string | |
| number | |
| string | |
| number | |
| boolean | |
| number | |
controllers.garage.strategy (1) RollingUpdate | string |
persistence.config.globalMounts[].path (6) /etc/garage.toml | string |
persistence.config.globalMounts[].subPath (6) configuration.toml | string |
persistence.config.type (6) configMap | string |
| string | |
| boolean | |
| string | |
| string | |
persistence.data.path (4) /mnt/vol1/apps/garage/data | string |
persistence.data.server (4) 192.168.9.10 | string |
| string | |
persistence.data.existingClaim (1) garage-data | string |
| string | |
| string | |
| string | |
persistence.meta.path (2) /mnt/vol1/apps/garage/meta | string |
persistence.meta.server (2) 192.168.9.10 | string |
persistence.meta.accessMode (1) ReadWriteOnce | string |
| string | |
persistence.meta.storageClass (1) ceph-block | string |
| string | |
| string | |
persistence.nas.path (1) /mnt/tank/kubernetes/garage | string |
persistence.nas.server (1) truenas.aresu.eu | string |
| string | |
persistence.tls.globalMounts[].path (1) /etc/garage/tls | string |
| boolean | |
persistence.tls.name (1) ${SECRET_DOMAIN/./-}-production-tls | string |
persistence.tls.type (1) secret | string |
| string | |
persistence.tmp.type (1) emptyDir | string |
| number | |
| number | |
| number | |
| string | |
| string | |
service.app.loadBalancerIP (1) 192.168.1.39 | string |
service.app.type (1) LoadBalancer | string |
| number | |
| number, string | |
| string | |
| number, string | |
| boolean | |
| number, string | |
| string | |
| number | |
route.app.hostnames[] (5) - s3.aresu.eu | string |
route.app.parentRefs[].name (5) envoy-internal | string |
| string | |
| string | |
| number | |
| string | |
| string | |
| string | |
route.app-external.hostnames[] (1) - s3-ext.${SECRET_DOMAIN} | string |
route.app-external.parentRefs[].name (1) envoy-external | string |
| string | |
| string | |
| string | |
| number | |
| string | |
route.authentik.hostnames[] (1) - authentik-static.${SECRET_DOMAIN} | string |
| string | |
| string | |
| string | |
| number | |
route.webui.hostnames[] (1) - garage.aresu.eu | string |
route.webui.parentRefs[].name (1) envoy-internal | string |
| string | |
| string | |
| number | |
configMaps.config.data."garage.toml" (2) metadata_dir = "/meta"
data_dir = "/data"
db_engine = "lmdb"
metadata_auto_snapshot_interval = "6h"
replication_factor = 1
compression_level = 2
rpc_bind_addr = "[::]:3901"
rpc_public_addr = "127.0.0.1:3901"
[s3_api]
s3_region = "eu-west-1"
api_bind_addr = "[::]:3900"
root_domain = ".s3.aresu.eu"
[admin]
api_bind_addr = "[::]:3903" | string |
configMaps.config.data."configuration.toml" (1) metadata_dir = "/meta"
data_dir = "/data"
db_engine = "sqlite"
metadata_auto_snapshot_interval = "6h"
block_size = "10MiB"
replication_factor = 1
compression_level = 2
rpc_bind_addr = "[::]:3901"
rpc_public_addr = "127.0.0.1:3901"
[s3_api]
s3_region = "us-east-1"
api_bind_addr = "[::]:3900"
root_domain = ".s3.${SECRET_DOMAIN}"
[admin]
api_bind_addr = "[::]:3903"
| string |
configMaps.garage-config.data."configuration.toml" (1) metadata_dir = "/meta"
data_dir = "/data"
db_engine = "lmdb"
metadata_auto_snapshot_interval = "6h"
replication_factor = 1
compression_level = 2
block_size = 4194304
block_ram_buffer_max = 536870912
sled_cache_capacity = 134217728
sled_flush_every_ms = 2000
rpc_bind_addr = "[::]:3901"
rpc_public_addr = "127.0.0.1:3901"
[s3_api]
s3_region = "us-east-1"
api_bind_addr = "[::]:3900"
root_domain = ".s3.mapanare.net"
max_concurrent_requests = 100
max_request_body_size = 10737418240
max_upload_size = 10737418240
[admin]
api_bind_addr = "[::]:3903"
| string |
| boolean |