fix(conduit): update nginx for well-known
This commit is contained in:
parent
9958ceb79f
commit
b44b87338e
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.
|
||||
icon: https://conduit.rs/conduit.svg
|
||||
type: application
|
||||
version: 0.3.6
|
||||
version: 0.3.7
|
||||
# renovate: image=docker.io/matrixconduit/matrix-conduit
|
||||
appVersion: "0.8.0"
|
||||
maintainers:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
= conduit
|
||||
|
||||
image::https://img.shields.io/badge/Version-0.3.6-informational?style=flat-square[Version: 0.3.6]
|
||||
image::https://img.shields.io/badge/Version-0.3.7-informational?style=flat-square[Version: 0.3.7]
|
||||
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||
image::https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square[AppVersion: 0.8.0]
|
||||
== Maintainers
|
||||
|
@ -349,7 +349,7 @@ helm uninstall conduit-release
|
|||
|
||||
| wellknown.image.tag
|
||||
| string
|
||||
| `"1.27.1"`
|
||||
| `"1.27.2"`
|
||||
|
|
||||
|
||||
| wellknown.nodeSelector
|
||||
|
|
|
@ -48,7 +48,7 @@ wellknown:
|
|||
registry: docker.io
|
||||
repository: library/nginx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "1.27.1"
|
||||
tag: "1.27.2"
|
||||
|
||||
replicaCount: 1
|
||||
podLabels: {}
|
||||
|
|
Loading…
Add table
Reference in a new issue