Skip to content

Commit

Permalink
images: fix images name (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored May 18, 2020
1 parent 076d945 commit 13b5942
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ RELEASE_NOTES := $(TOOLS_DIR)/$(RELEASE_NOTES_BIN)

# Define Docker related variables. Releases should modify and double check these vars.
REGISTRY ?= gcr.io/$(shell gcloud config get-value project)
STAGING_REGISTRY := gcr.io/k8s-staging-cluster-api-digitalocean
PROD_REGISTRY := us.gcr.io/k8s-artifacts-prod/cluster-api-digitalocean
IMAGE_NAME ?= cluster-api-digitalocean-controller
STAGING_REGISTRY := gcr.io/k8s-staging-cluster-api-do
PROD_REGISTRY := us.gcr.io/k8s-artifacts-prod/cluster-api-do
IMAGE_NAME ?= cluster-api-do-controller
CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
TAG ?= dev
ARCH ?= amd64
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: cluster-api-digitalocean-controller
- image: cluster-api-do-controller
name: manager
imagePullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
local:
useBuildkit: true
artifacts:
- image: cluster-api-digitalocean-controller
- image: cluster-api-do-controller
docker:
buildArgs:
ARCH: amd64
Expand Down
2 changes: 1 addition & 1 deletion tilt-provider.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "digitalocean",
"config": {
"image": "gcr.io/k8s-staging-cluster-api-do/cluster-api-digitalocean-controller",
"image": "gcr.io/k8s-staging-cluster-api-do/cluster-api-do-controller",
"live_reload_deps": [
"main.go",
"go.mod",
Expand Down

0 comments on commit 13b5942

Please sign in to comment.