Skip to content

Commit

Permalink
Bump version of dscp-node dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdean-digicatapult committed Apr 7, 2022
1 parent 739cbb4 commit a45f7c2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions helm/dscp-ipfs/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: dscp-node
repository: https://digicatapult.github.io/dscp-node/
version: 3.0.0
digest: sha256:a665bc846a255a90f8e029b44fb24aa089db1f94b900dc99e905ae52d4e2026c
generated: "2022-04-06T15:19:32.891136+01:00"
version: 3.0.1
digest: sha256:27b626344df7c86b8ce42a18d2e1afdb5fbbeb9db6aa4a7a6f64bc6cbd8b592f
generated: "2022-04-07T13:21:43.837968+01:00"
6 changes: 3 additions & 3 deletions helm/dscp-ipfs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
name: dscp-ipfs
appVersion: '2.0.0'
appVersion: '2.0.1'
description: A Helm chart for dscp-ipfs
version: '2.0.0'
version: '2.0.1'
type: application
dependencies:
- name: dscp-node
version: '3.0.0'
version: '3.0.1'
repository: https://digicatapult.github.io/dscp-node/
condition: dscpNode.enabled
alias: dscpNode
Expand Down
2 changes: 1 addition & 1 deletion helm/dscp-ipfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ config:
image:
repository: ghcr.io/digicatapult/dscp-ipfs
pullPolicy: IfNotPresent
tag: 'v2.0.0'
tag: 'v2.0.1'

storage:
storageClass: ""
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/dscp-ipfs",
"version": "2.0.0",
"version": "2.0.1",
"description": "Service for WASP",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit a45f7c2

Please sign in to comment.