Skip to content

Commit

Permalink
Changeed the repo name (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
shravindran authored and jkraj committed Jul 6, 2018
1 parent 6e771fc commit 96e0976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ REPO := github.com/infobloxopen/atlas-db
BUILD_PATH := bin

# configuration for image
APP_NAME := atlas-db
DEFAULT_REGISTRY := infoblox
DEFAULT_APP_NAME := atlas.dbcontroller
APP_NAME ?= $(DEFAULT_APP_NAME)
DEFAULT_REGISTRY := infobloxcto
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: infoblox/atlas-db:latest
image: infobloxcto/atlas.dbcontroller:latest
imagePullPolicy: Always
args:
- "-resync=3m"

0 comments on commit 96e0976

Please sign in to comment.