Skip to content

Commit

Permalink
tilt-provider manifest and test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Jun 21, 2024
1 parent 09a7e1e commit 181add3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/base/manager_pull_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
spec:
containers:
- name: manager
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion test/e2e/e2e_setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func Setup(specName string, f func(testSpecificSettings func() testSettings), op
func setupNamespaceWithVMOperatorDependenciesVCSim(managementClusterProxy framework.ClusterProxy, workloadClusterNamespace string) {
c := managementClusterProxy.GetClient()

vCenterSimulator, err := vspherevcsim.Get(ctx, bootstrapClusterProxy.GetClient())
vCenterSimulator, err := vspherevcsim.Get(ctx, c)
Expect(err).ToNot(HaveOccurred(), "Failed to get VCenterSimulator")

Byf("Creating VMOperatorDependencies %s", klog.KRef(workloadClusterNamespace, "vcsim"))
Expand Down
2 changes: 1 addition & 1 deletion test/infrastructure/net-operator/tilt-provider.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: net-operator
config:
version: v1.10.99
version: v1.11.99
image: gcr.io/k8s-staging-capi-vsphere/cluster-api-net-operator
live_reload_deps:
- main.go
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
spec:
containers:
- name: manager
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion test/infrastructure/vcsim/tilt-provider.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: vcsim
config:
version: v1.10.99
version: v1.11.99
image: gcr.io/k8s-staging-capi-vsphere/cluster-api-vcsim-controller
live_reload_deps:
- main.go
Expand Down
4 changes: 2 additions & 2 deletions tilt-provider.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: vsphere
config:
version: v1.10.99
version: v1.11.99
image: gcr.io/k8s-staging-capi-vsphere/cluster-api-vsphere-controller
live_reload_deps:
- main.go
Expand All @@ -15,7 +15,7 @@
label: CAPV
- name: vsphere-supervisor
config:
version: v1.10.99
version: v1.11.99
image: gcr.io/k8s-staging-capi-vsphere/cluster-api-vsphere-controller
live_reload_deps:
- main.go
Expand Down

0 comments on commit 181add3

Please sign in to comment.