Commit 82756ae
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
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
| 712 | + | |
| 713 | + | |
712 | 714 | | |
713 | 715 | | |
714 | 716 | | |
| |||
0 commit comments