From af4d0f3e99062df70859c27ae5cb71997493ca98 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo <71768+gionn@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:02:53 +0200 Subject: [PATCH] OPSEXP-2311 Enable alfresco-repository as an updatecli target (#113) --- updatecli-matrix-targets.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/updatecli-matrix-targets.yaml b/updatecli-matrix-targets.yaml index ba85734a..e1150cff 100644 --- a/updatecli-matrix-targets.yaml +++ b/updatecli-matrix-targets.yaml @@ -95,3 +95,10 @@ matrix: helm_target: charts/alfresco-share/values.yaml helm_key: $.image.tag helm_update_appVersion: true + repository: + version: + pattern: + image: + helm_target: charts/alfresco-repository/values.yaml + helm_key: $.image.tag + helm_update_appVersion: true