Skip to content

Commit f07e472

Browse files
rm DEPLOYED_AT in plural-www deployment (#1319)
1 parent b1ebcfa commit f07e472

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

plural/helm/plural/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: plural
33
description: A helm chart for installing plural
44
appVersion: 0.11.4
5-
version: 0.10.86
5+
version: 0.10.87
66
dependencies:
77
- name: hydra
88
version: 0.26.5

plural/helm/plural/templates/deployment.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,6 @@ spec:
232232
- name: www
233233
image: "{{ .Values.global.registry }}/{{ .Values.www.repository }}:{{ .Values.www.tag | default .Chart.AppVersion }}"
234234
imagePullPolicy: {{ .Values.image.pullPolicy }}
235-
env:
236-
- name: DEPLOYED_AT
237-
value: {{ now | unixEpoch | quote }}
238235
ports:
239236
- name: http
240237
containerPort: {{ .Values.www.port }}

0 commit comments

Comments
 (0)