fix(conduit): update nginx for well-known to v1.26
This commit is contained in:
parent
12dee15e79
commit
98aa09a4f9
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ name: conduit
|
||||||
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
|
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
|
||||||
icon: https://conduit.rs/conduit.svg
|
icon: https://conduit.rs/conduit.svg
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.0
|
version: 0.3.1
|
||||||
# renovate: image=registry.gitlab.com/famedly/conduit/matrix-conduit
|
# renovate: image=registry.gitlab.com/famedly/conduit/matrix-conduit
|
||||||
appVersion: "0.7.0"
|
appVersion: "0.7.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= conduit
|
= conduit
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square[Version: 0.3.0]
|
image::https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square[Version: 0.3.1]
|
||||||
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-0.7.0-informational?style=flat-square[AppVersion: 0.7.0]
|
image::https://img.shields.io/badge/AppVersion-0.7.0-informational?style=flat-square[AppVersion: 0.7.0]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -349,7 +349,7 @@ helm uninstall conduit-release
|
||||||
|
|
||||||
| wellknown.image.tag
|
| wellknown.image.tag
|
||||||
| string
|
| string
|
||||||
| `"1.25"`
|
| `"1.26"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| wellknown.nodeSelector
|
| wellknown.nodeSelector
|
||||||
|
|
|
@ -48,7 +48,7 @@ wellknown:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: library/nginx
|
repository: library/nginx
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "1.25"
|
tag: "1.26"
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
podLabels: {}
|
podLabels: {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue