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

Commit a8d723d

Browse files
author
Christopher Hein
authored
Merge pull request #90 from christopherhein/chore/89-release-new-image-host
Adding New Image Host and Updating Configs
2 parents e984a45 + 7cb6354 commit a8d723d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ release:
4242

4343
# Creates a Docker container with the operator packaged into it for distribution
4444
dockers:
45-
- image: christopherhein/test-operator
45+
- image: awsserviceoperator/aws-service-operator
4646
binary: aws-operator
4747
dockerfile: Dockerfile
4848
tag_templates:

configs/aws-service-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ items:
8989
serviceAccountName: aws-service-operator
9090
containers:
9191
- name: aws-service-operator
92-
image: awsserviceoperator/aws-service-operator:v0.0.1-alpha4
92+
image: awsserviceoperator/aws-service-operator:v0.0.1-alpha5
9393
imagePullPolicy: Always
9494
args:
9595
- server

0 commit comments

Comments
 (0)