diff --git a/deploy/dapps-certification-web.yaml b/deploy/dapps-certification-web.yaml index 48411a80..67202601 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:11 + image: ghcr.io/demoiog/plutus-certification-web:12 imagePullPolicy: IfNotPresent ports: - expose: true diff --git a/deploy/dapps-certification.yaml b/deploy/dapps-certification.yaml index 1354905d..ec2ceb3b 100644 --- a/deploy/dapps-certification.yaml +++ b/deploy/dapps-certification.yaml @@ -37,7 +37,7 @@ spec: name: github-secrets - name: DB_PATH value: "/db/certification.sqlite" - image: ghcr.io/demoiog/plutus-certification:18 + image: ghcr.io/demoiog/plutus-certification:19 imagePullPolicy: IfNotPresent imagePullSecrets: - iohk-ghcr-creds