Skip to content

Commit

Permalink
Add default docker repo to fix clusterctl init -i elf (#17)
Browse files Browse the repository at this point in the history
How to verify:
```
cat <<EOF >  ~/.cluster-api/clusterctl.yaml
providers:
- name: "elf"
  url: "https://github.com/smartxworks/cluster-api-provider-elf/releases/latest/infrastructure-components.yaml"
  type: "InfrastructureProvider"
EOF
clusterctl init -i elf
```
  • Loading branch information
jessehu committed May 9, 2022
1 parent 46a5962 commit ab0c6ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ IMAGE_NAME ?= cape-manager
PULL_POLICY ?= Always

# Release docker variables
REGISTRY ?= smartxworks
REGISTRY ?= docker.io/smartxworks
CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)

## --------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion clusterctl-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "infrastructure-elf",
"config": {
"componentsFile": "infrastructure-components.yaml",
"nextVersion": "v0.1.0"
"nextVersion": "v0.2.1"
}
}

0 comments on commit ab0c6ce

Please sign in to comment.