From 3959b5bb60855dbd25e0a1774a18afb682bb343a Mon Sep 17 00:00:00 2001 From: Divya Rani Date: Tue, 8 Jul 2025 18:27:19 +0530 Subject: [PATCH] Deprecate use_bundled_binaries in Gitaly config As we are deprecating the use_bundled_binaries and bin_path config settings in Gitaly, this commit updates the template to remove the use_bundled_binaries field. --- charts/gitlab/charts/gitaly/templates/_configmap_spec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/gitlab/charts/gitaly/templates/_configmap_spec.yaml b/charts/gitlab/charts/gitaly/templates/_configmap_spec.yaml index 3e275d3fc5..b764074708 100644 --- a/charts/gitlab/charts/gitaly/templates/_configmap_spec.yaml +++ b/charts/gitlab/charts/gitaly/templates/_configmap_spec.yaml @@ -105,7 +105,6 @@ data: token = {% file.Read "/etc/gitlab-secrets/gitaly/gitaly_token" | strings.TrimSpace | data.ToJSON %} [git] - use_bundled_binaries = true ignore_gitconfig = true {{- if .Values.gpgSigning.enabled }} signing_key = '/etc/gitlab-secrets/gitaly/signing_key.gpg' -- GitLab