Skip to content

Commit

Permalink
feat: 更新 v3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Sep 7, 2023
1 parent 934b387 commit 459272c
Show file tree
Hide file tree
Showing 3 changed files with 14 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: "v3.6.2"
appVersion: "v3.6.3"
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.2
version: 3.6.3
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.2 ` |
| `global.imageTag` | 版本号 | `v3.6.3 ` |
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil` |
| `global.storageClass` | 存储 sc | `nil` |
| `ingress.enabled` | 开启 ingress | `true` |
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: "ghcr.io"
imageTag: v3.6.2
imageTag: v3.6.3
## E.g.
# imagePullSecrets:
# - myRegistryKeySecretName
Expand Down Expand Up @@ -85,7 +85,7 @@ core:
image:
registry: docker.io
repository: jumpserver/core
tag: v3.6.2
tag: v3.6.3
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -173,7 +173,7 @@ koko:
image:
registry: docker.io
repository: jumpserver/koko
tag: v3.6.2
tag: v3.6.3
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -261,7 +261,7 @@ lion:
image:
registry: docker.io
repository: jumpserver/lion
tag: v3.6.2
tag: v3.6.3
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -349,7 +349,7 @@ magnus:
image:
registry: docker.io
repository: jumpserver/magnus
tag: v3.6.2
tag: v3.6.3
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -436,7 +436,7 @@ chen:
image:
registry: docker.io
repository: jumpserver/chen
tag: v3.6.2
tag: v3.6.3
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -515,7 +515,7 @@ kael:
image:
registry: docker.io
repository: jumpserver/kael
tag: v3.6.2
tag: v3.6.3
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -596,7 +596,7 @@ xrdp:
image:
registry: registry.fit2cloud.com
repository: jumpserver/xrdp
tag: v3.6.2
tag: v3.6.3
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -673,7 +673,7 @@ razor:
image:
registry: registry.fit2cloud.com
repository: jumpserver/razor
tag: v3.6.2
tag: v3.6.3
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -750,7 +750,7 @@ video:
image:
registry: registry.fit2cloud.com
repository: jumpserver/video-worker
tag: v3.6.2
tag: v3.6.3
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -827,7 +827,7 @@ web:
image:
registry: docker.io
repository: jumpserver/web
tag: v3.6.2
tag: v3.6.3
pullPolicy: IfNotPresent

command: []
Expand Down

0 comments on commit 459272c

Please sign in to comment.