Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler committed Apr 27, 2023
1 parent bb6266e commit 50591f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k8s/deployment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
spec:
containers:
- name: walletkit
image: waltid/walletkit:latet
image: waltid/walletkit:latest
volumeMounts:
- name: wallet-config
mountPath: "/waltid/wallet/config/"
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
spec:
containers:
- name: ssikit-web-wallet
image: waltid/ssikit-web-wallet:latet
image: waltid/ssikit-web-wallet:latest
ports:
- containerPort: 80
name: http-api
Expand Down Expand Up @@ -178,7 +178,7 @@ spec:
spec:
containers:
- name: ssikit-verifier-portal
image: waltid/ssikit-verifier-portal:latet
image: waltid/ssikit-verifier-portal:latest
ports:
- containerPort: 80
name: http-api
Expand Down Expand Up @@ -214,7 +214,7 @@ spec:
spec:
containers:
- name: ssikit-issuer-portal
image: waltid/ssikit-issuer-portal:latet
image: waltid/ssikit-issuer-portal:latest
ports:
- containerPort: 80
name: http-api
Expand Down

0 comments on commit 50591f3

Please sign in to comment.