Merge pull request #86 from wojiushixiaobai/main

feat: 更新 v2.23.4
This commit is contained in:
吴小白 2022-07-12 18:59:07 +08:00 committed by GitHub
commit 5103b0aba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 11 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v2.23.3"
appVersion: "v2.23.4"
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: 2.23.3
version: 2.23.4

View File

@ -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` | 版本号 | `v2.23.3 ` |
| `global.imageTag` | 版本号 | `v2.23.4 ` |
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil` |
| `global.storageClass` | 存储 sc | `nil` |
| `ingress.enabled` | 开启 ingress | `true` |

View File

@ -29,11 +29,17 @@ server {
proxy_pass {{ $koko }};
proxy_buffering off;
proxy_http_version 1.1;
proxy_request_buffering off;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header X-Real-IP $remote_addr;
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;
}
location /lion/ {
proxy_pass {{ $lion }};
@ -45,6 +51,11 @@ server {
proxy_set_header X-Real-IP $remote_addr;
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;
}
{{- if .Values.xpack.enabled }}
location /omnidb/ {

View File

@ -12,7 +12,7 @@ fullnameOverride: ""
##
global:
imageRegistry: "docker.io"
imageTag: v2.23.3
imageTag: v2.23.4
## E.g.
# imagePullSecrets:
# - myRegistryKeySecretName
@ -85,7 +85,7 @@ core:
image:
registry: docker.io
repository: jumpserver/core
tag: v2.23.3
tag: v2.23.4
pullPolicy: IfNotPresent
command: []
@ -174,7 +174,7 @@ koko:
image:
registry: docker.io
repository: jumpserver/koko
tag: v2.23.3
tag: v2.23.4
pullPolicy: IfNotPresent
command: []
@ -265,7 +265,7 @@ lion:
image:
registry: docker.io
repository: jumpserver/lion
tag: v2.23.3
tag: v2.23.4
pullPolicy: IfNotPresent
command: []
@ -356,7 +356,7 @@ magnus:
image:
registry: docker.io
repository: jumpserver/magnus
tag: v2.23.3
tag: v2.23.4
pullPolicy: IfNotPresent
command: []
@ -442,7 +442,7 @@ omnidb:
image:
registry: registry.fit2cloud.com
repository: jumpserver/omnidb
tag: v2.23.3
tag: v2.23.4
pullPolicy: IfNotPresent
command: []
@ -521,7 +521,7 @@ razor:
image:
registry: registry.fit2cloud.com
repository: jumpserver/razor
tag: v2.23.3
tag: v2.23.4
pullPolicy: IfNotPresent
command: []
@ -598,7 +598,7 @@ web:
image:
registry: docker.io
repository: jumpserver/web
tag: v2.23.3
tag: v2.23.4
pullPolicy: IfNotPresent
command: []