Skip to content

Commit

Permalink
chore(kustomize): canonical repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Jun 22, 2023
1 parent 696dc90 commit 1ab0666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3985,7 +3985,7 @@ spec:
- --leader-elect
command:
- /manager
image: clastix/cluster-api-control-plane-provider-kamaji:v0.1.0
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: clastix/cluster-api-control-plane-provider-kamaji
newName: docker.io/clastix/cluster-api-control-plane-provider-kamaji
newTag: v0.1.0

0 comments on commit 1ab0666

Please sign in to comment.