Skip to content

Commit

Permalink
deployments: use edgelesssys/openssl image
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Feb 27, 2024
1 parent 99706b9 commit 57efdca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/openssl/openssl-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
memory: 50Mi
containers:
- name: openssl-backend
image: ghcr.io/3u13r/nunki/openssl:latest
image: ghcr.io/edgelesssys/nunki/openssl:latest
command:
- /bin/bash
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion deployments/openssl/openssl-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
memory: 50Mi
containers:
- name: openssl-client
image: ghcr.io/3u13r/nunki/openssl:latest
image: ghcr.io/edgelesssys/nunki/openssl:latest
command:
- /bin/bash
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion deployments/openssl/openssl-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
memory: 50Mi
containers:
- name: openssl-frontend
image: ghcr.io/3u13r/nunki/openssl:latest
image: ghcr.io/edgelesssys/nunki/openssl:latest
command:
- /bin/bash
- "-c"
Expand Down

0 comments on commit 57efdca

Please sign in to comment.