Skip to content

Commit

Permalink
Temporary reference update for charts repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbasson committed Jan 29, 2024
1 parent b8ee90c commit 40d2334
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
governance-multitenant-web,
governance-ga-web,
governance-tenant-web,
governance-trust-registry-web,
governance-public-web,
governance-webhooks-web,
governance-multitenant-agent,
governance-endorser,
Expand All @@ -78,7 +78,7 @@ jobs:
- image: governance-tenant-web
context: .
file: dockerfiles/fastapi/Dockerfile
- image: governance-trust-registry-web
- image: governance-public-web
context: .
file: dockerfiles/fastapi/Dockerfile
- image: governance-webhooks-web
Expand Down Expand Up @@ -338,6 +338,7 @@ jobs:
repository: didx-xyz/charts
token: ${{ secrets.PAT }}
path: charts
ref: standardise-roles

- name: Install dependencies
run: sudo apt-get install -y postgresql-client redis-tools
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ services:
- governance-multitenant
- host
env_file:
- environments/governance-trust-registry/fastapi.default.env
- environments/governance-public/fastapi.default.env
governance-webhooks-web:
image: ${REGISTRY:-local}/governance-webhooks-web:${IMAGE_TAG:-latest}
container_name: governance-webhooks-web
Expand Down
2 changes: 1 addition & 1 deletion manage
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ EOF
# Default Settings:
# -----------------------------------------------------------------------------------------------------------------
DEFAULT_CONTAINERS="governance-trust-registry trustregistry-db governance-multitenant-wallets-db governance-multitenant-agent tails-server ledger-nodes ledger-browser
governance-ga-wallets-db governance-ga-agent governance-multitenant-web governance-tenant-web governance-ga-web governance-trust-registry-web wh-redis governance-webhooks-web governance-endorser"
governance-ga-wallets-db governance-ga-agent governance-multitenant-web governance-tenant-web governance-ga-web governance-public-web wh-redis governance-webhooks-web governance-endorser"
TEST_CONTAINERS="${DEFAULT_CONTAINERS} tests"
# -----------------------------------------------------------------------------------------------------------------
# Functions:
Expand Down

0 comments on commit 40d2334

Please sign in to comment.