Skip to content

Commit

Permalink
Infra/fix cicd (#744)
Browse files Browse the repository at this point in the history
* use valid label characters

* use valid label characters
  • Loading branch information
maxmwang authored Nov 20, 2024
1 parent 40bba46 commit b0f50bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions infra/app/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ Labels applied to all resources.
helm.sh/chart: {{ include "bt-app.chart" . }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}

{{/*
forces a rolling update when the value is changed. necessary since
the timestamp label 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 b0f50bb

Please sign in to comment.