Skip to content

Commit

Permalink
Use a specific version of docker.io/vmware/vcsim so the CI won't break.
Browse files Browse the repository at this point in the history
Signed-off-by: Bella Khizgiyaev <[email protected]>
  • Loading branch information
bkhizgiy committed Jun 26, 2024
1 parent 3a1926b commit 58bc0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/providers/vmware/vcsim_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
containers:
- name: vcsim
command: ["/vcsim", "-l", "0.0.0.0:8989", "-tlscert", "/etc/secret/tls.crt", "-tlskey", "/etc/secret/tls.key"]
image: docker.io/vmware/vcsim:latest
image: docker.io/vmware/vcsim:v0.37.3
ports:
- containerPort: 8989
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion cluster/providers/vmware/vcsim_deployment.yml.debug
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: vcsim
image: docker.io/vmware/vcsim:latest
image: docker.io/vmware/vcsim:v0.37.3
ports:
- containerPort: 8989
- name: govc
Expand Down

0 comments on commit 58bc0b9

Please sign in to comment.