Skip to content

Commit 82756ae

Browse files
murphp15paulm2
andauthored
control-service: use newest job image builder (#3226)
# Why We are using a very old job builder image. The newer releases are much faster at building. However importantly the new versions don't work with VDK server. VDK server uses a git without ssl enabled and this causes issues for the new jobs builders. SO for the moment vdk server will keep using the old version. # How was this tested? deployed to k8s and everything works perfectly. --------- Co-authored-by: paulm2 <paulm2@vmware.com>
1 parent 4204820 commit 82756ae

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

  • projects
    • control-service/projects/helm_charts/pipelines-control-service
    • vdk-plugins/vdk-server/src/vdk/plugin/server

projects/control-service/projects/helm_charts/pipelines-control-service/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ operationsUi:
5252
deploymentBuilderImage:
5353
registry: registry.hub.docker.com/versatiledatakit
5454
repository: job-builder
55-
tag: "1.2.3"
55+
tag: "1.4.1"
5656
username:
5757
password:
5858

projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,8 @@ def __helm_install_command(self, git_server_ip):
709709
"datajobTemplate.template.spec.successfulJobsHistoryLimit=5",
710710
"--set",
711711
"datajobTemplate.template.spec.failedJobsHistoryLimit=5",
712+
"--set",
713+
"deploymentBuilderImage.tag=1.2.3",
712714
"-f",
713715
self.__current_directory.joinpath("helm-values.yaml"),
714716
]

0 commit comments

Comments
 (0)