diff --git a/deploy/helm/templates/deployment.yaml b/deploy/helm/templates/deployment.yaml index 48902c7bf3980cf88ab0150f3a2a5412e77c4f7f..09fce84cad3fb02aad1be3c5ca13407f090783b3 100644 --- a/deploy/helm/templates/deployment.yaml +++ b/deploy/helm/templates/deployment.yaml @@ -4,7 +4,8 @@ metadata: name: {{ include "s3rius-blog.fullname" . }} labels: {{- include "s3rius-blog.labels" . | nindent 4 }} - deployed_at: {{now | quote}} + annotations: + updated_at: {{now | quote}} spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }}