From 95e6577b27b38a20e6838120e347c6cb6a7ee9bf Mon Sep 17 00:00:00 2001 From: wangyu096 Date: Thu, 1 Sep 2022 10:47:00 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E8=84=9A=E6=9C=AC=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=89=A7=E8=A1=8C=E5=AE=8C=E6=88=90=E4=B9=8B?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E8=84=9A=E6=9C=AC=E6=97=A5=E5=BF=97=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E7=95=8C=E9=9D=A2=E4=B8=80=E7=9B=B4=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E2=80=9D=E6=89=A7=E8=A1=8C=E4=B8=AD",=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE=20#1243?= 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 779c8e64b1..5877da16b4 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.3.0-rc.28 -appVersion: "3.6.0-rc.28" +version: 0.3.0-rc.29 +appVersion: "3.6.0-rc.29" dependencies: - name: common diff --git a/support-files/kubernetes/charts/bk-job/values.yaml b/support-files/kubernetes/charts/bk-job/values.yaml index 8ba60cfc25..6b2a048825 100644 --- a/support-files/kubernetes/charts/bk-job/values.yaml +++ b/support-files/kubernetes/charts/bk-job/values.yaml @@ -655,7 +655,7 @@ gatewayConfig: image: registry: hub.bktencent.com repository: blueking/job-gateway - tag: 3.6.0-rc.28 + tag: 3.6.0-rc.29 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -743,7 +743,7 @@ manageConfig: image: registry: hub.bktencent.com repository: blueking/job-manage - tag: 3.6.0-rc.28 + tag: 3.6.0-rc.29 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -801,7 +801,7 @@ executeConfig: image: registry: hub.bktencent.com repository: blueking/job-execute - tag: 3.6.0-rc.28 + tag: 3.6.0-rc.29 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -852,7 +852,7 @@ crontabConfig: image: registry: hub.bktencent.com repository: blueking/job-crontab - tag: 3.6.0-rc.28 + tag: 3.6.0-rc.29 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -912,7 +912,7 @@ logsvrConfig: image: registry: hub.bktencent.com repository: blueking/job-logsvr - tag: 3.6.0-rc.28 + tag: 3.6.0-rc.29 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -967,7 +967,7 @@ backupConfig: image: registry: hub.bktencent.com repository: blueking/job-backup - tag: 3.6.0-rc.28 + tag: 3.6.0-rc.29 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -1017,7 +1017,7 @@ analysisConfig: image: registry: hub.bktencent.com repository: blueking/job-analysis - tag: 3.6.0-rc.28 + tag: 3.6.0-rc.29 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -1067,7 +1067,7 @@ fileGatewayConfig: image: registry: hub.bktencent.com repository: blueking/job-file-gateway - tag: 3.6.0-rc.28 + tag: 3.6.0-rc.29 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -1117,7 +1117,7 @@ fileWorkerConfig: image: registry: hub.bktencent.com repository: blueking/job-file-worker - tag: 3.6.0-rc.28 + tag: 3.6.0-rc.29 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -1190,7 +1190,7 @@ frontendConfig: image: registry: hub.bktencent.com repository: blueking/job-frontend - tag: 3.6.0-rc.28 + tag: 3.6.0-rc.29 pullPolicy: IfNotPresent pullSecrets: [] replicaCount: 1 @@ -1251,7 +1251,7 @@ migration: # 镜像拉取仓库组织与镜像名称 repository: "blueking/job-migration" # 镜像标签 - tag: 3.6.0-rc.28 + tag: 3.6.0-rc.29 # 镜像拉取策略 pullPolicy: IfNotPresent