Skip to content

Commit

Permalink
feat: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dorzepowski committed Jun 28, 2024
1 parent f4ef86d commit 1383b46
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions charts/spv-wallet-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ apiVersion: v2
name: spv-wallet-stack
description: A Helm chart for deploying spv-wallet and related microservices stack
type: application
version: 0.8.3
version: 0.8.4
appVersion: "v0"
dependencies:
- name: spv-wallet
condition: spv-wallet.enabled
version: 0.8.3
version: 0.8.4
- name: block-headers-service
condition: block-headers-service.enabled
version: 0.8.3
version: 0.8.4
- name: spv-wallet-admin
condition: spv-wallet-admin.enabled
version: 0.8.3
version: 0.8.4
- name: spv-wallet-web
condition: spv-wallet-web.enabled
version: 0.8.3
version: 0.8.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: block-headers-service
description: "A Helm chart for Block Headers Service, serve information block headers,\n gathered through connection with BSV P2P network\n"
type: application
version: 0.8.3
version: 0.8.4
appVersion: "v1.0.0-beta.3"
dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/spv-wallet-stack/charts/spv-wallet-admin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: spv-wallet-admin
description: A Helm chart for admin panel for the spv-wallet
type: application
version: 0.8.3
version: 0.8.4
appVersion: "v1.0.0-beta.4"
dependencies: []
6 changes: 3 additions & 3 deletions charts/spv-wallet-stack/charts/spv-wallet-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: spv-wallet-web
description: A Helm chart for custodial web wallet based on spv-wallet
type: application
version: 0.8.3
version: 0.8.4
appVersion: "v0"
dependencies:
- name: spv-wallet-web-backend
version: 0.8.3
version: 0.8.4
- name: spv-wallet-web-frontend
version: 0.8.3
version: 0.8.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: spv-wallet-web-backend
description: A Helm chart for a backend for frontend of custodial web wallet based on spv-wallet
type: application
version: 0.8.3
appVersion: "v0.38.0"
version: 0.8.4
appVersion: "v0.39.0"
dependencies:
- name: postgresql
condition: postgresql.enabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: spv-wallet-web-frontend
description: A Helm chart for a frontend of custodial web wallet based on spv-wallet
type: application
version: 0.8.3
version: 0.8.4
appVersion: "v0.41.0"
dependencies: []
6 changes: 3 additions & 3 deletions charts/spv-wallet-stack/charts/spv-wallet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: spv-wallet
description: A Helm chart for SPV Wallet
type: application
version: 0.8.3
appVersion: "v1.0.0-beta.13"
version: 0.8.4
appVersion: "v1.0.0-beta.14"
dependencies:
- name: spv-wallet-admin-keygen
condition: spv-wallet-admin-keygen.enabled
version: 0.8.3
version: 0.8.4
- name: postgresql
condition: postgresql.enabled
version: 13.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: spv-wallet-admin-keygen
description: A Helm chart for admin key generator
type: application
version: 0.8.3
version: 0.8.4
appVersion: 'v0.4.0'
dependencies: []

0 comments on commit 1383b46

Please sign in to comment.