mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-18 23:17:42 +00:00
feat: 更新 v3.9.0
This commit is contained in:
parent
4b8e2871a3
commit
3db95ab101
@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: "v3.8.2"
|
||||
appVersion: "v3.9.0"
|
||||
description: A Helm chart for Deploying Jumpserver on Kubernetes
|
||||
engine: gotpl
|
||||
home: https://jumpserver.org
|
||||
@ -10,4 +10,4 @@ maintainers:
|
||||
sources:
|
||||
- https://github.com/jumpserver/
|
||||
name: jumpserver
|
||||
version: 3.8.2
|
||||
version: 3.9.0
|
||||
|
@ -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.8.2 ` |
|
||||
| `global.imageTag` | 版本号 | `v3.9.0 ` |
|
||||
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil` |
|
||||
| `global.storageClass` | 存储 sc | `nil` |
|
||||
| `ingress.enabled` | 开启 ingress | `true` |
|
||||
|
@ -40,10 +40,6 @@ server {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_ignore_client_abort on;
|
||||
proxy_connect_timeout 600;
|
||||
proxy_send_timeout 600;
|
||||
proxy_read_timeout 600;
|
||||
send_timeout 6000;
|
||||
}
|
||||
{{- end }}
|
||||
{{- if .Values.lion.enabled }}
|
||||
@ -58,10 +54,6 @@ server {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_ignore_client_abort on;
|
||||
proxy_connect_timeout 600;
|
||||
proxy_send_timeout 600;
|
||||
proxy_read_timeout 600;
|
||||
send_timeout 6000;
|
||||
}
|
||||
{{- end }}
|
||||
{{- if .Values.chen.enabled }}
|
||||
@ -75,10 +67,6 @@ server {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_ignore_client_abort on;
|
||||
proxy_connect_timeout 600;
|
||||
proxy_send_timeout 600;
|
||||
proxy_read_timeout 600;
|
||||
send_timeout 6000;
|
||||
}
|
||||
{{- end }}
|
||||
{{- if .Values.kael.enabled }}
|
||||
@ -92,10 +80,6 @@ server {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_ignore_client_abort on;
|
||||
proxy_connect_timeout 600;
|
||||
proxy_send_timeout 600;
|
||||
proxy_read_timeout 600;
|
||||
send_timeout 6000;
|
||||
}
|
||||
{{- end }}
|
||||
{{ if .Values.core.enabled }}
|
||||
|
@ -12,7 +12,7 @@ fullnameOverride: ""
|
||||
##
|
||||
global:
|
||||
imageRegistry: "ghcr.io"
|
||||
imageTag: v3.8.2
|
||||
imageTag: v3.9.0
|
||||
## E.g.
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
@ -84,8 +84,8 @@ core:
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/core
|
||||
tag: v3.8.2
|
||||
repository: jumpserver/core-ce
|
||||
tag: v3.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -173,7 +173,7 @@ koko:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/koko
|
||||
tag: v3.8.2
|
||||
tag: v3.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -261,7 +261,7 @@ lion:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/lion
|
||||
tag: v3.8.2
|
||||
tag: v3.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -349,7 +349,7 @@ magnus:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/magnus
|
||||
tag: v3.8.2
|
||||
tag: v3.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -436,7 +436,7 @@ chen:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/chen
|
||||
tag: v3.8.2
|
||||
tag: v3.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -515,7 +515,7 @@ kael:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/kael
|
||||
tag: v3.8.2
|
||||
tag: v3.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -596,7 +596,7 @@ xrdp:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/xrdp
|
||||
tag: v3.8.2
|
||||
tag: v3.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -673,7 +673,7 @@ razor:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/razor
|
||||
tag: v3.8.2
|
||||
tag: v3.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -750,7 +750,7 @@ video:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/video-worker
|
||||
tag: v3.8.2
|
||||
tag: v3.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -827,7 +827,7 @@ web:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/web
|
||||
tag: v3.8.2
|
||||
tag: v3.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
|
Loading…
Reference in New Issue
Block a user