Update image tag to 12

This commit is contained in:
Jenkins CI
2026-07-16 08:43:25 +00:00
parent 78261a90e1
commit defee64df8
+2 -2
View File
@@ -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: []