From 1217d1963a0f80f6776e7ac66a7cb08ee552bcd3 Mon Sep 17 00:00:00 2001 From: wojiushixiaobai <296015668@qq.com> Date: Thu, 18 Nov 2021 20:15:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20v2.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- .helmignore | 1 + Chart.yaml | 2 +- values.yaml | 14 +++++++------- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index ba20a15..6b48ff1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ **/values-debug.yaml -deploy.sh \ No newline at end of file +.idea/ +deploy.sh diff --git a/.helmignore b/.helmignore index 50af031..9beddef 100644 --- a/.helmignore +++ b/.helmignore @@ -10,6 +10,7 @@ .hg/ .hgignore .svn/ +.idea/ # Common backup files *.swp *.bak diff --git a/Chart.yaml b/Chart.yaml index 3d1837c..7273f04 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "v2.15.4" +appVersion: "v2.16.0" description: A Helm chart for Deploying Jumpserver on Kubernetes name: jumpserver version: 0.1.0 diff --git a/values.yaml b/values.yaml index 388dbef..cf5e570 100644 --- a/values.yaml +++ b/values.yaml @@ -12,7 +12,7 @@ fullnameOverride: "" ## global: imageRegistry: "docker.io" - imageTag: v2.15.4 + imageTag: v2.16.0 ## E.g. # imagePullSecrets: # - myRegistryKeySecretName @@ -85,7 +85,7 @@ core: image: registry: docker.io repository: jumpserver/core - tag: v2.15.4 + tag: v2.16.0 pullPolicy: IfNotPresent command: [] @@ -170,7 +170,7 @@ koko: image: registry: docker.io repository: jumpserver/koko - tag: v2.15.4 + tag: v2.16.0 pullPolicy: IfNotPresent command: [] @@ -256,7 +256,7 @@ lion: image: registry: docker.io repository: jumpserver/lion - tag: v2.15.4 + tag: v2.16.0 pullPolicy: IfNotPresent command: [] @@ -338,7 +338,7 @@ omnidb: image: registry: registry.fit2cloud.com repository: jumpserver/omnidb - tag: v2.15.4 + tag: v2.16.0 pullPolicy: IfNotPresent command: [] @@ -417,7 +417,7 @@ xrdp: image: registry: registry.fit2cloud.com repository: jumpserver/xrdp - tag: v2.15.4 + tag: v2.16.0 pullPolicy: IfNotPresent command: [] @@ -492,7 +492,7 @@ web: image: registry: docker.io repository: jumpserver/web - tag: v2.15.4 + tag: v2.16.0 pullPolicy: IfNotPresent command: []