From c479e3c94581c27ba626220d6d7a08c923ab9ec1 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Sun, 19 Jul 2026 07:03:00 +0000 Subject: [PATCH] Update image tag to --- nginx-chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-chart/values.yaml b/nginx-chart/values.yaml index adccc2f..3b1a67e 100644 --- a/nginx-chart/values.yaml +++ b/nginx-chart/values.yaml @@ -1,8 +1,8 @@ replicaCount: 1 -namespace: "stg" +namespace: "prod" image: repository: imageregistry.gen-itech.com/demo/applicationtest - tag: "21" + tag: "22" pullPolicy: IfNotPresent service: type: ClusterIP