From 81d060944c6a5be2c63bba72036f8ce12fdaab23 Mon Sep 17 00:00:00 2001 From: Aleksandr Cupacenko Date: Thu, 21 Nov 2024 10:42:54 +0200 Subject: [PATCH] add image digest field --- 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 5a94ffd7..516b80bc 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: ""