Merge pull request #3 from wojiushixiaobai/main

feat: 更新v2.11.4
This commit is contained in:
吴小白 2021-07-07 16:16:47 +08:00 committed by GitHub
commit 1162a30390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v2.11.3"
appVersion: "v2.11.4"
description: A Helm chart for Deploying Jumpserver on Kubernetes
name: jumpserver
version: 0.1.0

View File

@ -52,7 +52,7 @@ spec:
livenessProbe:
exec:
command:
- /opt/py3/bin/python /opt/jumpserver/apps/manage.py check_celery
- /opt/py3/bin/python /opt/jumpserver/jms status task | grep stopped && exit 1 || exit 0
resources:
{{- toYaml .resources | nindent 12 }}
volumeMounts:

View File

@ -62,7 +62,7 @@ core:
image:
repository: docker.io/jumpserver/jms_core
tag: v2.11.3
tag: v2.11.4
pullPolicy: IfNotPresent
command: []
@ -152,7 +152,7 @@ koko:
image:
repository: docker.io/jumpserver/jms_koko
tag: v2.11.3
tag: v2.11.4
pullPolicy: IfNotPresent
command: []
@ -161,12 +161,14 @@ koko:
livenessProbe:
failureThreshold: 30
tcpSocket:
httpGet:
path: /koko/health/
port: web
readinessProbe:
failureThreshold: 30
tcpSocket:
httpGet:
path: /koko/health/
port: web
podSecurityContext: {}
@ -238,7 +240,7 @@ lion:
image:
repository: docker.io/jumpserver/jms_lion
tag: v2.11.3
tag: v2.11.4
pullPolicy: IfNotPresent
command: []
@ -315,7 +317,7 @@ nginx:
image:
repository: docker.io/jumpserver/jms_nginx
tag: v2.11.3
tag: v2.11.4
pullPolicy: IfNotPresent
command: []