Skip to content

Commit

Permalink
Update docker.io/digicatapult/sqnc-identity-service Docker tag to v2.…
Browse files Browse the repository at this point in the history
…0.125
  • Loading branch information
1 parent d7fb724 commit 819bf63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/sqnc-identity-service/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/sqnc-identity-service
appVersion: v2.0.123
appVersion: v2.0.125
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand Down Expand Up @@ -33,4 +33,4 @@ maintainers:
name: sqnc-identity-service
sources:
- https://github.com/digicatapult/sqnc-identity-service
version: 4.0.20
version: 4.0.21
2 changes: 1 addition & 1 deletion charts/sqnc-identity-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
| `auth.jwksPath` | Path segment to append to the appropriate prefix to determine JWKS certificate endpoint | `/certs` |
| `image.registry` | sqnc-identity-service image registry | `docker.io` |
| `image.repository` | sqnc-identity-service image repository | `digicatapult/sqnc-identity-service` |
| `image.tag` | sqnc-identity-service image tag (immutable tags are recommended) | `v2.0.123` |
| `image.tag` | sqnc-identity-service image tag (immutable tags are recommended) | `v2.0.125` |
| `image.digest` | sqnc-identity-service 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-identity-service image pull policy | `IfNotPresent` |
| `image.pullSecrets` | sqnc-identity-service image pull secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/sqnc-identity-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ auth:
image:
registry: docker.io
repository: digicatapult/sqnc-identity-service
tag: v2.0.123
tag: v2.0.125
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 819bf63

Please sign in to comment.