diff --git a/examples/.nickel/versions.ncl b/examples/.nickel/versions.ncl index 601a4531e6..5da66e2c60 100644 --- a/examples/.nickel/versions.ncl +++ b/examples/.nickel/versions.ncl @@ -1,6 +1,6 @@ { # identus - agent = "1.30.1-SNAPSHOT", + agent = "1.30.1", node = "2.2.1", # 3rd party caddy = "2.7.6-alpine", diff --git a/examples/mt-keycloak-vault/compose.yaml b/examples/mt-keycloak-vault/compose.yaml index 8346886617..08d5d4d8be 100644 --- a/examples/mt-keycloak-vault/compose.yaml +++ b/examples/mt-keycloak-vault/compose.yaml @@ -52,7 +52,7 @@ services: SECRET_STORAGE_BACKEND: vault VAULT_ADDR: http://vault-default:8200 VAULT_TOKEN: admin - image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT + image: ghcr.io/input-output-hk/prism-agent:1.30.1 restart: always caddy-default: configs: diff --git a/examples/mt-keycloak/compose.yaml b/examples/mt-keycloak/compose.yaml index dcd57a45e1..c740be4b4d 100644 --- a/examples/mt-keycloak/compose.yaml +++ b/examples/mt-keycloak/compose.yaml @@ -50,7 +50,7 @@ services: PRISM_NODE_PORT: '50053' REST_SERVICE_URL: http://caddy-default:8080/prism-agent SECRET_STORAGE_BACKEND: postgres - image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT + image: ghcr.io/input-output-hk/prism-agent:1.30.1 restart: always caddy-default: configs: diff --git a/examples/mt/compose.yaml b/examples/mt/compose.yaml index a1bb73d215..265d31cfa3 100644 --- a/examples/mt/compose.yaml +++ b/examples/mt/compose.yaml @@ -43,7 +43,7 @@ services: PRISM_NODE_PORT: '50053' REST_SERVICE_URL: http://caddy-default:8080/prism-agent SECRET_STORAGE_BACKEND: postgres - image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT + image: ghcr.io/input-output-hk/prism-agent:1.30.1 restart: always caddy-default: configs: diff --git a/examples/st-multi/compose.yaml b/examples/st-multi/compose.yaml index 3a68539c9e..44f0db862e 100644 --- a/examples/st-multi/compose.yaml +++ b/examples/st-multi/compose.yaml @@ -75,7 +75,7 @@ services: PRISM_NODE_PORT: '50053' REST_SERVICE_URL: http://caddy-holder:8081/prism-agent SECRET_STORAGE_BACKEND: postgres - image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT + image: ghcr.io/input-output-hk/prism-agent:1.30.1 restart: always agent-issuer: depends_on: @@ -104,7 +104,7 @@ services: PRISM_NODE_PORT: '50053' REST_SERVICE_URL: http://caddy-issuer:8080/prism-agent SECRET_STORAGE_BACKEND: postgres - image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT + image: ghcr.io/input-output-hk/prism-agent:1.30.1 restart: always agent-verifier: depends_on: @@ -133,7 +133,7 @@ services: PRISM_NODE_PORT: '50053' REST_SERVICE_URL: http://caddy-verifier:8082/prism-agent SECRET_STORAGE_BACKEND: postgres - image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT + image: ghcr.io/input-output-hk/prism-agent:1.30.1 restart: always caddy-holder: configs: diff --git a/examples/st-oidc4vc/compose.yaml b/examples/st-oidc4vc/compose.yaml index 9dafcda771..c2491a6536 100644 --- a/examples/st-oidc4vc/compose.yaml +++ b/examples/st-oidc4vc/compose.yaml @@ -43,7 +43,7 @@ services: PRISM_NODE_PORT: '50053' REST_SERVICE_URL: http://caddy-issuer:8080/prism-agent SECRET_STORAGE_BACKEND: postgres - image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT + image: ghcr.io/input-output-hk/prism-agent:1.30.1 restart: always caddy-issuer: configs: diff --git a/examples/st-vault/compose.yaml b/examples/st-vault/compose.yaml index 7475de423c..08f3446ef8 100644 --- a/examples/st-vault/compose.yaml +++ b/examples/st-vault/compose.yaml @@ -45,7 +45,7 @@ services: SECRET_STORAGE_BACKEND: vault VAULT_ADDR: http://vault-issuer:8200 VAULT_TOKEN: admin - image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT + image: ghcr.io/input-output-hk/prism-agent:1.30.1 restart: always caddy-issuer: configs: diff --git a/examples/st/compose.yaml b/examples/st/compose.yaml index 5a7b338fc8..8ab5684a9a 100644 --- a/examples/st/compose.yaml +++ b/examples/st/compose.yaml @@ -43,7 +43,7 @@ services: PRISM_NODE_PORT: '50053' REST_SERVICE_URL: http://caddy-issuer:8080/prism-agent SECRET_STORAGE_BACKEND: postgres - image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT + image: ghcr.io/input-output-hk/prism-agent:1.30.1 restart: always caddy-issuer: configs: