Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit d808029

Browse files
authored
Merge pull request #185 from gianarb/fix/no-canonical-name
🐛 clusterctl init fail because manager does not use a canonical image name
2 parents 183d707 + af6256a commit d808029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/release/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resources:
2424
images:
2525
- name: packet-controller # images with this name
2626
newTag: v0.3.2 # {"type":"string","x-kustomize":{"setter":{"name":"image-tag","value":"v0.3.2"}}}
27-
newName: packethost/cluster-api-provider-packet # and this name
27+
newName: docker.io/packethost/cluster-api-provider-packet # and this name
2828
patchesStrategicMerge:
2929
# Protect the /metrics endpoint by putting it behind auth.
3030
# If you want your controller-manager to expose the /metrics

0 commit comments

Comments
 (0)