Skip to content

Commit

Permalink
Docker Repo name change in makefile and yaml (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
shravindran authored and jkraj committed Jul 12, 2018
1 parent cc24f83 commit b2395dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion deploy/atlas-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b2395dc

Please sign in to comment.