We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410a4c1 commit c2b6a38Copy full SHA for c2b6a38
deploy/dapps-certification-web.yaml
@@ -8,7 +8,7 @@ spec:
8
- name: dapps-certification-web
9
type: webservice
10
properties:
11
- image: ghcr.io/demoiog/plutus-certification-web:8
+ image: ghcr.io/demoiog/plutus-certification-web:9
12
imagePullPolicy: IfNotPresent
13
ports:
14
- expose: true
deploy/dapps-certification.yaml
@@ -27,7 +27,7 @@ spec:
27
name: the-secrets
28
- name: DB_PATH
29
value: "/db/certification.sqlite"
30
- image: ghcr.io/demoiog/plutus-certification:14
+ image: ghcr.io/demoiog/plutus-certification:15
31
32
imagePullSecrets:
33
- iohk-ghcr-creds
0 commit comments