From cca82e4ef0c9c6ef8cd4f628d3ae8a35639fd11f Mon Sep 17 00:00:00 2001 From: Ryan Garcia <garcia.ryan@solute.us> Date: Wed, 1 Nov 2023 14:16:08 +0000 Subject: [PATCH] Merge branch 'update-gitlab-tag-7.5.0-bb.0' into 'master' gitlab update to 7.5.0-bb.0 Closes big-bang/product/packages/gitlab#212 See merge request big-bang/bigbang!3368 (cherry picked from commit 23b698721a3d4e4af39ce460f162ae45fa4c04fb) 9e7a91ee Updated gitlab git tag --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index c2e0615551..34b747d516 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1160,11 +1160,11 @@ addons: git: repo: https://repo1.dso.mil/big-bang/product/packages/gitlab.git path: "./chart" - tag: "7.4.1-bb.3" + tag: "7.5.0-bb.0" helmRepo: repoName: "registry1" chartName: "gitlab" - tag: "7.4.1-bb.3" + tag: "7.5.0-bb.0" # -- Flux reconciliation overrides specifically for the Gitlab Package flux: {} -- GitLab