Skip to content

Commit

Permalink
Merge pull request #129 from wojiushixiaobai/main
Browse files Browse the repository at this point in the history
feat: 更新 v3.1.0
  • Loading branch information
wojiushixiaobai authored Mar 17, 2023
2 parents c843c7c + e5b6386 commit 27be8f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.0.4"
appVersion: "v3.1.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: 3.0.4
version: 3.1.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` | 版本号 | `v3.0.4 ` |
| `global.imageTag` | 版本号 | `v3.1.0 ` |
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil` |
| `global.storageClass` | 存储 sc | `nil` |
| `ingress.enabled` | 开启 ingress | `true` |
Expand Down
18 changes: 9 additions & 9 deletions charts/jumpserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ fullnameOverride: ""
## @param global.redis.password Global Redis™ password (overrides `auth.password`)
##
global:
imageRegistry: "docker.io"
imageTag: v3.0.4
imageRegistry: "ghcr.io"
imageTag: v3.1.0
## E.g.
# imagePullSecrets:
# - myRegistryKeySecretName
Expand Down Expand Up @@ -85,7 +85,7 @@ core:
image:
registry: docker.io
repository: jumpserver/core
tag: v3.0.4
tag: v3.1.0
pullPolicy: IfNotPresent

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

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

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

command: []
Expand Down Expand Up @@ -444,7 +444,7 @@ omnidb:
image:
registry: registry.fit2cloud.com
repository: jumpserver/omnidb
tag: v3.0.4
tag: v3.1.0
pullPolicy: IfNotPresent

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

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

command: []
Expand Down

0 comments on commit 27be8f5

Please sign in to comment.