Skip to content

Commit

Permalink
feat(docker-image): update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                   | from    | to      |
| ---------- | ------------------------- | ------- | ------- |
| docker     | ghcr.io/nicolaka/netshoot | v0.10   | v0.11   |
| docker     | matrixdotorg/synapse      | v1.82.0 | v1.83.0 |
  • Loading branch information
renovate[bot] committed May 10, 2023
1 parent 306874a commit b27755d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/apps/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ postgresql:
synapse:
image:
repository: "matrixdotorg/synapse"
tag: v1.82.0
tag: v1.83.0
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down
2 changes: 1 addition & 1 deletion charts/library/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ addons:
# -- Specify the netshoot image
repository: ghcr.io/nicolaka/netshoot
# -- Specify the netshoot image tag
tag: v0.10
tag: v0.11
# -- Specify the netshoot image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit b27755d

Please sign in to comment.