Skip to content

Commit

Permalink
Update nginx-redirect release: v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Mason <github@mikemrm.com>
  • Loading branch information
mikemrm committed Dec 8, 2024
1 parent d2859d8 commit 19c333d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nginx-redirect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions nginx-redirect/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -14,7 +14,7 @@ Chart Dependency:
dependencies:
- name: nginx-redirect
repository: 'oci://mrmhub.io/mikemrm'
version: 'v0.1.0'
version: 'v0.1.1'
```
## Requirements
Expand All @@ -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 | `{}` | |

0 comments on commit 19c333d

Please sign in to comment.