From 79c1cdb43afa1d9f1adfe8ec06e32eac16e9c4fb Mon Sep 17 00:00:00 2001 From: wojiushixiaobai <296015668@qq.com> Date: Mon, 13 Sep 2021 07:24:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?perf:=20=E5=8E=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/NOTES.txt | 2 +- values.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/NOTES.txt b/templates/NOTES.txt index eb0a1c9..933c90d 100644 --- a/templates/NOTES.txt +++ b/templates/NOTES.txt @@ -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 }} \ No newline at end of file +{{- end }} diff --git a/values.yaml b/values.yaml index 768a1da..41e6692 100644 --- a/values.yaml +++ b/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: From 62868625ca2b6537932896f90f826b3b717b891e Mon Sep 17 00:00:00 2001 From: wojiushixiaobai <296015668@qq.com> Date: Thu, 16 Sep 2021 22:42:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20v2.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chart.yaml | 2 +- values.yaml | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index fa0038f..9f773a9 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/values.yaml b/values.yaml index 41e6692..7dec068 100644 --- a/values.yaml +++ b/values.yaml @@ -63,7 +63,6 @@ ingress: # hosts: # - chart-example.local - core: enabled: true @@ -85,7 +84,7 @@ core: image: registry: docker.io repository: jumpserver/core - tag: v2.13.2 + tag: v2.14.0 pullPolicy: IfNotPresent command: [] @@ -170,7 +169,7 @@ koko: image: registry: docker.io repository: jumpserver/koko - tag: v2.13.2 + tag: v2.14.0 pullPolicy: IfNotPresent command: [] @@ -254,7 +253,7 @@ lion: image: registry: docker.io repository: jumpserver/lion - tag: v2.13.2 + tag: v2.14.0 pullPolicy: IfNotPresent command: [] @@ -336,7 +335,7 @@ omnidb: image: registry: registry.fit2cloud.com repository: jumpserver/omnidb - tag: v2.13.2 + tag: v2.14.0 pullPolicy: IfNotPresent command: [] @@ -415,7 +414,7 @@ xrdp: image: registry: registry.fit2cloud.com repository: jumpserver/xrdp - tag: v2.13.2 + tag: v2.14.0 pullPolicy: IfNotPresent command: [] @@ -490,7 +489,7 @@ web: image: registry: docker.io repository: jumpserver/web - tag: v2.13.2 + tag: v2.14.0 pullPolicy: IfNotPresent command: []