From 0c06f2d426b6e26c28b2126d24c5b03c959b65d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Sat, 5 Apr 2025 06:18:00 +0000 Subject: [PATCH] Update dependency https://repo1.dso.mil/big-bang/bigbang.git to v2.50.0 --- base/kustomization.yaml | 2 +- package-strategy/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/kustomization.yaml b/base/kustomization.yaml index ac13588..71cf7ea 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -11,7 +11,7 @@ configMapGenerator: apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://repo1.dso.mil/platform-one/big-bang/bigbang.git/base?ref=2.49.0 +- https://repo1.dso.mil/platform-one/big-bang/bigbang.git/base?ref=2.50.0 patches: - path: secrets.enc.yaml # Enable this section if you wish to use the OCI HelmRepo with Cosign Verfiy instead of the GitRepository. diff --git a/package-strategy/kustomization.yaml b/package-strategy/kustomization.yaml index 7046bfa..dd487cf 100644 --- a/package-strategy/kustomization.yaml +++ b/package-strategy/kustomization.yaml @@ -21,7 +21,7 @@ patches: # Use the following three lines to test a new version of Big Bang without affecting other environments # ref: # $patch: replace - # tag: "2.49.0" + # tag: "2.50.0" - patch: |- apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease -- GitLab