Skip to content

Commit

Permalink
Merge pull request #2621 from sbueringer/pr-fix-images
Browse files Browse the repository at this point in the history
🌱 Fix images in troubleshooting doc
  • Loading branch information
k8s-ci-robot authored Jan 17, 2024
2 parents 768b573 + cf557b7 commit b9b2c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The following steps may be used to adjust the CAPI manager's log level:
- -v=6
command:
- /manager
image: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.7
image: registry.k8s.io/cluster-api/cluster-api-controller:v1.6.0
name: manager
```
Expand All @@ -85,7 +85,7 @@ A log level of six should provided additional information useful for figuring ou
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: gcr.io/cluster-api-provider-vsphere/ci/manager:latest
image: registry.k8s.io/cluster-api-vsphere/cluster-api-vsphere-controller:v1.8.7
name: manager
```

Expand Down

0 comments on commit b9b2c22

Please sign in to comment.