Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/bridgeai-prediction-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.61
version: 0.2.62

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/bridgeai-prediction-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The application only accepts a single ENVAR, so you should always update `modelP
| -------------------------------- | ----------------------------------------------------- | -------------------- |
| `initDbCreate.image.registry` | PostgreSQL image registry | `docker.io` |
| `initDbCreate.image.repository` | PostgreSQL image repository | `postgres` |
| `initDbCreate.image.tag` | PostgreSQL image tag (immutable tags are recommended) | `17-alpine` |
| `initDbCreate.image.tag` | PostgreSQL image tag (immutable tags are recommended) | `18-alpine` |
| `initDbCreate.image.digest` | PostgreSQL image digest (sha256) | `""` |
| `initDbCreate.image.pullPolicy` | PostgreSQL image pull policy | `IfNotPresent` |
| `initDbCreate.image.pullSecrets` | PostgreSQL image pull secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/bridgeai-prediction-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ initDbCreate:
image:
registry: docker.io
repository: postgres
tag: '17-alpine'
tag: '18-alpine'
digest: ""
pullPolicy: IfNotPresent
pullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion charts/sqnc-attachment-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ maintainers:
name: sqnc-attachment-api
sources:
- https://github.com/digicatapult/sqnc-attachment-api
version: 3.2.3
version: 3.2.4
2 changes: 1 addition & 1 deletion charts/sqnc-attachment-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| `initDbCreate.image.registry` | sqnc-routing-service image registry | `docker.io` |
| `initDbCreate.image.repository` | sqnc-routing-service image repository | `postgres` |
| `initDbCreate.image.tag` | sqnc-routing-service image tag (immutable tags are recommended) | `17-alpine` |
| `initDbCreate.image.tag` | sqnc-routing-service image tag (immutable tags are recommended) | `18-alpine` |
| `initDbCreate.image.digest` | sqnc-routing-service image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `initDbCreate.image.pullPolicy` | sqnc-routing-service image pull policy | `IfNotPresent` |
| `initDbCreate.image.pullSecrets` | sqnc-routing-service image pull secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/sqnc-attachment-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ initDbCreate:
image:
registry: docker.io
repository: postgres
tag: "17-alpine"
tag: "18-alpine"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
2 changes: 1 addition & 1 deletion charts/sqnc-identity-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ maintainers:
name: sqnc-identity-service
sources:
- https://github.com/digicatapult/sqnc-identity-service
version: 5.1.143
version: 5.1.144
2 changes: 1 addition & 1 deletion charts/sqnc-identity-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| `initDbCreate.image.registry` | sqnc-routing-service image registry | `docker.io` |
| `initDbCreate.image.repository` | sqnc-routing-service image repository | `postgres` |
| `initDbCreate.image.tag` | sqnc-routing-service image tag (immutable tags are recommended) | `17-alpine` |
| `initDbCreate.image.tag` | sqnc-routing-service image tag (immutable tags are recommended) | `18-alpine` |
| `initDbCreate.image.digest` | sqnc-routing-service image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `initDbCreate.image.pullPolicy` | sqnc-routing-service image pull policy | `IfNotPresent` |
| `initDbCreate.image.pullSecrets` | sqnc-routing-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 @@ -549,7 +549,7 @@ initDbCreate:
image:
registry: docker.io
repository: postgres
tag: "17-alpine"
tag: "18-alpine"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
2 changes: 1 addition & 1 deletion charts/sqnc-matchmaker-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ maintainers:
name: sqnc-matchmaker-api
sources:
- https://github.com/digicatapult/sqnc-matchmaker-api
version: 4.1.96
version: 4.1.97
2 changes: 1 addition & 1 deletion charts/sqnc-matchmaker-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| `initDbCreate.image.registry` | sqnc-routing-service image registry | `docker.io` |
| `initDbCreate.image.repository` | sqnc-routing-service image repository | `postgres` |
| `initDbCreate.image.tag` | sqnc-routing-service image tag (immutable tags are recommended) | `17-alpine` |
| `initDbCreate.image.tag` | sqnc-routing-service image tag (immutable tags are recommended) | `18-alpine` |
| `initDbCreate.image.digest` | sqnc-routing-service image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `initDbCreate.image.pullPolicy` | sqnc-routing-service image pull policy | `IfNotPresent` |
| `initDbCreate.image.pullSecrets` | sqnc-routing-service image pull secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/sqnc-matchmaker-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ initDbCreate:
image:
registry: docker.io
repository: postgres
tag: "17-alpine"
tag: "18-alpine"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
2 changes: 1 addition & 1 deletion charts/veritable-cloudagent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ maintainers:
name: veritable-cloudagent
sources:
- https://github.com/digicatapult/veritable-cloudagent
version: 3.0.45
version: 3.0.46
2 changes: 1 addition & 1 deletion charts/veritable-cloudagent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
| `initDbCreate.image.registry` | veritable-routing-service image registry | `docker.io` |
| `initDbCreate.image.repository` | veritable-routing-service image repository | `postgres` |
| `initDbCreate.image.tag` | veritable-routing-service image tag (immutable tags are recommended) | `17-alpine` |
| `initDbCreate.image.tag` | veritable-routing-service image tag (immutable tags are recommended) | `18-alpine` |
| `initDbCreate.image.digest` | veritable-routing-service image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `initDbCreate.image.pullPolicy` | veritable-routing-service image pull policy | `IfNotPresent` |
| `initDbCreate.image.pullSecrets` | veritable-routing-service 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 @@ -971,7 +971,7 @@ initDbCreate:
image:
registry: docker.io
repository: postgres
tag: "17-alpine"
tag: "18-alpine"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
2 changes: 1 addition & 1 deletion charts/veritable-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ maintainers:
name: veritable-ui
sources:
- https://github.com/digicatapult/veritable-ui
version: 2.0.45
version: 2.0.46
2 changes: 1 addition & 1 deletion charts/veritable-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| `initDbCreate.image.registry` | Postgres image registry | `docker.io` |
| `initDbCreate.image.repository` | postgres image repository | `postgres` |
| `initDbCreate.image.tag` | postgres image tag (immutable tags are recommended) | `17-alpine` |
| `initDbCreate.image.tag` | postgres image tag (immutable tags are recommended) | `18-alpine` |
| `initDbCreate.image.digest` | postgres image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `initDbCreate.image.pullPolicy` | postgres image pull policy | `IfNotPresent` |
| `initDbCreate.image.pullSecrets` | postgres image pull secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/veritable-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ initDbCreate:
image:
registry: docker.io
repository: postgres
tag: "17-alpine"
tag: "18-alpine"
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading