diff --git a/charts/substrate-faucet/Chart.yaml b/charts/substrate-faucet/Chart.yaml index 3c6b7352..04440491 100644 --- a/charts/substrate-faucet/Chart.yaml +++ b/charts/substrate-faucet/Chart.yaml @@ -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 diff --git a/charts/substrate-faucet/templates/deployment.yaml b/charts/substrate-faucet/templates/deployment.yaml index 6735ee5f..cec9c33b 100644 --- a/charts/substrate-faucet/templates/deployment.yaml +++ b/charts/substrate-faucet/templates/deployment.yaml @@ -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: