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