From e14a0d2f6c0928f7ae12171e02e19a7c14f57876 Mon Sep 17 00:00:00 2001 From: Ryan Garcia <garcia.ryan@solute.us> Date: Mon, 29 Jan 2024 16:10:52 +0000 Subject: [PATCH] Merge branch 'update-gitlab-tag-7.8.1-bb.0' into 'master' gitlab update to 7.8.1-bb.0 See merge request big-bang/bigbang!3746 (cherry picked from commit c61ae3942d591e20ac1d07d4dadb35865f383278) 64ac5931 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 223911c876..3ddfd4c3f0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1180,11 +1180,11 @@ addons: git: repo: https://repo1.dso.mil/big-bang/product/packages/gitlab.git path: "./chart" - tag: "7.8.0-bb.1" + tag: "7.8.1-bb.0" helmRepo: repoName: "registry1" chartName: "gitlab" - tag: "7.8.0-bb.1" + tag: "7.8.1-bb.0" # -- Flux reconciliation overrides specifically for the Gitlab Package flux: {} -- GitLab