Skip to content

Commit 3158101

Browse files
committed
bump chart version
Signed-off-by: Patrick St-Louis <[email protected]>
1 parent 410ff31 commit 3158101

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/didwebvh-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: didwebvh-server-py
33
icon: https://identity.foundation/didwebvh/didwebvh.jpg
44
description: An api server to register and serve web dids with verifiable history.
55
type: application
6-
version: 0.4.5
7-
appVersion: 0.4.5
6+
version: 0.5.0
7+
appVersion: 0.5.0
88

99
maintainers:
1010
- name: PatStLouis

charts/didwebvh-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ networkPolicy:
1616
server:
1717
image:
1818
repository: ghcr.io/decentralized-identity/didwebvh-server-py
19-
tag: 0.4.5
19+
tag: 0.5.0
2020
pullPolicy: IfNotPresent
2121
pullSecrets: []
2222

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "didwebvh-server-py"
3-
version = "0.4.5"
3+
version = "0.5.0"
44
description = "DID WebVH Server"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)