Skip to content

Commit

Permalink
rm DEPLOYED_AT in plural-www deployment (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Jun 24, 2024
1 parent b1ebcfa commit f07e472
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion plural/helm/plural/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: plural
description: A helm chart for installing plural
appVersion: 0.11.4
version: 0.10.86
version: 0.10.87
dependencies:
- name: hydra
version: 0.26.5
Expand Down
3 changes: 0 additions & 3 deletions plural/helm/plural/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ spec:
- name: www
image: "{{ .Values.global.registry }}/{{ .Values.www.repository }}:{{ .Values.www.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: DEPLOYED_AT
value: {{ now | unixEpoch | quote }}
ports:
- name: http
containerPort: {{ .Values.www.port }}
Expand Down

0 comments on commit f07e472

Please sign in to comment.