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