diff --git a/nginx-redirect/Chart.yaml b/nginx-redirect/Chart.yaml index 5889f01..8b5f879 100644 --- a/nginx-redirect/Chart.yaml +++ b/nginx-redirect/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: nginx-redirect description: A simple deployment to redirect requests. type: application -version: v0.1.0 +version: v0.1.1 # renovate: image=nginx appVersion: 1.27.3 dependencies: diff --git a/nginx-redirect/README.md b/nginx-redirect/README.md index bcaa107..065a53d 100644 --- a/nginx-redirect/README.md +++ b/nginx-redirect/README.md @@ -1,6 +1,6 @@ # nginx-redirect -![Version: v0.1.0](https://img.shields.io/badge/Version-v0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.27.3](https://img.shields.io/badge/AppVersion-1.27.3-informational?style=flat-square) +![Version: v0.1.1](https://img.shields.io/badge/Version-v0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.27.3](https://img.shields.io/badge/AppVersion-1.27.3-informational?style=flat-square) A simple deployment to redirect requests. @@ -14,7 +14,7 @@ Chart Dependency: dependencies: - name: nginx-redirect repository: 'oci://mrmhub.io/mikemrm' - version: 'v0.1.0' + version: 'v0.1.1' ``` ## Requirements @@ -41,7 +41,7 @@ dependencies: | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | | ingress.hosts | list | `[]` | | -| ingress.tls | object | `{}` | | +| ingress.tls | list | `[]` | | | nameOverride | string | `""` | | | redirects | object | `{}` | |