Skip to content

Commit

Permalink
feat: 更新 v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Aug 18, 2023
1 parent eea549f commit ab10980
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 133 deletions.
4 changes: 2 additions & 2 deletions charts/jumpserver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v3.6.0"
appVersion: "v3.6.1"
description: A Helm chart for Deploying Jumpserver on Kubernetes
engine: gotpl
home: https://jumpserver.org
Expand All @@ -10,4 +10,4 @@ maintainers:
sources:
- https://github.com/jumpserver/
name: jumpserver
version: 3.6.0
version: 3.6.1
2 changes: 1 addition & 1 deletion charts/jumpserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ helm repo add jumpserver https://jumpserver.github.io/helm-charts
| `nameOveride` | name override | `nil` |
| `fullNameOveride` | full name override | `nil` |
| `global.imageRegistry` | 仓库地址 | `docker.io` |
| `global.imageTag` | 版本号 | `v3.6.0 ` |
| `global.imageTag` | 版本号 | `v3.6.1 ` |
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil` |
| `global.storageClass` | 存储 sc | `nil` |
| `ingress.enabled` | 开启 ingress | `true` |
Expand Down
10 changes: 10 additions & 0 deletions charts/jumpserver/templates/celery/deployment-celery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ spec:
command:
- /bin/bash
- /opt/jumpserver/utils/check_celery.sh
initialDelaySeconds: 60
timeoutSeconds: 5
readinessProbe:
exec:
command:
- sh
- -c
- test -e /tmp/worker_ready_celery
initialDelaySeconds: 60
timeoutSeconds: 5
resources:
{{- toYaml .resources | nindent 12 }}
volumeMounts:
Expand Down
Loading

0 comments on commit ab10980

Please sign in to comment.