From 6a1ddb48cd0d3b0d14012f23eee7d8650635edfc Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 24 Apr 2025 00:13:18 +0200 Subject: [PATCH] fix(conduit): update dependencies nginx --- conduit/Chart.yaml | 2 +- conduit/README.md | 4 ++-- conduit/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conduit/Chart.yaml b/conduit/Chart.yaml index 61d7646..297eeec 100644 --- a/conduit/Chart.yaml +++ b/conduit/Chart.yaml @@ -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: diff --git a/conduit/README.md b/conduit/README.md index f88d6cd..a96f0ce 100644 --- a/conduit/README.md +++ b/conduit/README.md @@ -7,7 +7,7 @@ description: "Conduit is a simple, fast and reliable chat server powered by Matr # conduit -![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square) +![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square) 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 | diff --git a/conduit/values.yaml b/conduit/values.yaml index 28a721f..5ed96e1 100644 --- a/conduit/values.yaml +++ b/conduit/values.yaml @@ -70,7 +70,7 @@ wellknown: pullPolicy: IfNotPresent # -- image tag # @section -- well known - tag: "1.27.4" + tag: "1.27.5" # -- replicas # @section -- well known