fix(matrix-synapse): update alpine helper
This commit is contained in:
parent
a3b537a5b8
commit
f80f70e7d3
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ name: matrix-synapse
|
||||||
description: Matrix reference homeserver
|
description: Matrix reference homeserver
|
||||||
icon: https://matrix.org/images/matrix-logo.svg
|
icon: https://matrix.org/images/matrix-logo.svg
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.3
|
version: 0.3.4
|
||||||
# renovate: image=ghcr.io/element-hq/synapse
|
# renovate: image=ghcr.io/element-hq/synapse
|
||||||
appVersion: 1.115.0
|
appVersion: 1.115.0
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= matrix-synapse
|
= matrix-synapse
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square[Version: 0.3.3]
|
image::https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square[Version: 0.3.4]
|
||||||
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||||
image::https://img.shields.io/badge/AppVersion-1.115.0-informational?style=flat-square[AppVersion: 1.115.0]
|
image::https://img.shields.io/badge/AppVersion-1.115.0-informational?style=flat-square[AppVersion: 1.115.0]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -569,7 +569,7 @@ helm uninstall matrix-synapse-release
|
||||||
|
|
||||||
| volumePermissions.image.tag
|
| volumePermissions.image.tag
|
||||||
| string
|
| string
|
||||||
| `"3.20.2"`
|
| `"3.20.3"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| volumePermissions.resources
|
| volumePermissions.resources
|
||||||
|
|
|
@ -794,7 +794,7 @@ volumePermissions:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: library/alpine
|
repository: library/alpine
|
||||||
tag: 3.20.2
|
tag: 3.20.3
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
|
|
Loading…
Add table
Reference in a new issue