From 0ac6aa95333a4e31d58a9956ea045510ac74c6ad Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 20 May 2023 18:00:44 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/uptime-kuma/6.0.13/app-changelog.md | 9 --------- .../{6.0.13 => 6.0.14}/CHANGELOG.md | 18 +++++++++--------- .../uptime-kuma/{6.0.13 => 6.0.14}/Chart.yaml | 4 ++-- .../uptime-kuma/{6.0.13 => 6.0.14}/README.md | 0 stable/uptime-kuma/6.0.14/app-changelog.md | 9 +++++++++ .../{6.0.13 => 6.0.14}/app-readme.md | 0 .../charts/common-12.8.1.tgz | Bin .../{6.0.13 => 6.0.14}/ix_values.yaml | 2 +- .../{6.0.13 => 6.0.14}/questions.yaml | 0 .../{6.0.13 => 6.0.14}/templates/NOTES.txt | 0 .../templates/_prometheusrules.tpl | 0 .../templates/_servicemonitor.tpl | 0 .../{6.0.13 => 6.0.14}/templates/common.yaml | 0 .../{6.0.13 => 6.0.14}/values.yaml | 0 14 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/uptime-kuma/6.0.13/app-changelog.md rename stable/uptime-kuma/{6.0.13 => 6.0.14}/CHANGELOG.md (90%) rename stable/uptime-kuma/{6.0.13 => 6.0.14}/Chart.yaml (95%) rename stable/uptime-kuma/{6.0.13 => 6.0.14}/README.md (100%) create mode 100644 stable/uptime-kuma/6.0.14/app-changelog.md rename stable/uptime-kuma/{6.0.13 => 6.0.14}/app-readme.md (100%) rename stable/uptime-kuma/{6.0.13 => 6.0.14}/charts/common-12.8.1.tgz (100%) rename stable/uptime-kuma/{6.0.13 => 6.0.14}/ix_values.yaml (88%) rename stable/uptime-kuma/{6.0.13 => 6.0.14}/questions.yaml (100%) rename stable/uptime-kuma/{6.0.13 => 6.0.14}/templates/NOTES.txt (100%) rename stable/uptime-kuma/{6.0.13 => 6.0.14}/templates/_prometheusrules.tpl (100%) rename stable/uptime-kuma/{6.0.13 => 6.0.14}/templates/_servicemonitor.tpl (100%) rename stable/uptime-kuma/{6.0.13 => 6.0.14}/templates/common.yaml (100%) rename stable/uptime-kuma/{6.0.13 => 6.0.14}/values.yaml (100%) diff --git a/stable/uptime-kuma/6.0.13/app-changelog.md b/stable/uptime-kuma/6.0.13/app-changelog.md deleted file mode 100644 index 87261e1704d..00000000000 --- a/stable/uptime-kuma/6.0.13/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [uptime-kuma-6.0.13](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.12...uptime-kuma-6.0.13) (2023-05-16) - -### Chore - -- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979)) - - \ No newline at end of file diff --git a/stable/uptime-kuma/6.0.13/CHANGELOG.md b/stable/uptime-kuma/6.0.14/CHANGELOG.md similarity index 90% rename from stable/uptime-kuma/6.0.13/CHANGELOG.md rename to stable/uptime-kuma/6.0.14/CHANGELOG.md index e529fc3f2c8..d23b7444acf 100644 --- a/stable/uptime-kuma/6.0.13/CHANGELOG.md +++ b/stable/uptime-kuma/6.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [uptime-kuma-6.0.14](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.13...uptime-kuma-6.0.14) (2023-05-20) + +### Chore + +- update container image tccr.io/truecharts/uptime-kuma to v1.21.3 ([#9021](https://github.com/truecharts/charts/issues/9021)) + + + + ## [uptime-kuma-6.0.13](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.12...uptime-kuma-6.0.13) (2023-05-16) ### Chore @@ -88,12 +97,3 @@ ## [uptime-kuma-6.0.4](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.3...uptime-kuma-6.0.4) (2023-04-15) ### Chore - -- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998)) - - - - -## [uptime-kuma-6.0.3](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.2...uptime-kuma-6.0.3) (2023-04-14) - - diff --git a/stable/uptime-kuma/6.0.13/Chart.yaml b/stable/uptime-kuma/6.0.14/Chart.yaml similarity index 95% rename from stable/uptime-kuma/6.0.13/Chart.yaml rename to stable/uptime-kuma/6.0.14/Chart.yaml index 106d951cfca..32148401aec 100644 --- a/stable/uptime-kuma/6.0.13/Chart.yaml +++ b/stable/uptime-kuma/6.0.14/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.21.2" +appVersion: "1.21.3" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -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: 6.0.13 +version: 6.0.14 annotations: truecharts.org/catagories: | - monitoring diff --git a/stable/uptime-kuma/6.0.13/README.md b/stable/uptime-kuma/6.0.14/README.md similarity index 100% rename from stable/uptime-kuma/6.0.13/README.md rename to stable/uptime-kuma/6.0.14/README.md diff --git a/stable/uptime-kuma/6.0.14/app-changelog.md b/stable/uptime-kuma/6.0.14/app-changelog.md new file mode 100644 index 00000000000..a533758b443 --- /dev/null +++ b/stable/uptime-kuma/6.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [uptime-kuma-6.0.14](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.13...uptime-kuma-6.0.14) (2023-05-20) + +### Chore + +- update container image tccr.io/truecharts/uptime-kuma to v1.21.3 ([#9021](https://github.com/truecharts/charts/issues/9021)) + + \ No newline at end of file diff --git a/stable/uptime-kuma/6.0.13/app-readme.md b/stable/uptime-kuma/6.0.14/app-readme.md similarity index 100% rename from stable/uptime-kuma/6.0.13/app-readme.md rename to stable/uptime-kuma/6.0.14/app-readme.md diff --git a/stable/uptime-kuma/6.0.13/charts/common-12.8.1.tgz b/stable/uptime-kuma/6.0.14/charts/common-12.8.1.tgz similarity index 100% rename from stable/uptime-kuma/6.0.13/charts/common-12.8.1.tgz rename to stable/uptime-kuma/6.0.14/charts/common-12.8.1.tgz diff --git a/stable/uptime-kuma/6.0.13/ix_values.yaml b/stable/uptime-kuma/6.0.14/ix_values.yaml similarity index 88% rename from stable/uptime-kuma/6.0.13/ix_values.yaml rename to stable/uptime-kuma/6.0.14/ix_values.yaml index fb6dff992a8..f9a7d93c03e 100644 --- a/stable/uptime-kuma/6.0.13/ix_values.yaml +++ b/stable/uptime-kuma/6.0.14/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/uptime-kuma pullPolicy: IfNotPresent - tag: 1.21.2@sha256:053a4fde5436c2cebe2136edf6e5c786e43c5410bca423f0f6920dc7ccee3f68 + tag: v1.21.3@sha256:40637d43f5f246170200ef61164036f41d2b53109f1710303f09de05de89baa4 security: PUID: 0 service: diff --git a/stable/uptime-kuma/6.0.13/questions.yaml b/stable/uptime-kuma/6.0.14/questions.yaml similarity index 100% rename from stable/uptime-kuma/6.0.13/questions.yaml rename to stable/uptime-kuma/6.0.14/questions.yaml diff --git a/stable/uptime-kuma/6.0.13/templates/NOTES.txt b/stable/uptime-kuma/6.0.14/templates/NOTES.txt similarity index 100% rename from stable/uptime-kuma/6.0.13/templates/NOTES.txt rename to stable/uptime-kuma/6.0.14/templates/NOTES.txt diff --git a/stable/uptime-kuma/6.0.13/templates/_prometheusrules.tpl b/stable/uptime-kuma/6.0.14/templates/_prometheusrules.tpl similarity index 100% rename from stable/uptime-kuma/6.0.13/templates/_prometheusrules.tpl rename to stable/uptime-kuma/6.0.14/templates/_prometheusrules.tpl diff --git a/stable/uptime-kuma/6.0.13/templates/_servicemonitor.tpl b/stable/uptime-kuma/6.0.14/templates/_servicemonitor.tpl similarity index 100% rename from stable/uptime-kuma/6.0.13/templates/_servicemonitor.tpl rename to stable/uptime-kuma/6.0.14/templates/_servicemonitor.tpl diff --git a/stable/uptime-kuma/6.0.13/templates/common.yaml b/stable/uptime-kuma/6.0.14/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/6.0.13/templates/common.yaml rename to stable/uptime-kuma/6.0.14/templates/common.yaml diff --git a/stable/uptime-kuma/6.0.13/values.yaml b/stable/uptime-kuma/6.0.14/values.yaml similarity index 100% rename from stable/uptime-kuma/6.0.13/values.yaml rename to stable/uptime-kuma/6.0.14/values.yaml