We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ebcfa commit f07e472Copy full SHA for f07e472
plural/helm/plural/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: plural
3
description: A helm chart for installing plural
4
appVersion: 0.11.4
5
-version: 0.10.86
+version: 0.10.87
6
dependencies:
7
- name: hydra
8
version: 0.26.5
plural/helm/plural/templates/deployment.yaml
@@ -232,9 +232,6 @@ spec:
232
- name: www
233
image: "{{ .Values.global.registry }}/{{ .Values.www.repository }}:{{ .Values.www.tag | default .Chart.AppVersion }}"
234
imagePullPolicy: {{ .Values.image.pullPolicy }}
235
- env:
236
- - name: DEPLOYED_AT
237
- value: {{ now | unixEpoch | quote }}
238
ports:
239
- name: http
240
containerPort: {{ .Values.www.port }}
0 commit comments