Skip to content

Commit 4bc8e1b

Browse files
authored
Merge pull request #671 from esune/release/2.2.2
Prepare for 2.2.2 release
2 parents 2312b53 + 17a2150 commit 4bc8e1b

File tree

5 files changed

+224
-224
lines changed

5 files changed

+224
-224
lines changed

charts/vc-authn-oidc/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version: 0.2.5
1212
# incremented each time you make changes to the application. Versions are not expected to
1313
# follow Semantic Versioning. They should reflect the version the application is using.
1414
# It is recommended to use it with quotes.
15-
appVersion: "2.2.1"
15+
appVersion: "2.2.2"
1616

1717
# Charts the vc-authn-oidc service depends on
1818
dependencies:

charts/vc-authn-oidc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VC-AuthN OIDC
22

3-
![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)
3+
![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)
44

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

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

9090
### Controller Configuration

charts/vc-authn-oidc/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ acapy:
225225
## @param acapy.image.tag
226226
##
227227
image:
228-
repository: ghcr.io/hyperledger/aries-cloudagent-python
228+
repository: ghcr.io/openwallet-foundation/acapy-agent
229229
pullPolicy: IfNotPresent
230230
pullSecrets: []
231-
tag: py3.12-1.0.0
231+
tag: py3.12-1.1.0
232232

233233
## ServiceAccount configuration
234234
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ services:
101101
- vc_auth
102102

103103
aca-py:
104-
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.12-1.0.0
104+
image: ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.1.0
105105
environment:
106106
- ACAPY_LABEL=${AGENT_NAME}
107107
- ACAPY_ENDPOINT=${AGENT_ENDPOINT}

0 commit comments

Comments
 (0)