cozystack/packages/apps/bucket
ZverGuy 0e6b8f7ba1 fix(controller): address review findings for BucketClaim reconciler
- Set replicas/minReplicas to 0 in bucket WorkloadMonitor (buckets
  have no pods, minReplicas=1 would mark monitor as not operational)
- Remove dead IsNotFound check on List (List returns empty, not 404)
- Trim trailing slash from PrometheusURL before path append
- Add strings import for TrimRight

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: ZverGuy <maximbel2003@gmail.com>
2026-04-17 10:58:47 +03:00
..
charts Configure all apps to use new function to generate subjects 2025-06-16 20:32:11 +02:00
logos Update dashboard icons (#274) 2024-08-12 14:47:11 +02:00
templates fix(controller): address review findings for BucketClaim reconciler 2026-04-17 10:58:47 +03:00
Chart.yaml Remove versions_map logic 2025-09-24 12:32:37 +02:00
Makefile [docs] Added go types codegeneration for managed apps 2026-03-25 15:57:13 +05:00
README.md fix(bucket): regenerate schema and docs from values.yaml annotations 2026-03-03 19:32:32 +03:00
values.schema.json [docs] Updated app go types 2026-03-25 15:57:25 +05:00
values.yaml feat(bucket): add locking, storagePool, and users configuration 2026-03-03 19:32:32 +03:00

S3 bucket

Parameters

Parameters

Name Description Type Value
locking Provisions bucket from the -lock BucketClass (with object lock enabled). bool false
storagePool Selects a specific BucketClass by storage pool name. string ""
users Users configuration map. map[string]object {}
users[name].readonly Whether the user has read-only access. bool false