Skip to content

Commit

Permalink
Update docker.io/digicatapult/sqnc-ipfs Docker tag to v2.10.94
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 94df1a9 commit 1da037a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/sqnc-ipfs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apiVersion: v2
name: sqnc-ipfs
description: sqnc-ipfs is a component of the SQNC project that provides a distributed IPFS based storage solution for the SQNC platform.
# renovate: image=digicatapult/sqnc-ipfs
appVersion: v2.10.93
version: 4.0.15
appVersion: v2.10.94
version: 4.0.16
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion charts/sqnc-ipfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The command removes all the Kubernetes components associated with the chart and
| `healthCheckTimeout` | Health check timeout in milliseconds | `2000` |
| `image.registry` | sqnc-ipfs image registry | `docker.io` |
| `image.repository` | sqnc-ipfs image repository | `digicatapult/sqnc-ipfs` |
| `image.tag` | sqnc-ipfs image tag (immutable tags are recommended) | `v2.10.93` |
| `image.tag` | sqnc-ipfs image tag (immutable tags are recommended) | `v2.10.94` |
| `image.digest` | sqnc-ipfs image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `image.pullPolicy` | sqnc-ipfs image pull policy | `IfNotPresent` |
| `image.pullSecrets` | sqnc-ipfs image pull secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/sqnc-ipfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ healthCheckTimeout: 2000
image:
registry: docker.io
repository: digicatapult/sqnc-ipfs
tag: v2.10.93
tag: v2.10.94
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 1da037a

Please sign in to comment.