Skip to content

Commit

Permalink
Merge pull request #101 from wojiushixiaobai/main
Browse files Browse the repository at this point in the history
feat: 更新 v2.25.4
  • Loading branch information
wojiushixiaobai authored Sep 1, 2022
2 parents bcfbc3a + f429533 commit f7916f3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 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.25.3"
appVersion: "v2.25.4"
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.25.3
version: 2.25.4
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.25.3 ` |
| `global.imageTag` | 版本号 | `v2.25.4 ` |
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil` |
| `global.storageClass` | 存储 sc | `nil` |
| `ingress.enabled` | 开启 ingress | `true` |
Expand Down
3 changes: 3 additions & 0 deletions charts/jumpserver/templates/magnus/deployment-magnus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ spec:
- name: mariadb
containerPort: {{ .service.mariadb.port }}
protocol: TCP
- name: redis
containerPort: {{ .service.redis.port }}
protocol: TCP
{{- if $.Values.xpack.enabled }}
- name: postgre
containerPort: {{ .service.postgre.port }}
Expand Down
4 changes: 4 additions & 0 deletions charts/jumpserver/templates/magnus/service-magnus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
targetPort: mariadb
protocol: TCP
name: mariadb
- port: {{ .service.redis.port }}
targetPort: redis
protocol: TCP
name: redis
{{- if $.Values.xpack.enabled }}
- port: {{ .service.postgre.port }}
targetPort: postgre
Expand Down
18 changes: 10 additions & 8 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.25.3
imageTag: v2.25.4
## E.g.
# imagePullSecrets:
# - myRegistryKeySecretName
Expand Down Expand Up @@ -85,7 +85,7 @@ core:
image:
registry: docker.io
repository: jumpserver/core
tag: v2.25.3
tag: v2.25.4
pullPolicy: IfNotPresent

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

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

command: []
Expand Down Expand Up @@ -356,7 +356,7 @@ magnus:
image:
registry: docker.io
repository: jumpserver/magnus
tag: v2.25.3
tag: v2.25.4
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -390,6 +390,8 @@ magnus:
port: 33060
mariadb:
port: 33061
redis:
port: 63790
postgre:
port: 54320
oracle11g:
Expand Down Expand Up @@ -446,7 +448,7 @@ omnidb:
image:
registry: registry.fit2cloud.com
repository: jumpserver/omnidb
tag: v2.25.3
tag: v2.25.4
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -525,7 +527,7 @@ razor:
image:
registry: registry.fit2cloud.com
repository: jumpserver/razor
tag: v2.25.3
tag: v2.25.4
pullPolicy: IfNotPresent

command: []
Expand Down Expand Up @@ -602,7 +604,7 @@ web:
image:
registry: docker.io
repository: jumpserver/web
tag: v2.25.3
tag: v2.25.4
pullPolicy: IfNotPresent

command: []
Expand Down

0 comments on commit f7916f3

Please sign in to comment.