From d4ba1fff5c55383d9f7d1b47a017391755f005ad Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Thu, 11 Jan 2024 20:41:21 +0000 Subject: [PATCH] wrapper update to 0.4.4 --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index c071654034..6bc5d8bda8 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1950,14 +1950,14 @@ wrapper: # -- Name of the OCI chart in `repo` chartName: wrapper # -- Tag of the OCI chart in `repo` - tag: "0.4.3" + tag: "0.4.4" git: # -- Git repo holding the wrapper helm chart, example: https://repo1.dso.mil/big-bang/product/packages/wrapper repo: "https://repo1.dso.mil/big-bang/product/packages/wrapper.git" # -- Path inside of the git repo to find the helm chart, example: chart path: "chart" # -- Git tag to check out. Takes precedence over branch. [More info](https://fluxcd.io/flux/components/source/gitrepositories/#reference), example: 0.0.2 - tag: "0.4.3" + tag: "0.4.4" # -- Packages to deploy with Big Bang # @default - '{}' -- GitLab