Skip to content

Commit daf11a9

Browse files
Bump devture/exim-relay from 4.93.1-r0 to 4.95-r0 in /charts/matrix (#4)
* Bump devture/exim-relay from 4.93.1-r0 to 4.95-r0 in /charts/matrix Bumps devture/exim-relay from 4.93.1-r0 to 4.95-r0. --- updated-dependencies: - dependency-name: devture/exim-relay dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * bumping chart for exim relay upgrade --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jessebot <jessebot@linux.com>
1 parent a09f5bf commit daf11a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/matrix/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sources:
88

99
type: application
1010

11-
version: 3.1.0
11+
version: 3.1.1
1212
appVersion: 1.88.0
1313

1414
maintainers:

charts/matrix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# matrix
22

3-
![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.88.0](https://img.shields.io/badge/AppVersion-1.88.0-informational?style=flat-square)
3+
![Version: 3.1.1](https://img.shields.io/badge/Version-3.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.88.0](https://img.shields.io/badge/AppVersion-1.88.0-informational?style=flat-square)
44

55
A Helm chart to deploy a Matrix homeserver stack into Kubernetes
66

@@ -162,7 +162,7 @@ A Helm chart to deploy a Matrix homeserver stack into Kubernetes
162162
| mail.relay.enabled | bool | `true` | whether to enable exim relay or not |
163163
| mail.relay.image.pullPolicy | string | `"IfNotPresent"` | |
164164
| mail.relay.image.repository | string | `"devture/exim-relay"` | |
165-
| mail.relay.image.tag | string | `"4.93.1-r0"` | |
165+
| mail.relay.image.tag | string | `"4.95-r0"` | |
166166
| mail.relay.labels.component | string | `"mail"` | |
167167
| mail.relay.probes.liveness | object | `{}` | |
168168
| mail.relay.probes.readiness | object | `{}` | |

charts/matrix/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ mail:
517517
enabled: true
518518
image:
519519
repository: "devture/exim-relay"
520-
tag: "4.93.1-r0"
520+
tag: "4.95-r0"
521521
pullPolicy: IfNotPresent
522522
service:
523523
type: ClusterIP

0 commit comments

Comments
 (0)