From f3f89185574b6e297c10423df0780f09defd820c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 18 Jun 2026 19:50:31 +0200 Subject: [PATCH] fix(yolo-reg): Reset persistance --- charts/yolo-registry/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/yolo-registry/values.yaml b/charts/yolo-registry/values.yaml index d1e5be2b..151e4a79 100644 --- a/charts/yolo-registry/values.yaml +++ b/charts/yolo-registry/values.yaml @@ -55,7 +55,7 @@ ingress: secretName: yolo-registry-tls persistence: enabled: true - size: 1G + size: 5G storageClass: "" accessMode: ReadWriteOnce cluster: @@ -63,7 +63,7 @@ cluster: instances: 1 backupEnabled: true backupRetention: 60d - size: 1Gi + size: 5Gi resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little