From d5b855ea38c0441c3d42bf47d2977fdd29dfaf03 Mon Sep 17 00:00:00 2001 From: Trong Huu Nguyen Date: Fri, 22 Mar 2024 13:03:00 +0100 Subject: [PATCH] chart: allow overriding image tag in feature Co-Authored-By: Kim Tore Jensen --- charts/Feature.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/Feature.yaml b/charts/Feature.yaml index e488fdf..d9d23ea 100644 --- a/charts/Feature.yaml +++ b/charts/Feature.yaml @@ -112,3 +112,8 @@ values: displayName: DependencyTrack password computed: template: "{{ .Env.teams_dependencytrack_password | quote }}" + + image.tag: + displayName: Image tag + config: + type: string