Skip to content

Commit 3fca783

Browse files
chore(ipfs): update deprecated Docker image (#37)
1 parent 9a6a16b commit 3fca783

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

charts/request-ipfs/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: 0.4.26
2+
appVersion: v0.4.23
33
description: A Helm chart for a dedicated Request IPFS node
44
name: request-ipfs
5-
version: 0.6.13
5+
version: 0.7.0
66
keywords:
77
- request
88
- ipfs

charts/request-ipfs/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ $ helm install --name my-release request/request-ipfs
2828

2929
The following table lists the configurable parameters of the Request IPFS chart and their default values.
3030

31-
| Parameter | Description | Default |
32-
|------------------------|--------------------------------------------------------------------------------------------------|-----------------------------|
33-
| `replicaCount` | The amount of replicas to run | `1` |
31+
| Parameter | Description | Default |
32+
|------------------------|--------------------------------------------------------------------------------------------------|-------------------------------|
33+
| `replicaCount` | The amount of replicas to run | `1` |
3434
| `image.image` | The docker image for the dedicated IPFS node | `requestnetwork/request-ipfs` |
35-
| `image.tag` | The version tag for the dedicated IPFS node image | `0.4.26` |
36-
| `image.pullPolicy` | Dedicated IPFS node image pull policy | `Always` |
37-
| `swarm.loadBalancerIP` | Static IP address used by the load balancer (optional) | `null` |
38-
| `swarm.externalIP` | Swarm address to announce to the network. Usually same as `ipfs.swarm.loadBalancerIP` (optional) | `null` |
39-
| `identity.peerId` | The IPFS node PeerID (optional) | `null` |
40-
| `identity.privateKey` | The IPFS node Private Key (optional) | `null` |
35+
| `image.tag` | The version tag for the dedicated IPFS node image | `v0.4.23` |
36+
| `image.pullPolicy` | Dedicated IPFS node image pull policy | `Always` |
37+
| `swarm.loadBalancerIP` | Static IP address used by the load balancer (optional) | `null` |
38+
| `swarm.externalIP` | Swarm address to announce to the network. Usually same as `ipfs.swarm.loadBalancerIP` (optional) | `null` |
39+
| `identity.peerId` | The IPFS node PeerID (optional) | `null` |
40+
| `identity.privateKey` | The IPFS node Private Key (optional) | `null` |
4141
| `extraEnvs` | Additional environment variables to pass down to the IPFS node (optional) | `{}` |
4242

4343
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

charts/request-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.31.0
33
description: A Helm chart for Request Node
44
name: request-node
5-
version: 0.8.1
5+
version: 0.9.0
66
keywords:
77
- request
88
- ipfs

charts/request-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following table lists the configurable parameters of the Request Node chart
3939
| `nodeImage.tag` | The version tag for the Request Node image | `0.5.5` |
4040
| `nodeImage.pullPolicy` | Request Node image pull policy | `Always` |
4141
| `ipfs.image.image` | The docker image for the dedicated IPFS server | `requestnetwork/request-ipfs` |
42-
| `ipfs.image.tag` | The version tag for the dedicated IPFS server image | `0.3.4` |
42+
| `ipfs.image.tag` | The version tag for the dedicated IPFS server image | `v0.4.23` |
4343
| `ipfs.image.pullPolicy` | Dedicated IPFS server image pull policy | `Always` |
4444
| `ipfs.swarm.port` | Port to access the IPFS swarm | `4001` |
4545
| `ipfs.swarm.externalIP` | Swarm address to announce to the network (optional). Usually should be the same as `ipfs.swarm.service.loadBalancerIP` | `null` |

charts/request-node/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ipfs:
6868
# The IPFS image information
6969
image:
7070
image: requestnetwork/request-ipfs
71-
tag: 0.4.26
71+
tag: v0.4.23
7272
pullPolicy: Always
7373
# IPFS swarm port
7474
swarm:

0 commit comments

Comments
 (0)