Skip to content

Commit

Permalink
deploy(be&fe): increase docker image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-manole committed Sep 25, 2023
1 parent 410a4c1 commit c2b6a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/dapps-certification-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- name: dapps-certification-web
type: webservice
properties:
image: ghcr.io/demoiog/plutus-certification-web:8
image: ghcr.io/demoiog/plutus-certification-web:9
imagePullPolicy: IfNotPresent
ports:
- expose: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/dapps-certification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
name: the-secrets
- name: DB_PATH
value: "/db/certification.sqlite"
image: ghcr.io/demoiog/plutus-certification:14
image: ghcr.io/demoiog/plutus-certification:15
imagePullPolicy: IfNotPresent
imagePullSecrets:
- iohk-ghcr-creds
Expand Down

0 comments on commit c2b6a38

Please sign in to comment.