Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
Adding New Image Host and Updating Configs
Browse files Browse the repository at this point in the history
**This change addresses the need by:**

* closes #89

Signed-off-by: Christopher Hein <me@christopherhein.com>
  • Loading branch information
christopherhein committed Sep 27, 2018
1 parent e984a45 commit 7cb6354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ release:

# Creates a Docker container with the operator packaged into it for distribution
dockers:
- image: christopherhein/test-operator
- image: awsserviceoperator/aws-service-operator
binary: aws-operator
dockerfile: Dockerfile
tag_templates:
Expand Down
2 changes: 1 addition & 1 deletion configs/aws-service-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ items:
serviceAccountName: aws-service-operator
containers:
- name: aws-service-operator
image: awsserviceoperator/aws-service-operator:v0.0.1-alpha4
image: awsserviceoperator/aws-service-operator:v0.0.1-alpha5
imagePullPolicy: Always
args:
- server
Expand Down

0 comments on commit 7cb6354

Please sign in to comment.