Skip to content

Commit a017d24

Browse files
committed
#34 - fix biometric image name
1 parent bf2f8cd commit a017d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

biometric-nbi/src/kubernetes/biometric-nbi-springboot-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ spec:
1515
app: biometric-nbi
1616
spec:
1717
containers:
18-
- name: biometric-nbi
19-
image: obrienlabs/biometric-nbi:latest
18+
- name: biometric-nbi # https://hub.docker.com/repository/docker/obrienlabs/biometric-nbi/tags
19+
image: obrienlabs/biometric-nbi:0.0.2-arm
2020
ports:
2121
- containerPort: 8080
2222
env:

0 commit comments

Comments
 (0)