new chart v3.0.3
parent
051004558a
commit
457f1dfe25
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue