From c7ba9269defc9c3a2053620337781ace51aec4d8 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Wed, 22 Feb 2023 12:43:04 +0400
Subject: [PATCH] Updated chart.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 helm/templates/deployment.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml
index 66b9b17..cd70d11 100644
--- a/helm/templates/deployment.yaml
+++ b/helm/templates/deployment.yaml
@@ -13,8 +13,9 @@ spec:
       {{- include "s3bot.selectorLabels" . | nindent 6 }}
   template:
     metadata:
-      {{- with .Values.podAnnotations }}
       annotations:
+        deployed_at: {{ now | quote }}
+      {{- with .Values.podAnnotations }}
         {{- toYaml . | nindent 8 }}
       {{- end }}
       labels:
-- 
GitLab