From ddc3776ca56e4e058d70084677d3d43552461851 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Sun, 19 Jul 2026 07:43:30 +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 7f7e99d..fdeb806 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: "22" + tag: "23" pullPolicy: IfNotPresent service: type: ClusterIP