Skip to content

Commit

Permalink
Update docker.io/curlimages/curl Docker tag to v8.11.0 (#347)
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 695639e commit aacc599
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/openapi-merger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ maintainers:
name: openapi-merger
sources:
- https://github.com/digicatapult/openapi-merger
version: 2.1.20
version: 2.1.21
2 changes: 1 addition & 1 deletion charts/openapi-merger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ The command removes all the Kubernetes components associated with the chart and
| `cronjob.initImage.debug` | Enable openapi-merger cronjob container image debug mode | `false` |
| `cronjob.image.registry` | openapi-merger cronjob image registry | `docker.io` |
| `cronjob.image.repository` | openapi-merger cronjob image repository | `curlimages/curl` |
| `cronjob.image.tag` | openapi-merger cronjob image tag (immutable tags are recommended) | `8.10.1` |
| `cronjob.image.tag` | openapi-merger cronjob image tag (immutable tags are recommended) | `8.11.0` |
| `cronjob.image.digest` | openapi-merger cronjob image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `cronjob.image.pullPolicy` | openapi-merger ceonjob image pull policy | `IfNotPresent` |
| `cronjob.image.pullSecrets` | openapi-merger cronjob image pull secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/openapi-merger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ cronjob:
image:
registry: docker.io
repository: curlimages/curl
tag: 8.10.1
tag: 8.11.0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit aacc599

Please sign in to comment.