Skip to content

Commit

Permalink
Update docker.io/digicatapult/openapi-merger Docker tag to v1.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent c3f49a5 commit 210953f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/openapi-merger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotations:
licenses: Apache-2.0
apiVersion: v2
# renovate: image=digicatapult/openapi-merger
appVersion: 1.1.50
appVersion: 1.1.51
dependencies:
- condition: apiDocsMock.enabled
name: nginx
Expand All @@ -29,4 +29,4 @@ maintainers:
name: openapi-merger
sources:
- https://github.com/digicatapult/openapi-merger
version: 2.1.14
version: 2.1.15
2 changes: 1 addition & 1 deletion charts/openapi-merger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The command removes all the Kubernetes components associated with the chart and
| `extraSecuritySchemas` | Additional security schemas to be referenced in the merged OpenAPI spec | `[]` |
| `image.registry` | openapi-merger image registry | `docker.io` |
| `image.repository` | openapi-merger image repository | `digicatapult/openapi-merger` |
| `image.tag` | openapi-merger image tag (immutable tags are recommended) | `v1.1.50` |
| `image.tag` | openapi-merger image tag (immutable tags are recommended) | `v1.1.51` |
| `image.digest` | openapi-merger 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` | openapi-merger image pull policy | `IfNotPresent` |
| `image.pullSecrets` | openapi-merger 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 @@ -171,7 +171,7 @@ extraSecuritySchemas: []
image:
registry: docker.io
repository: digicatapult/openapi-merger
tag: v1.1.50
tag: v1.1.51
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 210953f

Please sign in to comment.