feat: 更新 v2.12.0

This commit is contained in:
wojiushixiaobai 2021-07-15 22:21:14 +08:00
parent 1aa6028745
commit 918cddaf0c
3 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

@ -61,8 +61,8 @@ core:
replicaCount: 1 replicaCount: 1
image: image:
repository: docker.io/jumpserver/jms_core repository: docker.io/jumpserver/core
tag: v2.11.4 tag: v2.12.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -151,8 +151,8 @@ koko:
replicaCount: 1 replicaCount: 1
image: image:
repository: docker.io/jumpserver/jms_koko repository: docker.io/jumpserver/koko
tag: v2.11.4 tag: v2.12.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -239,8 +239,8 @@ lion:
replicaCount: 1 replicaCount: 1
image: image:
repository: docker.io/jumpserver/jms_lion repository: docker.io/jumpserver/lion
tag: v2.11.4 tag: v2.12.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -316,8 +316,8 @@ nginx:
replicaCount: 1 replicaCount: 1
image: image:
repository: docker.io/jumpserver/jms_nginx repository: docker.io/jumpserver/nginx
tag: v2.11.4 tag: v2.12.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []