From db044c437ceb8d9ea115124cfa85dc91db7b4348 Mon Sep 17 00:00:00 2001 From: wxxiong6 Date: Thu, 16 Mar 2023 13:35:33 +0800 Subject: [PATCH] feat: upgrade image version --- charts/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/values.yaml b/charts/values.yaml index c29e244..60d01ef 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -14,7 +14,7 @@ replicaCount: 1 # dtm image version image: repository: yedf/dtm - tag: "1.12.2" + tag: "latest" pullPolicy: IfNotPresent imagePullSecrets: []