Skip to content

Commit

Permalink
Update deployment manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
purwandi committed Dec 11, 2020
1 parent 73e9197 commit 607bab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
smtp:
image: docker.pkg.github.com/purwandi/mail/mailbox:1.0.1
image: purwandi/mailbox:1.0.2
container_name: mailbox
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
version: "1.0.1"
spec:
containers:
- image: docker.pkg.github.com/purwandi/mail/mailbox:1.0.1
- image: purwandi/mailbox:1.0.2
name: mailbox
imagePullPolicy: Always
env:
Expand Down

0 comments on commit 607bab7

Please sign in to comment.