Skip to content

Commit

Permalink
Update docker.io/ipfs/kubo Docker tag to v0.33.0 (#610)
Browse files Browse the repository at this point in the history
Co-authored-by: digicatapult-self-hosted-renovate[bot] <181463083+digicatapult-self-hosted-renovate[bot]@users.noreply.github.com>
  • Loading branch information
1 parent c41a323 commit 2f5e044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/veritable-cloudagent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ maintainers:
name: veritable-cloudagent
sources:
- https://github.com/digicatapult/veritable-cloudagent
version: 2.3.50
version: 2.3.51
2 changes: 1 addition & 1 deletion charts/veritable-cloudagent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The command removes all the Kubernetes components associated with the chart and
| `ipfs.enabled` | Enable IPFS container within pod | `true` |
| `ipfs.image.registry` | IPFS image registry | `docker.io` |
| `ipfs.image.repository` | IPFS image repository | `ipfs/kubo` |
| `ipfs.image.tag` | IPFS image tag (immutable tags are recommended) | `v0.32.1` |
| `ipfs.image.tag` | IPFS image tag (immutable tags are recommended) | `v0.33.0` |
| `ipfs.image.digest` | IPFS image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `ipfs.image.pullPolicy` | IPFS image pull policy | `IfNotPresent` |
| `ipfs.initConfig.enabled` | Enable IPFS initconfig | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/veritable-cloudagent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ ipfs:
image:
registry: docker.io
repository: ipfs/kubo
tag: v0.32.1
tag: v0.33.0
digest: ""
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 2f5e044

Please sign in to comment.