Merge pull request #45 from wojiushixiaobai/main

feat: 更新 v2.17.0
This commit is contained in:
吴小白
2021-12-17 09:39:42 +08:00
committed by GitHub
4 changed files with 11 additions and 13 deletions

View File

@@ -23,9 +23,7 @@ You can then run `helm search repo jumpserver` to see the charts.
-->
## Documentation
[installer](https://docs.jumpserver.org/zh/master/install/setup_by_fast/)
## [Documentation](https://docs.jumpserver.org/zh/master/install/setup_by_fast/)
```bash
wget https://raw.githubusercontent.com/jumpserver/helm-charts/main/charts/jumpserver/values.yaml

View File

@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v2.16.3"
appVersion: "v2.17.0"
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.16.3
version: 2.17.0

View File

@@ -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.16.3 ` |
| `global.imageTag` | 版本号 | `v2.17.0 ` |
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil`
| `global.storageClass` | 存储 sc | `nil` |
| `ingress.enabled` | 开启 ingress | `true` |

View File

@@ -12,7 +12,7 @@ fullnameOverride: ""
##
global:
imageRegistry: "docker.io"
imageTag: v2.16.3
imageTag: v2.17.0
## E.g.
# imagePullSecrets:
# - myRegistryKeySecretName
@@ -85,7 +85,7 @@ core:
image:
registry: docker.io
repository: jumpserver/core
tag: v2.16.3
tag: v2.17.0
pullPolicy: IfNotPresent
command: []
@@ -170,7 +170,7 @@ koko:
image:
registry: docker.io
repository: jumpserver/koko
tag: v2.16.3
tag: v2.17.0
pullPolicy: IfNotPresent
command: []
@@ -254,7 +254,7 @@ lion:
image:
registry: docker.io
repository: jumpserver/lion
tag: v2.16.3
tag: v2.17.0
pullPolicy: IfNotPresent
command: []
@@ -336,7 +336,7 @@ omnidb:
image:
registry: registry.fit2cloud.com
repository: jumpserver/omnidb
tag: v2.16.3
tag: v2.17.0
pullPolicy: IfNotPresent
command: []
@@ -415,7 +415,7 @@ xrdp:
image:
registry: registry.fit2cloud.com
repository: jumpserver/xrdp
tag: v2.16.3
tag: v2.17.0
pullPolicy: IfNotPresent
command: []
@@ -490,7 +490,7 @@ web:
image:
registry: docker.io
repository: jumpserver/web
tag: v2.16.3
tag: v2.17.0
pullPolicy: IfNotPresent
command: []