Skip to content

Commit

Permalink
Remove faucet SMF_CONFIG_DEPLOYED_TIME env var (#278)
Browse files Browse the repository at this point in the history
remove faucet SMF_CONFIG_DEPLOYED_TIME env var
  • Loading branch information
PierreBesson committed Jul 14, 2023
1 parent ef8f73c commit 52f9361
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/substrate-faucet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: substrate-faucet
description: A Helm chart to deploy substrate-faucet
type: application
version: 2.2.1
version: 2.2.2
maintainers:
- name: Parity
url: https://github.com/paritytech/helm-charts
2 changes: 0 additions & 2 deletions charts/substrate-faucet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ spec:
{{- end }}
- name: SMF_CONFIG_DEPLOYED_REF
value: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
- name: SMF_CONFIG_DEPLOYED_TIME
value: {{ now | date "2006-01-02T15:04:05" | quote }}
- name: SMF_CONFIG_EXTERNAL_ACCESS
value: {{ .Values.faucet.externalAccess | quote }}
ports:
Expand Down

0 comments on commit 52f9361

Please sign in to comment.