diff --git a/cluster/providers/vmware/vcsim_deployment.yml b/cluster/providers/vmware/vcsim_deployment.yml index 936aac2..6df28f0 100644 --- a/cluster/providers/vmware/vcsim_deployment.yml +++ b/cluster/providers/vmware/vcsim_deployment.yml @@ -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: diff --git a/cluster/providers/vmware/vcsim_deployment.yml.debug b/cluster/providers/vmware/vcsim_deployment.yml.debug index 8dbac55..bf92ffd 100644 --- a/cluster/providers/vmware/vcsim_deployment.yml.debug +++ b/cluster/providers/vmware/vcsim_deployment.yml.debug @@ -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