Skip to content

Commit

Permalink
feat: bump versions of services (chart v0.17.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmkowalski committed Feb 5, 2025
1 parent 0227cdd commit 1dc1b0e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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.17.0
version: 0.17.1
appVersion: "v0"
dependencies:
- name: spv-wallet
condition: spv-wallet.enabled
version: 0.17.0
version: 0.17.1
- name: block-headers-service
condition: block-headers-service.enabled
version: 0.17.0
version: 0.17.1
- name: spv-wallet-admin
condition: spv-wallet-admin.enabled
version: 0.17.0
version: 0.17.1
- name: spv-wallet-web
condition: spv-wallet-web.enabled
version: 0.17.0
version: 0.17.1
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.17.0
version: 0.17.1
appVersion: "v1.0.0-beta.6"
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.17.0
version: 0.17.1
appVersion: "v1.0.0-beta.6"
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.17.0
version: 0.17.1
appVersion: "v0"
dependencies:
- name: spv-wallet-web-backend
version: 0.17.0
version: 0.17.1
- name: spv-wallet-web-frontend
version: 0.17.0
version: 0.17.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.17.0
version: 0.17.1
appVersion: "v0.44.1"
dependencies:
- name: postgresql
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.17.0
version: 0.17.1
appVersion: "v0.43.5"
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.17.0
appVersion: "v1.0.0-beta.41"
version: 0.17.1
appVersion: "v1.0.0-beta.42"
dependencies:
- name: spv-wallet-admin-keygen
condition: spv-wallet-admin-keygen.enabled
version: 0.17.0
version: 0.17.1
- 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.17.0
version: 0.17.1
appVersion: 'v0.4.0'
dependencies: []

0 comments on commit 1dc1b0e

Please sign in to comment.