Skip to content

Commit

Permalink
Update docker.io/digicatapult/veritable-cloudagent Docker tag to v0.1…
Browse files Browse the repository at this point in the history
…2.14 (#344)

Co-authored-by: digicatapult-self-hosted-renovate[bot] <181463083+digicatapult-self-hosted-renovate[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 86cf2fd commit 695639e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/veritable-cloudagent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ annotations:
licenses: Apache-2.0
apiVersion: v2
# renovate: image=digicatapult/veritable-cloudagent
appVersion: v0.12.11
appVersion: v0.12.14
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -26,4 +26,4 @@ maintainers:
name: veritable-cloudagent
sources:
- https://github.com/digicatapult/veritable-cloudagent
version: 2.3.11
version: 2.3.12
2 changes: 1 addition & 1 deletion charts/veritable-cloudagent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| `image.registry` | veritable-cloudagent image registry | `docker.io` |
| `image.repository` | veritable-cloudagent image repository | `digicatapult/veritable-cloudagent` |
| `image.tag` | veritable-cloudagent image tag (immutable tags are recommended) | `v0.12.11` |
| `image.tag` | veritable-cloudagent image tag (immutable tags are recommended) | `v0.12.14` |
| `image.digest` | veritable-cloudagent 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` | veritable-cloudagent image pull policy | `IfNotPresent` |
| `image.pullSecrets` | veritable-cloudagent image pull secrets | `[]` |
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 @@ -269,7 +269,7 @@ ipfs:
image:
registry: docker.io
repository: digicatapult/veritable-cloudagent
tag: v0.12.11
tag: v0.12.14
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 695639e

Please sign in to comment.