From 2f6c36d1a9729cbce896a02a03a278b990d6ba7f Mon Sep 17 00:00:00 2001 From: Horacio Diaz <h.diaz@wearemetronome.com> Date: Mon, 24 Mar 2025 15:10:22 -0500 Subject: [PATCH] bb: add testing manifest --- testing_manifest.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testing_manifest.yaml diff --git a/testing_manifest.yaml b/testing_manifest.yaml new file mode 100644 index 0000000..434063c --- /dev/null +++ b/testing_manifest.yaml @@ -0,0 +1,8 @@ +bb: +- project_id: 2326 + repo: big-bang/product/packages/argocd + values_overrides: + upgradeJob: + image: + repository: '[[registry]]/[[repo]]' + tag: '[[tag]]' -- GitLab