feat: 更新 v3.9.0

This commit is contained in:
吴小白 2023-11-17 10:54:59 +08:00
parent 4b8e2871a3
commit 3db95ab101
4 changed files with 15 additions and 31 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v1 apiVersion: v1
appVersion: "v3.8.2" appVersion: "v3.9.0"
description: A Helm chart for Deploying Jumpserver on Kubernetes description: A Helm chart for Deploying Jumpserver on Kubernetes
engine: gotpl engine: gotpl
home: https://jumpserver.org home: https://jumpserver.org
@ -10,4 +10,4 @@ maintainers:
sources: sources:
- https://github.com/jumpserver/ - https://github.com/jumpserver/
name: jumpserver name: jumpserver
version: 3.8.2 version: 3.9.0

View File

@ -30,7 +30,7 @@ helm repo add jumpserver https://jumpserver.github.io/helm-charts
| `nameOveride` | name override | `nil` | | `nameOveride` | name override | `nil` |
| `fullNameOveride` | full name override | `nil` | | `fullNameOveride` | full name override | `nil` |
| `global.imageRegistry` | 仓库地址 | `docker.io` | | `global.imageRegistry` | 仓库地址 | `docker.io` |
| `global.imageTag` | 版本号 | `v3.8.2 ` | | `global.imageTag` | 版本号 | `v3.9.0 ` |
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil` | | `global.imagePullSecrets` | 私有仓库认证凭据 | `nil` |
| `global.storageClass` | 存储 sc | `nil` | | `global.storageClass` | 存储 sc | `nil` |
| `ingress.enabled` | 开启 ingress | `true` | | `ingress.enabled` | 开启 ingress | `true` |

View File

@ -40,10 +40,6 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_ignore_client_abort on; proxy_ignore_client_abort on;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 6000;
} }
{{- end }} {{- end }}
{{- if .Values.lion.enabled }} {{- if .Values.lion.enabled }}
@ -58,10 +54,6 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_ignore_client_abort on; proxy_ignore_client_abort on;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 6000;
} }
{{- end }} {{- end }}
{{- if .Values.chen.enabled }} {{- if .Values.chen.enabled }}
@ -75,10 +67,6 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_ignore_client_abort on; proxy_ignore_client_abort on;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 6000;
} }
{{- end }} {{- end }}
{{- if .Values.kael.enabled }} {{- if .Values.kael.enabled }}
@ -92,10 +80,6 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_ignore_client_abort on; proxy_ignore_client_abort on;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 6000;
} }
{{- end }} {{- end }}
{{ if .Values.core.enabled }} {{ if .Values.core.enabled }}

View File

@ -12,7 +12,7 @@ fullnameOverride: ""
## ##
global: global:
imageRegistry: "ghcr.io" imageRegistry: "ghcr.io"
imageTag: v3.8.2 imageTag: v3.9.0
## E.g. ## E.g.
# imagePullSecrets: # imagePullSecrets:
# - myRegistryKeySecretName # - myRegistryKeySecretName
@ -84,8 +84,8 @@ core:
image: image:
registry: docker.io registry: docker.io
repository: jumpserver/core repository: jumpserver/core-ce
tag: v3.8.2 tag: v3.9.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -173,7 +173,7 @@ koko:
image: image:
registry: docker.io registry: docker.io
repository: jumpserver/koko repository: jumpserver/koko
tag: v3.8.2 tag: v3.9.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -261,7 +261,7 @@ lion:
image: image:
registry: docker.io registry: docker.io
repository: jumpserver/lion repository: jumpserver/lion
tag: v3.8.2 tag: v3.9.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -349,7 +349,7 @@ magnus:
image: image:
registry: docker.io registry: docker.io
repository: jumpserver/magnus repository: jumpserver/magnus
tag: v3.8.2 tag: v3.9.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -436,7 +436,7 @@ chen:
image: image:
registry: docker.io registry: docker.io
repository: jumpserver/chen repository: jumpserver/chen
tag: v3.8.2 tag: v3.9.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -515,7 +515,7 @@ kael:
image: image:
registry: docker.io registry: docker.io
repository: jumpserver/kael repository: jumpserver/kael
tag: v3.8.2 tag: v3.9.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -596,7 +596,7 @@ xrdp:
image: image:
registry: registry.fit2cloud.com registry: registry.fit2cloud.com
repository: jumpserver/xrdp repository: jumpserver/xrdp
tag: v3.8.2 tag: v3.9.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -673,7 +673,7 @@ razor:
image: image:
registry: registry.fit2cloud.com registry: registry.fit2cloud.com
repository: jumpserver/razor repository: jumpserver/razor
tag: v3.8.2 tag: v3.9.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -750,7 +750,7 @@ video:
image: image:
registry: registry.fit2cloud.com registry: registry.fit2cloud.com
repository: jumpserver/video-worker repository: jumpserver/video-worker
tag: v3.8.2 tag: v3.9.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []
@ -827,7 +827,7 @@ web:
image: image:
registry: docker.io registry: docker.io
repository: jumpserver/web repository: jumpserver/web
tag: v3.8.2 tag: v3.9.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [] command: []