From c46b09c487f6eb4e36c1ed87a71a0c35bf65131d Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 20 Sep 2023 02:46:05 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/uptime-kuma/7.0.2/app-changelog.md | 9 --------- .../uptime-kuma/{7.0.2 => 7.0.3}/CHANGELOG.md | 18 +++++++++--------- .../uptime-kuma/{7.0.2 => 7.0.3}/Chart.yaml | 4 ++-- stable/uptime-kuma/{7.0.2 => 7.0.3}/README.md | 0 stable/uptime-kuma/7.0.3/app-changelog.md | 9 +++++++++ .../{7.0.2 => 7.0.3}/app-readme.md | 0 .../{7.0.2 => 7.0.3}/charts/common-14.0.1.tgz | Bin .../{7.0.2 => 7.0.3}/ix_values.yaml | 2 +- .../{7.0.2 => 7.0.3}/questions.yaml | 0 .../{7.0.2 => 7.0.3}/templates/NOTES.txt | 0 .../templates/_prometheusrules.tpl | 0 .../templates/_servicemonitor.tpl | 0 .../{7.0.2 => 7.0.3}/templates/common.yaml | 0 .../uptime-kuma/{7.0.2 => 7.0.3}/values.yaml | 0 14 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/uptime-kuma/7.0.2/app-changelog.md rename stable/uptime-kuma/{7.0.2 => 7.0.3}/CHANGELOG.md (90%) rename stable/uptime-kuma/{7.0.2 => 7.0.3}/Chart.yaml (95%) rename stable/uptime-kuma/{7.0.2 => 7.0.3}/README.md (100%) create mode 100644 stable/uptime-kuma/7.0.3/app-changelog.md rename stable/uptime-kuma/{7.0.2 => 7.0.3}/app-readme.md (100%) rename stable/uptime-kuma/{7.0.2 => 7.0.3}/charts/common-14.0.1.tgz (100%) rename stable/uptime-kuma/{7.0.2 => 7.0.3}/ix_values.yaml (88%) rename stable/uptime-kuma/{7.0.2 => 7.0.3}/questions.yaml (100%) rename stable/uptime-kuma/{7.0.2 => 7.0.3}/templates/NOTES.txt (100%) rename stable/uptime-kuma/{7.0.2 => 7.0.3}/templates/_prometheusrules.tpl (100%) rename stable/uptime-kuma/{7.0.2 => 7.0.3}/templates/_servicemonitor.tpl (100%) rename stable/uptime-kuma/{7.0.2 => 7.0.3}/templates/common.yaml (100%) rename stable/uptime-kuma/{7.0.2 => 7.0.3}/values.yaml (100%) diff --git a/stable/uptime-kuma/7.0.2/app-changelog.md b/stable/uptime-kuma/7.0.2/app-changelog.md deleted file mode 100644 index f250a5e4328..00000000000 --- a/stable/uptime-kuma/7.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [uptime-kuma-7.0.2](https://github.com/truecharts/charts/compare/uptime-kuma-7.0.1...uptime-kuma-7.0.2) (2023-08-31) - -### Chore - -- update container image tccr.io/truecharts/uptime-kuma to v1.23.1 ([#12073](https://github.com/truecharts/charts/issues/12073)) - - \ No newline at end of file diff --git a/stable/uptime-kuma/7.0.2/CHANGELOG.md b/stable/uptime-kuma/7.0.3/CHANGELOG.md similarity index 90% rename from stable/uptime-kuma/7.0.2/CHANGELOG.md rename to stable/uptime-kuma/7.0.3/CHANGELOG.md index 212788295bd..8d219bfac11 100644 --- a/stable/uptime-kuma/7.0.2/CHANGELOG.md +++ b/stable/uptime-kuma/7.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [uptime-kuma-7.0.3](https://github.com/truecharts/charts/compare/uptime-kuma-7.0.2...uptime-kuma-7.0.3) (2023-09-20) + +### Chore + +- update container image tccr.io/truecharts/uptime-kuma to v1.23.2 ([#12766](https://github.com/truecharts/charts/issues/12766)) + + + + ## [uptime-kuma-7.0.2](https://github.com/truecharts/charts/compare/uptime-kuma-7.0.1...uptime-kuma-7.0.2) (2023-08-31) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423)) - - - -## [uptime-kuma-6.0.20](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.19...uptime-kuma-6.0.20) (2023-06-04) - -### Chore - -- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393)) - diff --git a/stable/uptime-kuma/7.0.2/Chart.yaml b/stable/uptime-kuma/7.0.3/Chart.yaml similarity index 95% rename from stable/uptime-kuma/7.0.2/Chart.yaml rename to stable/uptime-kuma/7.0.3/Chart.yaml index a287558657d..f81364372df 100644 --- a/stable/uptime-kuma/7.0.2/Chart.yaml +++ b/stable/uptime-kuma/7.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.23.1" +appVersion: "1.23.2" 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: 7.0.2 +version: 7.0.3 annotations: truecharts.org/catagories: | - monitoring diff --git a/stable/uptime-kuma/7.0.2/README.md b/stable/uptime-kuma/7.0.3/README.md similarity index 100% rename from stable/uptime-kuma/7.0.2/README.md rename to stable/uptime-kuma/7.0.3/README.md diff --git a/stable/uptime-kuma/7.0.3/app-changelog.md b/stable/uptime-kuma/7.0.3/app-changelog.md new file mode 100644 index 00000000000..e742aaf7507 --- /dev/null +++ b/stable/uptime-kuma/7.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [uptime-kuma-7.0.3](https://github.com/truecharts/charts/compare/uptime-kuma-7.0.2...uptime-kuma-7.0.3) (2023-09-20) + +### Chore + +- update container image tccr.io/truecharts/uptime-kuma to v1.23.2 ([#12766](https://github.com/truecharts/charts/issues/12766)) + + \ No newline at end of file diff --git a/stable/uptime-kuma/7.0.2/app-readme.md b/stable/uptime-kuma/7.0.3/app-readme.md similarity index 100% rename from stable/uptime-kuma/7.0.2/app-readme.md rename to stable/uptime-kuma/7.0.3/app-readme.md diff --git a/stable/uptime-kuma/7.0.2/charts/common-14.0.1.tgz b/stable/uptime-kuma/7.0.3/charts/common-14.0.1.tgz similarity index 100% rename from stable/uptime-kuma/7.0.2/charts/common-14.0.1.tgz rename to stable/uptime-kuma/7.0.3/charts/common-14.0.1.tgz diff --git a/stable/uptime-kuma/7.0.2/ix_values.yaml b/stable/uptime-kuma/7.0.3/ix_values.yaml similarity index 88% rename from stable/uptime-kuma/7.0.2/ix_values.yaml rename to stable/uptime-kuma/7.0.3/ix_values.yaml index b7ac6baf778..d570e4eed43 100644 --- a/stable/uptime-kuma/7.0.2/ix_values.yaml +++ b/stable/uptime-kuma/7.0.3/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/uptime-kuma pullPolicy: IfNotPresent - tag: v1.23.1@sha256:4a5d27202b6d7621c23a5b8323d33909ead4ab109fc43533d334de4638038cc0 + tag: v1.23.2@sha256:fcd72893eb21bead81fac4af49ddaed50c02dce66f38731aaad086c5fd3575d6 security: PUID: 0 service: diff --git a/stable/uptime-kuma/7.0.2/questions.yaml b/stable/uptime-kuma/7.0.3/questions.yaml similarity index 100% rename from stable/uptime-kuma/7.0.2/questions.yaml rename to stable/uptime-kuma/7.0.3/questions.yaml diff --git a/stable/uptime-kuma/7.0.2/templates/NOTES.txt b/stable/uptime-kuma/7.0.3/templates/NOTES.txt similarity index 100% rename from stable/uptime-kuma/7.0.2/templates/NOTES.txt rename to stable/uptime-kuma/7.0.3/templates/NOTES.txt diff --git a/stable/uptime-kuma/7.0.2/templates/_prometheusrules.tpl b/stable/uptime-kuma/7.0.3/templates/_prometheusrules.tpl similarity index 100% rename from stable/uptime-kuma/7.0.2/templates/_prometheusrules.tpl rename to stable/uptime-kuma/7.0.3/templates/_prometheusrules.tpl diff --git a/stable/uptime-kuma/7.0.2/templates/_servicemonitor.tpl b/stable/uptime-kuma/7.0.3/templates/_servicemonitor.tpl similarity index 100% rename from stable/uptime-kuma/7.0.2/templates/_servicemonitor.tpl rename to stable/uptime-kuma/7.0.3/templates/_servicemonitor.tpl diff --git a/stable/uptime-kuma/7.0.2/templates/common.yaml b/stable/uptime-kuma/7.0.3/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/7.0.2/templates/common.yaml rename to stable/uptime-kuma/7.0.3/templates/common.yaml diff --git a/stable/uptime-kuma/7.0.2/values.yaml b/stable/uptime-kuma/7.0.3/values.yaml similarity index 100% rename from stable/uptime-kuma/7.0.2/values.yaml rename to stable/uptime-kuma/7.0.3/values.yaml