From b2395dc1f3d08d41ce7c6433a51e0bcdef6b4728 Mon Sep 17 00:00:00 2001 From: Shyam Ravindran <34732667+shravindran@users.noreply.github.com> Date: Thu, 12 Jul 2018 18:45:03 +0530 Subject: [PATCH] Docker Repo name change in makefile and yaml (#45) --- Makefile | 4 ++-- deploy/atlas-db.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 835480de..ff5c838a 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ REPO := github.com/infobloxopen/atlas-db BUILD_PATH := bin # configuration for image -DEFAULT_APP_NAME := atlas.dbcontroller +DEFAULT_APP_NAME := atlas-db APP_NAME ?= $(DEFAULT_APP_NAME) -DEFAULT_REGISTRY := infobloxcto +DEFAULT_REGISTRY := infoblox REGISTRY ?= $(DEFAULT_REGISTRY) DEFAULT_VERSION := $(shell git describe --dirty=-dirty --always) VERSION ?= $(DEFAULT_VERSION) diff --git a/deploy/atlas-db.yaml b/deploy/atlas-db.yaml index 643f9f8f..5a5b5631 100644 --- a/deploy/atlas-db.yaml +++ b/deploy/atlas-db.yaml @@ -59,7 +59,7 @@ spec: serviceAccountName: atlas-db-controller containers: - name: atlas-db-controller - image: infobloxcto/atlas.dbcontroller:latest + image: infoblox/atlas-db:latest imagePullPolicy: Always args: - "-resync=3m"