Skip to content

Commit

Permalink
Merge pull request #31 from smartSenseSolutions/chore/prepare-release…
Browse files Browse the repository at this point in the history
…-0.0.3

chore(release): updated changelog and chart version to prepare for release 0.0.3
  • Loading branch information
nitin-vavdiya authored Nov 20, 2024
2 parents 722db0d + 1dc6d85 commit 42ed59f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
All notable changes to this project will be documented in this file.

## [0.0.3](https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/compare/0.0.2...0.0.3) - 2024-11-20

# Added
* feat: Enhancing Wallet Stub with BDRS function in https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/issues/29
4 changes: 2 additions & 2 deletions charts/ssi-dim-wallet-stub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ name: ssi-dim-wallet-stub
description: |
A Helm chart to deploy SSI DIM wallet stub in kubernetes cluster
type: application
version: 0.1.2
appVersion: "0.0.2"
version: 0.1.3
appVersion: "0.0.3"
home: https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/tree/main/charts/ssi-dim-wallet-stub
sources:
- https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/tree/main/charts/ssi-dim-wallet-stub
Expand Down
2 changes: 1 addition & 1 deletion charts/ssi-dim-wallet-stub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ wallet:
# -- PullPolicy
pullPolicy: IfNotPresent
# -- Image tag (empty one will use "appVersion" value from chart definition)
tag: "latest"
tag: ""

resources:
requests:
Expand Down

0 comments on commit 42ed59f

Please sign in to comment.