Skip to content

Commit

Permalink
chore(deps): update docker.io/bitnami/postgresql docker tag to v14.14…
Browse files Browse the repository at this point in the history
….0-debian-12-r0 (#2569)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 31e58d9 commit f68053f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/web-modeler-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ kubectl delete pvc -l release=my-release
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- |
| `image.registry` | PostgreSQL image registry | `docker.io` |
| `image.repository` | PostgreSQL image repository | `bitnami/postgresql` |
| `image.tag` | PostgreSQL image tag (immutable tags are recommended) | `14.13.0-debian-12-r26` |
| `image.tag` | PostgreSQL image tag (immutable tags are recommended) | `14.14.0-debian-12-r0` |
| `image.digest` | PostgreSQL image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | PostgreSQL image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify image pull secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/web-modeler-postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/postgresql
tag: 14.13.0-debian-12-r26
tag: 14.14.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit f68053f

Please sign in to comment.