Skip to content

Commit

Permalink
rebuild 0.7.2 images
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed May 15, 2020
1 parent 6de0fe2 commit a512c64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/processor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: user-container
image: mchmarny/processor:v0.7.1
image: mchmarny/processor:v0.7.2
imagePullPolicy: Always
ports:
- containerPort: 8081
Expand Down
2 changes: 1 addition & 1 deletion deployment/sentimenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: user-container
image: mchmarny/sentimenter:v0.7.1
image: mchmarny/sentimenter:v0.7.2
imagePullPolicy: Always
ports:
- containerPort: 8082
Expand Down
2 changes: 1 addition & 1 deletion deployment/viewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: user-container
image: mchmarny/viewer:v0.7.1
image: mchmarny/viewer:v0.7.2
imagePullPolicy: Always
ports:
- containerPort: 8083
Expand Down

0 comments on commit a512c64

Please sign in to comment.