diff --git a/erpnext/Chart.yaml b/erpnext/Chart.yaml index d75087a..7960e91 100644 --- a/erpnext/Chart.yaml +++ b/erpnext/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: v13.0.0 +appVersion: v13.0.1 description: Kubernetes Helm Chart for the lastest stable ERPNext branch icon: https://raw.githubusercontent.com/frappe/design/master/logos/logo-2018/erpnext-logo-blue.svg name: erpnext type: application -version: 3.0.0 +version: 3.0.3 diff --git a/erpnext/values.yaml b/erpnext/values.yaml index 83f19b0..e4d08b5 100644 --- a/erpnext/values.yaml +++ b/erpnext/values.yaml @@ -6,17 +6,17 @@ replicaCount: 1 nginxImage: repository: frappe/erpnext-nginx - tag: v13.0.0 + tag: v13.0.1 pullPolicy: IfNotPresent pythonImage: repository: frappe/erpnext-worker - tag: v13.0.0 + tag: v13.0.1 pullPolicy: IfNotPresent socketIOImage: repository: frappe/frappe-socketio - tag: v13.0.0 + tag: v13.0.2 pullPolicy: IfNotPresent redis: @@ -24,9 +24,9 @@ redis: repository: bitnami/redis tag: 5.0.10-debian-10-r105 pullPolicy: IfNotPresent - extraEnv: - - name: ALLOW_EMPTY_PASSWORD - value: "yes" + extraEnv: + - name: ALLOW_EMPTY_PASSWORD + value: "yes" # Asset Image Env Variables frappePyPort: "8000" @@ -105,7 +105,7 @@ persistence: # storageClass: "nfs" volumePermissions: - enabled: no + enabled: false resources: {} # If you do want to specify resources, uncomment the following