new chart v3.0.3
parent
051004558a
commit
457f1dfe25
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v13.0.0
|
appVersion: v13.0.1
|
||||||
description: Kubernetes Helm Chart for the lastest stable ERPNext branch
|
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
|
icon: https://raw.githubusercontent.com/frappe/design/master/logos/logo-2018/erpnext-logo-blue.svg
|
||||||
name: erpnext
|
name: erpnext
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.0
|
version: 3.0.3
|
||||||
|
|
|
||||||
|
|
@ -6,17 +6,17 @@ replicaCount: 1
|
||||||
|
|
||||||
nginxImage:
|
nginxImage:
|
||||||
repository: frappe/erpnext-nginx
|
repository: frappe/erpnext-nginx
|
||||||
tag: v13.0.0
|
tag: v13.0.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
pythonImage:
|
pythonImage:
|
||||||
repository: frappe/erpnext-worker
|
repository: frappe/erpnext-worker
|
||||||
tag: v13.0.0
|
tag: v13.0.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
socketIOImage:
|
socketIOImage:
|
||||||
repository: frappe/frappe-socketio
|
repository: frappe/frappe-socketio
|
||||||
tag: v13.0.0
|
tag: v13.0.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
|
|
@ -24,9 +24,9 @@ redis:
|
||||||
repository: bitnami/redis
|
repository: bitnami/redis
|
||||||
tag: 5.0.10-debian-10-r105
|
tag: 5.0.10-debian-10-r105
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
extraEnv:
|
extraEnv:
|
||||||
- name: ALLOW_EMPTY_PASSWORD
|
- name: ALLOW_EMPTY_PASSWORD
|
||||||
value: "yes"
|
value: "yes"
|
||||||
|
|
||||||
# Asset Image Env Variables
|
# Asset Image Env Variables
|
||||||
frappePyPort: "8000"
|
frappePyPort: "8000"
|
||||||
|
|
@ -105,7 +105,7 @@ persistence:
|
||||||
# storageClass: "nfs"
|
# storageClass: "nfs"
|
||||||
|
|
||||||
volumePermissions:
|
volumePermissions:
|
||||||
enabled: no
|
enabled: false
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# If you do want to specify resources, uncomment the following
|
# If you do want to specify resources, uncomment the following
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue