diff --git a/charts/sqnc-matchmaker-api/Chart.yaml b/charts/sqnc-matchmaker-api/Chart.yaml index 1dfef558..bcf876c2 100644 --- a/charts/sqnc-matchmaker-api/Chart.yaml +++ b/charts/sqnc-matchmaker-api/Chart.yaml @@ -3,7 +3,7 @@ annotations: licenses: Apache-2.0 apiVersion: v2 # renovate: image=digicatapult/sqnc-matchmaker-api -appVersion: v3.0.122 +appVersion: v3.0.123 dependencies: - condition: postgresql.enabled name: postgresql @@ -33,4 +33,4 @@ maintainers: name: sqnc-matchmaker-api sources: - https://github.com/digicatapult/sqnc-matchmaker-api -version: 2.0.27 +version: 2.0.28 diff --git a/charts/sqnc-matchmaker-api/README.md b/charts/sqnc-matchmaker-api/README.md index 8ca3038c..aac7fc37 100644 --- a/charts/sqnc-matchmaker-api/README.md +++ b/charts/sqnc-matchmaker-api/README.md @@ -84,7 +84,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-matchmaker-api image registry | `docker.io` | | `image.repository` | sqnc-matchmaker-api image repository | `digicatapult/sqnc-matchmaker-api` | -| `image.tag` | sqnc-matchmaker-api image tag (immutable tags are recommended) | `v3.0.122` | +| `image.tag` | sqnc-matchmaker-api image tag (immutable tags are recommended) | `v3.0.123` | | `image.digest` | sqnc-matchmaker-api 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-matchmaker-api image pull policy | `IfNotPresent` | | `image.pullSecrets` | sqnc-matchmaker-api image pull secrets | `[]` | diff --git a/charts/sqnc-matchmaker-api/values.yaml b/charts/sqnc-matchmaker-api/values.yaml index f816a823..cff1b5fd 100644 --- a/charts/sqnc-matchmaker-api/values.yaml +++ b/charts/sqnc-matchmaker-api/values.yaml @@ -99,7 +99,7 @@ auth: image: registry: docker.io repository: digicatapult/sqnc-matchmaker-api - tag: v3.0.122 + tag: v3.0.123 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'