mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
fix: helm-chart lint error
Release.Time has been removed in v3
This commit is contained in:
parent
9edc4cfbf8
commit
e6c7326438
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: migrate-sites-{{ template "erpnext.fullname" . }}-{{ date "20060102150405" .Release.Time }}
|
||||
name: migrate-sites-{{ template "erpnext.fullname" . }}-{{ date "20060102150405" .Release.Now }}
|
||||
spec:
|
||||
backoffLimit: 1
|
||||
template:
|
||||
|
|
|
|||
Loading…
Reference in a new issue