From 3bde0bd4e053ab08eac784d567e25b63ea3e6a61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 13:51:40 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.25.1 (#329) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Morre's Bot Co-authored-by: Maurice Meyer --- charts/generic/Chart.yaml | 2 +- charts/generic/README.md | 4 ++-- charts/generic/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/generic/Chart.yaml b/charts/generic/Chart.yaml index 49a45d4..4c5822e 100644 --- a/charts/generic/Chart.yaml +++ b/charts/generic/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: generic description: A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart. type: application -version: 7.2.0 +version: 7.2.1 maintainers: - name: morremeyer - name: ekeih diff --git a/charts/generic/README.md b/charts/generic/README.md index 2f82721..7e009c1 100644 --- a/charts/generic/README.md +++ b/charts/generic/README.md @@ -1,6 +1,6 @@ # generic -![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 7.2.1](https://img.shields.io/badge/Version-7.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart. @@ -110,7 +110,7 @@ additionalObjects: | hostNetwork | bool | `false` | Set to true to enable host networking | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"nginx"` | | -| image.tag | string | `"1.25.0"` | | +| image.tag | string | `"1.25.1"` | | | imagePullSecrets | list | `[]` | | | ingress.additionalLabels | object | `{}` | Additional labels for the ingress resource | | ingress.annotations | object | `{}` | | diff --git a/charts/generic/values.yaml b/charts/generic/values.yaml index 49a6cb8..d99d479 100644 --- a/charts/generic/values.yaml +++ b/charts/generic/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: nginx pullPolicy: IfNotPresent - tag: "1.25.0" + tag: "1.25.1" restartPolicy: Always