From f85343a173ab8eb5749b29029a594ef69094b2a0 Mon Sep 17 00:00:00 2001 From: Aleksandr Cupacenko Date: Thu, 21 Nov 2024 15:22:37 +0200 Subject: [PATCH] add image digest field (#560) Co-authored-by: Aleksandr Cupacenko --- charts/helm-dashboard/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/helm-dashboard/values.yaml b/charts/helm-dashboard/values.yaml index 5a94ffd..516b80b 100644 --- a/charts/helm-dashboard/values.yaml +++ b/charts/helm-dashboard/values.yaml @@ -17,6 +17,8 @@ image: pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" + # Specifies the exact image digest to pull. + digest: "" imagePullSecrets: [] nameOverride: ""