Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
  • Loading branch information
mineme0110 committed Apr 24, 2024
1 parent 7aa3c53 commit a7a852c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion infrastructure/charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ server:
image:
repository: ghcr.io
pullPolicy: IfNotPresent
tag: input-output-hk/prism-agent
tag: hyperledger/prism-agent
resources:
limits:
cpu: 500m
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/ci/docker-compose-multiple-actors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
##########################c

prism-agent-issuer:
image: ghcr.io/input-output-hk/prism-agent:0.5.0
image: ghcr.io/hyperledger/prism-agent:0.5.0
environment:
REST_SERVICE_PORT: 8080
DIDCOMM_SERVICE_PORT: 8081
Expand Down Expand Up @@ -115,7 +115,7 @@ services:
retries: 5

prism-agent-holder:
image: ghcr.io/input-output-hk/prism-agent:0.5.0
image: ghcr.io/hyperledger/prism-agent:0.5.0
environment:
REST_SERVICE_PORT: 8090
DIDCOMM_SERVICE_PORT: 8091
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/dev/get-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
# Set working directory
cd ${SCRIPT_DIR}

export PRISM_AGENT_VERSION=$(cd ../../ && sbt "project agent" -Dsbt.supershell=false -error "print version")
echo "prism-agent server version: ${PRISM_AGENT_VERSION}"
export AGENT_VERSION=$(cd ../../ && sbt "project agent" -Dsbt.supershell=false -error "print version")
echo "prism-agent server version: ${AGENT_VERSION}"

export PRISM_NODE_VERSION=v2.1.1
echo "prism node version: ${PRISM_NODE_VERSION}"
2 changes: 1 addition & 1 deletion infrastructure/multi/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MERCURY_MEDIATOR_VERSION=0.2.0
PRISM_AGENT_VERSION=0.6.0
AGENT_VERSION=0.6.0
2 changes: 1 addition & 1 deletion infrastructure/shared/docker-compose-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
condition: service_healthy

prism-agent:
image: ghcr.io/input-output-hk/prism-agent:${AGENT_VERSION}
image: ghcr.io/hyperledger/prism-agent:${AGENT_VERSION}
environment:
DIDCOMM_SERVICE_URL: http://${DOCKERHOST}:${PORT}/didcomm
REST_SERVICE_URL: http://${DOCKERHOST}:${PORT}/prism-agent
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/shared/docker-compose-mt-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:
retries: 5

prism-agent:
image: ghcr.io/input-output-hk/prism-agent:${PRISM_AGENT_VERSION}
image: ghcr.io/hyperledger/prism-agent:${AGENT_VERSION}
environment:
POLLUX_DB_HOST: db
POLLUX_DB_PORT: 5432
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/shared/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
retries: 5

prism-agent:
image: ghcr.io/input-output-hk/prism-agent:${PRISM_AGENT_VERSION}
image: ghcr.io/hyperledger/prism-agent:${AGENT_VERSION}
environment:
POLLUX_DB_HOST: db
POLLUX_DB_PORT: 5432
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/single-tenant-testing-stack/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PRISM_AGENT_VERSION=1.25.0
AGENT_VERSION=1.25.0
PRISM_NODE_VERSION=2.2.1
VAULT_DEV_ROOT_TOKEN_ID=root
6 changes: 3 additions & 3 deletions infrastructure/single-tenant-testing-stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:
condition: service_healthy

issuer-oea:
image: ghcr.io/input-output-hk/prism-agent:${PRISM_AGENT_VERSION}
image: ghcr.io/input-output-hk/prism-agent:${AGENT_VERSION}
environment:
POLLUX_DB_HOST: issuer-db
POLLUX_DB_PORT: 5432
Expand Down Expand Up @@ -155,7 +155,7 @@ services:
- 9095:9095

verifier-oea:
image: ghcr.io/input-output-hk/prism-agent:${PRISM_AGENT_VERSION}
image: ghcr.io/input-output-hk/prism-agent:${AGENT_VERSION}
environment:
POLLUX_DB_HOST: verifier-db
POLLUX_DB_PORT: 5432
Expand Down Expand Up @@ -227,7 +227,7 @@ services:
- DATA_SOURCE_NAME=postgresql://postgres:postgres@issuer-db:5432/postgres?sslmode=disable

holder-oea:
image: ghcr.io/input-output-hk/prism-agent:${PRISM_AGENT_VERSION}
image: ghcr.io/input-output-hk/prism-agent:${AGENT_VERSION}
environment:
POLLUX_DB_HOST: holder-db
POLLUX_DB_PORT: 5432
Expand Down

0 comments on commit a7a852c

Please sign in to comment.