Skip to content

Commit

Permalink
Merge pull request #60 from wojiushixiaobai/main
Browse files Browse the repository at this point in the history
feat: 更新 v2.19.0
  • Loading branch information
wojiushixiaobai authored Feb 17, 2022
2 parents f2a5ee0 + e6178df commit 09c5447
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 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: "v2.18.2"
appVersion: "v2.19.0"
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: 2.18.2
version: 2.19.0
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` | 版本号 | `v2.18.2 ` |
| `global.imageTag` | 版本号 | `v2.19.0 ` |
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil`
| `global.storageClass` | 存储 sc | `nil` |
| `ingress.enabled` | 开启 ingress | `true` |
Expand Down
2 changes: 2 additions & 0 deletions charts/jumpserver/templates/koko/deployment-koko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spec:
value: "{{ .service.ssh.port }}"
- name: HTTPD_PORT
value: "{{ .service.web.port }}"
- name: REUSE_CONNECTION
value: "false"
- name: SHARE_ROOM_TYPE
value: "redis"
- name: REDIS_HOST
Expand Down
22 changes: 11 additions & 11 deletions charts/jumpserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fullnameOverride: ""
##
global:
imageRegistry: "docker.io"
imageTag: v2.18.2
imageTag: v2.19.0
## E.g.
# imagePullSecrets:
# - myRegistryKeySecretName
Expand Down Expand Up @@ -50,12 +50,12 @@ ingress:
enabled: true
annotations:
# kubernetes.io/tls-acme: "true"
compute-full-forwarded-for: "true"
use-forwarded-headers: "true"
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-body-size: "4096m"
nginx.ingress.kubernetes.io/configuration-snippet: |
proxy_set_header Upgrade "websocket";
proxy_set_header Connection "Upgrade";
proxy_set_header Upgrade "websocket";
proxy_set_header Connection "Upgrade";
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
hosts:
- "test.jumpserver.org"
Expand Down Expand Up @@ -85,7 +85,7 @@ core:
image:
registry: docker.io
repository: jumpserver/core
tag: v2.18.2
tag: v2.19.0
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -170,7 +170,7 @@ koko:
image:
registry: docker.io
repository: jumpserver/koko
tag: v2.18.2
tag: v2.19.0
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -254,7 +254,7 @@ lion:
image:
registry: docker.io
repository: jumpserver/lion
tag: v2.18.2
tag: v2.19.0
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -336,7 +336,7 @@ omnidb:
image:
registry: registry.fit2cloud.com
repository: jumpserver/omnidb
tag: v2.18.2
tag: v2.19.0
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -413,7 +413,7 @@ xrdp:
image:
registry: registry.fit2cloud.com
repository: jumpserver/xrdp
tag: v2.18.2
tag: v2.19.0
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -488,7 +488,7 @@ web:
image:
registry: docker.io
repository: jumpserver/web
tag: v2.18.2
tag: v2.19.0
pullPolicy: IfNotPresent

command: []
Expand Down

0 comments on commit 09c5447

Please sign in to comment.