Skip to content

Commit

Permalink
Merge pull request #671 from esune/release/2.2.2
Browse files Browse the repository at this point in the history
Prepare for 2.2.2 release
  • Loading branch information
esune authored Oct 29, 2024
2 parents 2312b53 + 17a2150 commit 4bc8e1b
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 224 deletions.
2 changes: 1 addition & 1 deletion charts/vc-authn-oidc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version: 0.2.5
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.2.1"
appVersion: "2.2.2"

# Charts the vc-authn-oidc service depends on
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/vc-authn-oidc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VC-AuthN OIDC

![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.1](https://img.shields.io/badge/AppVersion-2.2.1-informational?style=flat-square)
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.2](https://img.shields.io/badge/AppVersion-2.2.2-informational?style=flat-square)

A Helm chart to deploy Verifiable Credential Identity Provider for OpenID Connect.

Expand Down Expand Up @@ -84,7 +84,7 @@ kubectl delete secret,pvc --selector "app.kubernetes.io/instance"=my-release
| `image.repository` | | `ghcr.io/bcgov/vc-authn-oidc` |
| `image.pullPolicy` | | `IfNotPresent` |
| `image.pullSecrets` | | `[]` |
| `image.tag` | Overrides the image tag which defaults to the chart appVersion. | `2.2.1` |
| `image.tag` | Overrides the image tag which defaults to the chart appVersion. | `2.2.2` |
| `ingressSuffix` | Domain suffix to be used for default hostpaths in ingress | `.apps.silver.devops.gov.bc.ca` |

### Controller Configuration
Expand Down
4 changes: 2 additions & 2 deletions charts/vc-authn-oidc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ acapy:
## @param acapy.image.tag
##
image:
repository: ghcr.io/hyperledger/aries-cloudagent-python
repository: ghcr.io/openwallet-foundation/acapy-agent
pullPolicy: IfNotPresent
pullSecrets: []
tag: py3.12-1.0.0
tag: py3.12-1.1.0

## 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 @@ -101,7 +101,7 @@ services:
- vc_auth

aca-py:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.12-1.0.0
image: ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.1.0
environment:
- ACAPY_LABEL=${AGENT_NAME}
- ACAPY_ENDPOINT=${AGENT_ENDPOINT}
Expand Down
Loading

0 comments on commit 4bc8e1b

Please sign in to comment.