From 3bbbb1b9ccc574c2d017f9562795ac8c60f493d9 Mon Sep 17 00:00:00 2001 From: Divya Rani Date: Thu, 7 Aug 2025 19:56:32 +0530 Subject: [PATCH] gitaly: Deprecate the use_bundled_binaries config option We have deprecated 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 981c549cb7..2f8836a7e3 100644 --- a/charts/gitlab/charts/gitaly/templates/_configmap_spec.yaml +++ b/charts/gitlab/charts/gitaly/templates/_configmap_spec.yaml @@ -109,7 +109,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