mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-22 16:56:19 +00:00
commit
6d92e7feb6
@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: "v2.13.2"
|
||||
appVersion: "v2.14.0"
|
||||
description: A Helm chart for Deploying Jumpserver on Kubernetes
|
||||
name: jumpserver
|
||||
version: 0.1.0
|
||||
|
@ -8,4 +8,4 @@
|
||||
2. Access the Jumpserver SSH server by running these commands:
|
||||
{{- if eq .Values.koko.service.type "LoadBalancer" }}
|
||||
ssh -p{{ .Values.koko.service.ssh.port }} admin@{{ .Values.koko.service.loadBalancerIP }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
15
values.yaml
15
values.yaml
@ -45,8 +45,6 @@ serviceAccount:
|
||||
# If not set and create is true, a name is generated using the fullname template
|
||||
name:
|
||||
|
||||
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
@ -65,7 +63,6 @@ ingress:
|
||||
# hosts:
|
||||
# - chart-example.local
|
||||
|
||||
|
||||
core:
|
||||
enabled: true
|
||||
|
||||
@ -87,7 +84,7 @@ core:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/core
|
||||
tag: v2.13.2
|
||||
tag: v2.14.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -172,7 +169,7 @@ koko:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/koko
|
||||
tag: v2.13.2
|
||||
tag: v2.14.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -256,7 +253,7 @@ lion:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/lion
|
||||
tag: v2.13.2
|
||||
tag: v2.14.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -338,7 +335,7 @@ omnidb:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/omnidb
|
||||
tag: v2.13.2
|
||||
tag: v2.14.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -417,7 +414,7 @@ xrdp:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/xrdp
|
||||
tag: v2.13.2
|
||||
tag: v2.14.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -492,7 +489,7 @@ web:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/web
|
||||
tag: v2.13.2
|
||||
tag: v2.14.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
|
Loading…
Reference in New Issue
Block a user