Minio Gitlab CE Helm Chart Registry Size

:hugs: Please help fill in this template with all the details to help others help you more efficiently. Use formatting blocks for code, config, logs and ensure to remove sensitive data.

Problem to solve

Describe your question in as much detail as possible:

My main problem is I’m not sure how Minio works because the Minio comes with Gitlab Helm chart is filling up. When I check the space inside the pod the registry container is around 60 GB, but when I check the space used from Project (GitLab container registry administration | GitLab) in the registry side the use amount is only 30 GB, looks like Minio y duplicating the use, maybe versioning or something else, but in the chart I can not change nothing inside the minio options.

  • What are you seeing, and how does that differ from what you expect to see?
    I don’t know why im seeing double use of space in the Minio when in Gitlab its a half
  • Consider including screenshots, error messages, and/or other helpful visuals
    image

But the total amount when I run this GitLab container registry administration | GitLab in gitlab-console its only 30 GB

How that is possible? Are there any way to no dpulicate the info. I search something about versioning but I cannot change anything inside the values chart of minio

Steps to reproduce

Which troubleshooting steps have you already taken? Can you link to any docs or other resources so we know where you have been?

Configuration

Add the infrastructure-as-code or cloud-native configuration relevant to the question.

Versions

Please select whether options apply, and add the version information.

  • Self-managed v15.11.13

Versions

  • GitLab (Web: /help or self-managed system information): webservice-6.11.13
  • GitLab Runner, if self-hosted (Web /admin/runners or CLI gitlab-runner --version): gitlab-runner-0.51.1

Infrastructure-as-Code

  • Helm: version.BuildInfo{Version:“v3.14.1”, GitCommit:“e8858f8696b144ee7c533bd9d49a353ee6c4b98d”, GitTreeState:“clean”, GoVersion:“go1.21.7”}
  • Ansible: ansible [core 2.15.8]

Cloud-native

  • Kubernetes (kubectl version): 1.26.11 rke2r1

One more thing, today many DEVs delete some tags from Container registries and projects, but the size from the minio, from the PVC never decrease.

I check the size via GitLab container registry administration | GitLab and now I can see the size for many projects decrease but this not happend in the PVC.

What about this? Is it possible to delete the data delete from the projects or something like that?