From 09ed04bb3c43cba85e9338035058e44fa4d6d668 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 6 Jun 2024 08:32:32 +0200 Subject: [PATCH] fix(conduit): update nginx to v1.27.0 --- conduit/Chart.yaml | 2 +- conduit/README.adoc | 4 ++-- conduit/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conduit/Chart.yaml b/conduit/Chart.yaml index be63ad8..e8ab2ff 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: 0.3.1 +version: 0.3.2 # renovate: image=registry.gitlab.com/famedly/conduit/matrix-conduit appVersion: "0.7.0" maintainers: diff --git a/conduit/README.adoc b/conduit/README.adoc index 6a29bf8..50aa9cf 100644 --- a/conduit/README.adoc +++ b/conduit/README.adoc @@ -2,7 +2,7 @@ = conduit -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-0.3.2-informational?style=flat-square[Version: 0.3.2] 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] == Maintainers @@ -349,7 +349,7 @@ helm uninstall conduit-release | wellknown.image.tag | string -| `"1.26"` +| `"1.27.0"` | | wellknown.nodeSelector diff --git a/conduit/values.yaml b/conduit/values.yaml index 0df5ba0..f78092a 100644 --- a/conduit/values.yaml +++ b/conduit/values.yaml @@ -48,7 +48,7 @@ wellknown: registry: docker.io repository: library/nginx pullPolicy: IfNotPresent - tag: "1.26" + tag: "1.27.0" replicaCount: 1 podLabels: {}