diff --git a/deploy/dapps-certification-web.yaml b/deploy/dapps-certification-web.yaml index 28d63a29..d053fb4e 100644 --- a/deploy/dapps-certification-web.yaml +++ b/deploy/dapps-certification-web.yaml @@ -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 diff --git a/deploy/dapps-certification.yaml b/deploy/dapps-certification.yaml index 781352a9..05fd0b52 100644 --- a/deploy/dapps-certification.yaml +++ b/deploy/dapps-certification.yaml @@ -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