diff --git a/stable/uptime-kuma/5.0.12/app-changelog.md b/stable/uptime-kuma/5.0.12/app-changelog.md deleted file mode 100644 index fb692ba0ff3..00000000000 --- a/stable/uptime-kuma/5.0.12/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [uptime-kuma-5.0.12](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.11...uptime-kuma-5.0.12) (2023-01-18) - diff --git a/stable/uptime-kuma/5.0.12/CHANGELOG.md b/stable/uptime-kuma/5.0.13/CHANGELOG.md similarity index 89% rename from stable/uptime-kuma/5.0.12/CHANGELOG.md rename to stable/uptime-kuma/5.0.13/CHANGELOG.md index 225c4f64c30..919f312ec04 100644 --- a/stable/uptime-kuma/5.0.12/CHANGELOG.md +++ b/stable/uptime-kuma/5.0.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [uptime-kuma-5.0.13](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.12...uptime-kuma-5.0.13) (2023-01-18) + +### Fix + +- values missing rules ([#6447](https://github.com/truecharts/charts/issues/6447)) + + + + ## [uptime-kuma-5.0.12](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.11...uptime-kuma-5.0.12) (2023-01-18) @@ -88,12 +97,3 @@ - update helm general non-major - - -## [uptime-kuma-5.0.2](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.1...uptime-kuma-5.0.2) (2022-11-30) - - - - -## [uptime-kuma-5.0.2](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.1...uptime-kuma-5.0.2) (2022-11-30) - diff --git a/stable/uptime-kuma/5.0.12/Chart.yaml b/stable/uptime-kuma/5.0.13/Chart.yaml similarity index 98% rename from stable/uptime-kuma/5.0.12/Chart.yaml rename to stable/uptime-kuma/5.0.13/Chart.yaml index 70ac5d14459..2f89e9261c0 100644 --- a/stable/uptime-kuma/5.0.12/Chart.yaml +++ b/stable/uptime-kuma/5.0.13/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma - https://github.com/louislam/uptime-kuma type: application -version: 5.0.12 +version: 5.0.13 annotations: truecharts.org/catagories: | - monitoring diff --git a/stable/uptime-kuma/5.0.12/README.md b/stable/uptime-kuma/5.0.13/README.md similarity index 100% rename from stable/uptime-kuma/5.0.12/README.md rename to stable/uptime-kuma/5.0.13/README.md diff --git a/stable/uptime-kuma/5.0.13/app-changelog.md b/stable/uptime-kuma/5.0.13/app-changelog.md new file mode 100644 index 00000000000..edcedfe770c --- /dev/null +++ b/stable/uptime-kuma/5.0.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [uptime-kuma-5.0.13](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.12...uptime-kuma-5.0.13) (2023-01-18) + +### Fix + +- values missing rules ([#6447](https://github.com/truecharts/charts/issues/6447)) + + \ No newline at end of file diff --git a/stable/uptime-kuma/5.0.12/app-readme.md b/stable/uptime-kuma/5.0.13/app-readme.md similarity index 100% rename from stable/uptime-kuma/5.0.12/app-readme.md rename to stable/uptime-kuma/5.0.13/app-readme.md diff --git a/stable/uptime-kuma/5.0.12/charts/common-11.1.2.tgz b/stable/uptime-kuma/5.0.13/charts/common-11.1.2.tgz similarity index 100% rename from stable/uptime-kuma/5.0.12/charts/common-11.1.2.tgz rename to stable/uptime-kuma/5.0.13/charts/common-11.1.2.tgz diff --git a/stable/uptime-kuma/5.0.12/ix_values.yaml b/stable/uptime-kuma/5.0.13/ix_values.yaml similarity index 62% rename from stable/uptime-kuma/5.0.12/ix_values.yaml rename to stable/uptime-kuma/5.0.13/ix_values.yaml index ab8cb561d44..6aa6a060ec6 100644 --- a/stable/uptime-kuma/5.0.12/ix_values.yaml +++ b/stable/uptime-kuma/5.0.13/ix_values.yaml @@ -47,3 +47,19 @@ metrics: interval: 1m scrapeTimeout: 30s labels: {} + prometheusRule: + enabled: false + labels: {} + # -- Configure additionial rules for the chart under this key. + # @default -- See prometheusrules.yaml + rules: + [] + # - alert: UnifiPollerAbsent + # annotations: + # description: Unifi Poller has disappeared from Prometheus service discovery. + # summary: Unifi Poller is down. + # expr: | + # absent(up{job=~".*unifi-poller.*"} == 1) + # for: 5m + # labels: + # severity: critical diff --git a/stable/uptime-kuma/5.0.12/questions.yaml b/stable/uptime-kuma/5.0.13/questions.yaml similarity index 100% rename from stable/uptime-kuma/5.0.12/questions.yaml rename to stable/uptime-kuma/5.0.13/questions.yaml diff --git a/stable/uptime-kuma/5.0.12/templates/_prometheusrules.tpl b/stable/uptime-kuma/5.0.13/templates/_prometheusrules.tpl similarity index 100% rename from stable/uptime-kuma/5.0.12/templates/_prometheusrules.tpl rename to stable/uptime-kuma/5.0.13/templates/_prometheusrules.tpl diff --git a/stable/uptime-kuma/5.0.12/templates/_servicemonitor.tpl b/stable/uptime-kuma/5.0.13/templates/_servicemonitor.tpl similarity index 100% rename from stable/uptime-kuma/5.0.12/templates/_servicemonitor.tpl rename to stable/uptime-kuma/5.0.13/templates/_servicemonitor.tpl diff --git a/stable/uptime-kuma/5.0.12/templates/common.yaml b/stable/uptime-kuma/5.0.13/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/5.0.12/templates/common.yaml rename to stable/uptime-kuma/5.0.13/templates/common.yaml diff --git a/stable/uptime-kuma/5.0.12/values.yaml b/stable/uptime-kuma/5.0.13/values.yaml similarity index 100% rename from stable/uptime-kuma/5.0.12/values.yaml rename to stable/uptime-kuma/5.0.13/values.yaml