mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-21 16:33:39 +00:00
commit
93e320a69a
@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: "v2.21.1"
|
||||
appVersion: "v2.21.2"
|
||||
description: A Helm chart for Deploying Jumpserver on Kubernetes
|
||||
engine: gotpl
|
||||
home: https://jumpserver.org
|
||||
@ -10,4 +10,4 @@ maintainers:
|
||||
sources:
|
||||
- https://github.com/jumpserver/
|
||||
name: jumpserver
|
||||
version: 2.21.1
|
||||
version: 2.21.2
|
||||
|
@ -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.21.1 ` |
|
||||
| `global.imageTag` | 版本号 | `v2.21.2 ` |
|
||||
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil` |
|
||||
| `global.storageClass` | 存储 sc | `nil` |
|
||||
| `ingress.enabled` | 开启 ingress | `true` |
|
||||
|
@ -12,7 +12,7 @@ fullnameOverride: ""
|
||||
##
|
||||
global:
|
||||
imageRegistry: "docker.io"
|
||||
imageTag: v2.21.1
|
||||
imageTag: v2.21.2
|
||||
## E.g.
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
@ -85,7 +85,7 @@ core:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/core
|
||||
tag: v2.21.1
|
||||
tag: v2.21.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -174,7 +174,7 @@ koko:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/koko
|
||||
tag: v2.21.1
|
||||
tag: v2.21.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -263,7 +263,7 @@ lion:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/lion
|
||||
tag: v2.21.1
|
||||
tag: v2.21.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -352,7 +352,7 @@ magnus:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/magnus
|
||||
tag: v2.21.1
|
||||
tag: v2.21.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -436,7 +436,7 @@ omnidb:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/omnidb
|
||||
tag: v2.21.1
|
||||
tag: v2.21.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -513,7 +513,7 @@ xrdp:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/xrdp
|
||||
tag: v2.21.1
|
||||
tag: v2.21.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -597,7 +597,7 @@ web:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/web
|
||||
tag: v2.21.1
|
||||
tag: v2.21.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
|
Loading…
Reference in New Issue
Block a user