fix(conduit): update dependencies nginx
This commit is contained in:
parent
6c0c096021
commit
6a1ddb48cd
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: "1.0.4"
|
||||
version: "1.0.5"
|
||||
# renovate: image=docker.io/matrixconduit/matrix-conduit
|
||||
appVersion: "0.9.0"
|
||||
maintainers:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Conduit is a simple, fast and reliable chat server powered by Matr
|
|||
|
||||
# conduit
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Conduit is a simple, fast and reliable chat server powered by Matrix.
|
||||
|
||||
|
@ -53,7 +53,7 @@ helm uninstall conduit-release
|
|||
| wellknown.image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. (could be overwritten by global.image.pullPolicy) |
|
||||
| wellknown.image.registry | string | `"docker.io"` | image registry (could be overwritten by global.image.registry) |
|
||||
| wellknown.image.repository | string | `"library/nginx"` | image repository |
|
||||
| wellknown.image.tag | string | `"1.27.4"` | image tag |
|
||||
| wellknown.image.tag | string | `"1.27.5"` | image tag |
|
||||
| wellknown.nginxServerConf | string | `"server {\n listen {{ .containerPort }};\n server_name localhost;\n\n location /.well-known/matrix/server {\n return 200 {{ toJson .server | quote }};\n types { } default_type \"application/json; charset=utf-8\";\n }\n\n location /.well-known/matrix/client {\n return 200 {{ toJson .client | quote }};\n types { } default_type \"application/json; charset=utf-8\";\n add_header \"Access-Control-Allow-Origin\" *;\n }\n\n location / {\n # return 200 'Welcome to the your.server.name conduit server!';\n # types { } default_type \"text/plain; charset=utf-8\";\n return 404;\n }\n\n location /nginx_health {\n return 200 'OK';\n types { } default_type \"text/plain; charset=utf-8\";\n }\n}"` | nginx config |
|
||||
| wellknown.nodeSelector | object | `{}` | pod node selector |
|
||||
| wellknown.podAnnotations | list | `[]` | pod annotations |
|
||||
|
|
|
@ -70,7 +70,7 @@ wellknown:
|
|||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
# @section -- well known
|
||||
tag: "1.27.4"
|
||||
tag: "1.27.5"
|
||||
|
||||
# -- replicas
|
||||
# @section -- well known
|
||||
|
|
Loading…
Add table
Reference in a new issue