Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Bumped to use working ipfs helm dep (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblane-digicatapult authored Jul 21, 2022
1 parent 90ec383 commit d86d8c5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions helm/dscp-api/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 4.2.1
- name: dscp-ipfs
repository: https://digicatapult.github.io/dscp-ipfs/
version: 2.6.0
digest: sha256:53b074312ab82855024446e24d9e526ca4d2fa5371088b7f878bf69dff8a544c
generated: "2022-07-20T11:41:11.74048+01:00"
version: 2.6.1
digest: sha256:5a53d52e877741408a0c446ea2bd0f2d618a4cbab3b4b607b87f6cbc3a10bcf5
generated: "2022-07-21T10:34:29.668579+01:00"
6 changes: 3 additions & 3 deletions helm/dscp-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: dscp-api
appVersion: '4.6.1'
appVersion: '4.6.2'
description: A Helm chart for dscp-api
version: '4.6.1'
version: '4.6.2'
type: application
dependencies:
- name: dscp-node
Expand All @@ -12,7 +12,7 @@ dependencies:
alias: dscpNode

- name: dscp-ipfs
version: '2.6.0'
version: '2.6.1'
repository: https://digicatapult.github.io/dscp-ipfs/
condition: dscpIpfs.enabled
alias: dscpIpfs
Expand Down
2 changes: 1 addition & 1 deletion helm/dscp-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ service:
image:
repository: digicatapult/dscp-api
pullPolicy: IfNotPresent
tag: 'v4.6.1'
tag: 'v4.6.2'

dscpNode:
enabled: false
Expand Down
4 changes: 2 additions & 2 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": "dscp-api",
"version": "4.6.1",
"version": "4.6.2",
"description": "DSCP API",
"repository": {
"type": "git",
Expand Down

0 comments on commit d86d8c5

Please sign in to comment.