From 7475c03db2177411d0e7d1b6a6b50cebab7244c1 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Thu, 30 Jul 2026 14:59:28 +0200 Subject: [PATCH] updated docs --- .helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.helm/templates/deployment.yaml b/.helm/templates/deployment.yaml index 50236b8..77416f3 100644 --- a/.helm/templates/deployment.yaml +++ b/.helm/templates/deployment.yaml @@ -16,7 +16,7 @@ spec: labels: app: {{ .Values.app }} annotations: - deployment-timestamp: "{{ now | date '20060102150405' }}" + deployment-timestamp: "{{ now.Unix }}" spec: securityContext: runAsNonRoot: true