From f07e4721c76aadde2be44521dde7102fecc53108 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Mon, 24 Jun 2024 16:27:51 -0400 Subject: [PATCH] rm DEPLOYED_AT in plural-www deployment (#1319) --- plural/helm/plural/Chart.yaml | 2 +- plural/helm/plural/templates/deployment.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/plural/helm/plural/Chart.yaml b/plural/helm/plural/Chart.yaml index f18c0fd05..06f752eb9 100644 --- a/plural/helm/plural/Chart.yaml +++ b/plural/helm/plural/Chart.yaml @@ -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 diff --git a/plural/helm/plural/templates/deployment.yaml b/plural/helm/plural/templates/deployment.yaml index ce223ef87..d75156e05 100644 --- a/plural/helm/plural/templates/deployment.yaml +++ b/plural/helm/plural/templates/deployment.yaml @@ -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 }}