Skip to content

Commit fb9d138

Browse files
bkhizgiyahadas
authored andcommitted
Use a specific version of docker.io/vmware/vcsim so the CI won't break.
Signed-off-by: Bella Khizgiyaev <bkhizgiy@redhat.com>
1 parent 3a1926b commit fb9d138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/providers/vmware/vcsim_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
containers:
1818
- name: vcsim
1919
command: ["/vcsim", "-l", "0.0.0.0:8989", "-tlscert", "/etc/secret/tls.crt", "-tlskey", "/etc/secret/tls.key"]
20-
image: docker.io/vmware/vcsim:latest
20+
image: docker.io/vmware/vcsim:v0.37.3
2121
ports:
2222
- containerPort: 8989
2323
volumeMounts:

cluster/providers/vmware/vcsim_deployment.yml.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: vcsim
19-
image: docker.io/vmware/vcsim:latest
19+
image: docker.io/vmware/vcsim:v0.37.3
2020
ports:
2121
- containerPort: 8989
2222
- name: govc

0 commit comments

Comments
 (0)