Skip to content

Commit

Permalink
Merge pull request #407 from bcgov/chore/updateAcaPy
Browse files Browse the repository at this point in the history
Use ACA-Py 12 release candidate
  • Loading branch information
esune authored Jan 29, 2024
2 parents bee6dff + b9e282a commit 8588673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vc-authn-oidc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ acapy:
repository: ghcr.io/hyperledger/aries-cloudagent-python
pullPolicy: IfNotPresent
pullSecrets: []
tag: py3.9-0.10.3
tag: py3.9-0.12.0rc0

## ServiceAccount configuration
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
- vc_auth

aca-py:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.3
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc0
environment:
- ACAPY_LABEL=${AGENT_NAME}
- ACAPY_ENDPOINT=${AGENT_ENDPOINT}
Expand Down

0 comments on commit 8588673

Please sign in to comment.