Skip to content

Commit

Permalink
use valid label characters
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Nov 20, 2024
1 parent 40bba46 commit 8aa64da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/app/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
forces a rolling update when the value is changed. necessary since
we do not change the chart or image version when deploying.
*/}}
timestamp: {{ now | quote }}
timestamp: {{ date "2006-01-02 15:04:05Z" (now) | quote }}

env: {{ .Values.env }}
{{- end -}}
Expand Down

0 comments on commit 8aa64da

Please sign in to comment.