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