Skip to content

Commit

Permalink
Bumped the version of the vitalam-node chart dependency (#13)
Browse files Browse the repository at this point in the history
Bumped the version of the vitalam-node chart dependency
Upgraded from insecure version of Mocha
  • Loading branch information
dblane-digicatapult authored Feb 14, 2022
1 parent c919434 commit 65ba3c5
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 78 deletions.
6 changes: 3 additions & 3 deletions helm/vitalam-ipfs/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: vitalam-node
repository: https://digicatapult.github.io/vitalam-node/
version: 0.23.5
digest: sha256:43b8298cb9b489f59a278ba59a7995884e02a1e317df1f4674888d897f38cead
generated: "2022-01-27T15:27:26.820139Z"
version: 0.24.1
digest: sha256:73e68d6501c5ded4c49d45be3479801888db789f9253facfb360f8d624d18b8d
generated: "2022-02-14T12:57:39.413456Z"
6 changes: 3 additions & 3 deletions helm/vitalam-ipfs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
name: vitalam-ipfs
appVersion: '1.2.3'
appVersion: '1.2.4'
description: A Helm chart for vitalam-ipfs
version: '1.2.3'
version: '1.2.4'
type: application
dependencies:
- name: vitalam-node
version: '0.23.5'
version: '0.24.1'
repository: https://digicatapult.github.io/vitalam-node/
condition: vitalamNode.enabled
alias: vitalamNode
Expand Down
2 changes: 1 addition & 1 deletion helm/vitalam-ipfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ config:
image:
repository: ghcr.io/digicatapult/vitalam-ipfs
pullPolicy: IfNotPresent
tag: 'v1.2.3'
tag: 'v1.2.4'

storage:
storageClass: ""
Expand Down
124 changes: 55 additions & 69 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/vitalam-ipfs",
"version": "1.2.3",
"version": "1.2.4",
"description": "Service for WASP",
"main": "app/index.js",
"scripts": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-prettier": "^3.3.1",
"form-data": "^3.0.1",
"go-ipfs": "^0.11.0",
"mocha": "^9.1.2",
"mocha": "^9.2.0",
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.7",
"nodemon": "^2.0.7",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 65ba3c5

Please sign in to comment.