Skip to content

Commit 42717d6

Browse files
authored
Merge pull request #743 from esune/chore/prepare-release
Prepare 2.2.3 release
2 parents 2c0b641 + b3d89e9 commit 42717d6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

charts/vc-authn-oidc/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
version: 16.4.1
55
- name: postgresql
66
repository: https://charts.bitnami.com/bitnami/
7-
version: 11.9.13
7+
version: 15.5.38
88
- name: common
99
repository: https://charts.bitnami.com/bitnami
1010
version: 2.27.0
11-
digest: sha256:3d8cabbdb4576a08ba7d4140685a0ae36fa75b9330bdaa0ad381faf77809dd8e
12-
generated: "2025-01-23T11:19:43.0287955-08:00"
11+
digest: sha256:0d13ea3f0da59944a317a090aff1f2551a4f6e7cda7df1dff802cb1986492060
12+
generated: "2025-03-14T16:52:38.862945-07:00"

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.3.1
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.2"
15+
appVersion: "2.2.3"
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.2](https://img.shields.io/badge/AppVersion-2.2.2-informational?style=flat-square)
3+
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.3](https://img.shields.io/badge/AppVersion-2.2.3-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.2` |
87+
| `image.tag` | Overrides the image tag which defaults to the chart appVersion. | `2.2.3` |
8888
| `ingressSuffix` | Domain suffix to be used for default hostpaths in ingress | `.apps.silver.devops.gov.bc.ca` |
8989

9090
### Controller Configuration
Binary file not shown.
Binary file not shown.

charts/vc-authn-oidc/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ image:
1717
tag: ""
1818

1919
## @param ingressSuffix Domain suffix to be used for default hostpaths in ingress
20-
ingressSuffix: .apps.silver.devops.gov.bc.ca
20+
ingressSuffix: .example.com
2121

2222
## @section Controller Configuration
2323
##

0 commit comments

Comments
 (0)