From defee64df83dff97c5372927bde5415984fb1041 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Thu, 16 Jul 2026 08:43:25 +0000 Subject: [PATCH] Update image tag to 12 --- myapp/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myapp/values.yaml b/myapp/values.yaml index e00262d..dbb23da 100644 --- a/myapp/values.yaml +++ b/myapp/values.yaml @@ -7,11 +7,11 @@ replicaCount: 1 # This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/ image: - repository: nginx + repository: imageregistry.gen-itech.com/demo/applicationtest # This sets the pull policy for images. pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: "12" # This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ imagePullSecrets: []