Skip to content

Commit

Permalink
Revert the stupid manager config yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Mar 27, 2024
1 parent 679c870 commit 6363bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/capz/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: localhost:5000/ci-e2e/cluster-api-azure-controller-arm64:20240327203030
- image: gcr.io/k8s-staging-cluster-api-azure/cluster-api-azure-controller:main
name: manager
2 changes: 1 addition & 1 deletion config/capz/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

0 comments on commit 6363bb3

Please sign in to comment.