Skip to content

Commit

Permalink
feature: 作业平台兼容GSE 1.0/2.0 TencentBlueKing#1136
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Jul 21, 2022
1 parent 9a58bd9 commit a50ae4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions support-files/kubernetes/charts/bk-job/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-beta-5
appVersion: "3.7.0-beta-5"
version: 0.4.0-beta-6
appVersion: "3.7.0-beta-6"

dependencies:
- name: common
Expand Down
22 changes: 11 additions & 11 deletions support-files/kubernetes/charts/bk-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ gatewayConfig:
image:
registry: hub.bktencent.com
repository: blueking/job-gateway
tag: 3.7.0-beta-5
tag: 3.7.0-beta-6
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -737,7 +737,7 @@ manageConfig:
image:
registry: hub.bktencent.com
repository: blueking/job-manage
tag: 3.7.0-beta-5
tag: 3.7.0-beta-6
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -795,7 +795,7 @@ executeConfig:
image:
registry: hub.bktencent.com
repository: blueking/job-execute
tag: 3.7.0-beta-5
tag: 3.7.0-beta-6
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -846,7 +846,7 @@ crontabConfig:
image:
registry: hub.bktencent.com
repository: blueking/job-crontab
tag: 3.7.0-beta-5
tag: 3.7.0-beta-6
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -906,7 +906,7 @@ logsvrConfig:
image:
registry: hub.bktencent.com
repository: blueking/job-logsvr
tag: 3.7.0-beta-5
tag: 3.7.0-beta-6
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -961,7 +961,7 @@ backupConfig:
image:
registry: hub.bktencent.com
repository: blueking/job-backup
tag: 3.7.0-beta-5
tag: 3.7.0-beta-6
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -1011,7 +1011,7 @@ analysisConfig:
image:
registry: hub.bktencent.com
repository: blueking/job-analysis
tag: 3.7.0-beta-5
tag: 3.7.0-beta-6
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -1061,7 +1061,7 @@ fileGatewayConfig:
image:
registry: hub.bktencent.com
repository: blueking/job-file-gateway
tag: 3.7.0-beta-5
tag: 3.7.0-beta-6
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -1111,7 +1111,7 @@ fileWorkerConfig:
image:
registry: hub.bktencent.com
repository: blueking/job-file-worker
tag: 3.7.0-beta-5
tag: 3.7.0-beta-6
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -1184,7 +1184,7 @@ frontendConfig:
image:
registry: hub.bktencent.com
repository: blueking/job-frontend
tag: 3.7.0-beta-5
tag: 3.7.0-beta-6
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down Expand Up @@ -1245,7 +1245,7 @@ migration:
# 镜像拉取仓库组织与镜像名称
repository: "blueking/job-migration"
# 镜像标签
tag: 3.7.0-beta-5
tag: 3.7.0-beta-6
# 镜像拉取策略
pullPolicy: IfNotPresent

Expand Down

0 comments on commit a50ae4b

Please sign in to comment.