Merge pull request #35 from wojiushixiaobai/main

feat: 更新 v2.16.3
This commit is contained in:
吴小白 2021-11-26 09:29:46 +08:00 committed by GitHub
commit 5773735d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v1 apiVersion: v1
appVersion: "v2.16.1" appVersion: "v2.16.3"
description: A Helm chart for Deploying Jumpserver on Kubernetes description: A Helm chart for Deploying Jumpserver on Kubernetes
name: jumpserver name: jumpserver
version: 0.1.0 version: 0.1.0

View File

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