Skip to content

Commit

Permalink
update misc files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Irsigler committed Jan 26, 2024
1 parent d4067e7 commit c52aaa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ repos:
rev: v1.12.0
hooks:
- id: helm-docs
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.152.1
hooks:
- id: renovate-config-validator
6 changes: 3 additions & 3 deletions charts/uptime-kuma/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# uptime-kuma

![Version: 2.15.0](https://img.shields.io/badge/Version-2.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.3](https://img.shields.io/badge/AppVersion-1.23.3-informational?style=flat-square)
![Version: 2.18.0](https://img.shields.io/badge/Version-2.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.11](https://img.shields.io/badge/AppVersion-1.23.11-informational?style=flat-square)

A self-hosted Monitoring tool like "Uptime-Robot".

Expand Down Expand Up @@ -28,7 +28,7 @@ A self-hosted Monitoring tool like "Uptime-Robot".
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"louislam/uptime-kuma"` | |
| image.tag | string | `"1.23.3-debian"` | |
| image.tag | string | `"1.23.11-debian"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations."nginx.ingress.kubernetes.io/proxy-read-timeout" | string | `"3600"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/proxy-send-timeout" | string | `"3600"` | |
Expand Down Expand Up @@ -80,4 +80,4 @@ A self-hosted Monitoring tool like "Uptime-Robot".
| volume.size | string | `"4Gi"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"packageRules": [
{
"matchManagers": ["pre-commit", "helmv3", "github-actions"],
"matchManagers": ["pre-commit", "helmv3", "helm-values", "github-actions"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"groupName": "all",
"automerge": false
Expand Down

0 comments on commit c52aaa8

Please sign in to comment.