Skip to content

Commit 5461c88

Browse files
Merge pull request #36 from ObrienlabsDev/dev
#34 - fix biometric image name
2 parents f3c898a + a017d24 commit 5461c88

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)