From 018f41ec851ca2e84fe546e26cd6f2d4fa715d57 Mon Sep 17 00:00:00 2001 From: jsonwan Date: Wed, 7 Sep 2022 16:10:02 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E5=85=A8=E5=B1=80=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=A2=84=E8=A7=88=E5=9C=A8=E5=8F=91=E9=80=81?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B=E4=BB=8D?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=8F=91=E9=80=81=E6=88=90=E5=8A=9F=20#1225?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新版本号 --- .../kubernetes/charts/bk-job/Chart.yaml | 4 ++-- .../kubernetes/charts/bk-job/values.yaml | 22 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/support-files/kubernetes/charts/bk-job/Chart.yaml b/support-files/kubernetes/charts/bk-job/Chart.yaml index 7be5fda32f..8015d05166 100644 --- a/support-files/kubernetes/charts/bk-job/Chart.yaml +++ b/support-files/kubernetes/charts/bk-job/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: "bk-job" description: The BK-JOB is a ops script management and execution system with the capability of dealing with multiple tasks simultaneously. type: application -version: 0.2.5-rc.24 -appVersion: "3.5.0-rc.24" +version: 0.2.5-rc.25 +appVersion: "3.5.0-rc.25" dependencies: - name: common diff --git a/support-files/kubernetes/charts/bk-job/values.yaml b/support-files/kubernetes/charts/bk-job/values.yaml index c44e51ffb0..67e32297dd 100644 --- a/support-files/kubernetes/charts/bk-job/values.yaml +++ b/support-files/kubernetes/charts/bk-job/values.yaml @@ -647,7 +647,7 @@ gatewayConfig: image: registry: hub.bktencent.com repository: blueking/job-gateway - tag: 3.5.0-rc.24 + tag: 3.5.0-rc.25 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -735,7 +735,7 @@ manageConfig: image: registry: hub.bktencent.com repository: blueking/job-manage - tag: 3.5.0-rc.24 + tag: 3.5.0-rc.25 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -793,7 +793,7 @@ executeConfig: image: registry: hub.bktencent.com repository: blueking/job-execute - tag: 3.5.0-rc.24 + tag: 3.5.0-rc.25 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -844,7 +844,7 @@ crontabConfig: image: registry: hub.bktencent.com repository: blueking/job-crontab - tag: 3.5.0-rc.24 + tag: 3.5.0-rc.25 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -904,7 +904,7 @@ logsvrConfig: image: registry: hub.bktencent.com repository: blueking/job-logsvr - tag: 3.5.0-rc.24 + tag: 3.5.0-rc.25 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -959,7 +959,7 @@ backupConfig: image: registry: hub.bktencent.com repository: blueking/job-backup - tag: 3.5.0-rc.24 + tag: 3.5.0-rc.25 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -1009,7 +1009,7 @@ analysisConfig: image: registry: hub.bktencent.com repository: blueking/job-analysis - tag: 3.5.0-rc.24 + tag: 3.5.0-rc.25 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -1059,7 +1059,7 @@ fileGatewayConfig: image: registry: hub.bktencent.com repository: blueking/job-file-gateway - tag: 3.5.0-rc.24 + tag: 3.5.0-rc.25 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -1109,7 +1109,7 @@ fileWorkerConfig: image: registry: hub.bktencent.com repository: blueking/job-file-worker - tag: 3.5.0-rc.24 + tag: 3.5.0-rc.25 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -1182,7 +1182,7 @@ frontendConfig: image: registry: hub.bktencent.com repository: blueking/job-frontend - tag: 3.5.0-rc.24 + tag: 3.5.0-rc.25 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -1243,7 +1243,7 @@ migration: # 镜像拉取仓库组织与镜像名称 repository: "blueking/job-migration" # 镜像标签 - tag: 3.5.0-rc.24 + tag: 3.5.0-rc.25 # 镜像拉取策略 pullPolicy: IfNotPresent