From beb5afcf91e6020b00f54777aedbabf76c613c9a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 8 Jan 2023 19:02:49 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../{5.0.9 => 5.0.10}/CHANGELOG.md | 18 +++++++++--------- .../uptime-kuma/{5.0.9 => 5.0.10}/Chart.yaml | 4 ++-- .../uptime-kuma/{5.0.9 => 5.0.10}/README.md | 0 stable/uptime-kuma/5.0.10/app-changelog.md | 9 +++++++++ .../{5.0.9 => 5.0.10}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../{5.0.9 => 5.0.10}/ix_values.yaml | 2 +- .../{5.0.9 => 5.0.10}/questions.yaml | 0 .../{5.0.9 => 5.0.10}/templates/common.yaml | 0 .../templates/servicemonitor.yaml | 0 .../uptime-kuma/{5.0.9 => 5.0.10}/values.yaml | 0 stable/uptime-kuma/5.0.9/app-changelog.md | 9 --------- 12 files changed, 21 insertions(+), 21 deletions(-) rename stable/uptime-kuma/{5.0.9 => 5.0.10}/CHANGELOG.md (91%) rename stable/uptime-kuma/{5.0.9 => 5.0.10}/Chart.yaml (95%) rename stable/uptime-kuma/{5.0.9 => 5.0.10}/README.md (100%) create mode 100644 stable/uptime-kuma/5.0.10/app-changelog.md rename stable/uptime-kuma/{5.0.9 => 5.0.10}/app-readme.md (100%) rename stable/uptime-kuma/{5.0.9 => 5.0.10}/charts/common-11.1.2.tgz (100%) rename stable/uptime-kuma/{5.0.9 => 5.0.10}/ix_values.yaml (87%) rename stable/uptime-kuma/{5.0.9 => 5.0.10}/questions.yaml (100%) rename stable/uptime-kuma/{5.0.9 => 5.0.10}/templates/common.yaml (100%) rename stable/uptime-kuma/{5.0.9 => 5.0.10}/templates/servicemonitor.yaml (100%) rename stable/uptime-kuma/{5.0.9 => 5.0.10}/values.yaml (100%) delete mode 100644 stable/uptime-kuma/5.0.9/app-changelog.md diff --git a/stable/uptime-kuma/5.0.9/CHANGELOG.md b/stable/uptime-kuma/5.0.10/CHANGELOG.md similarity index 91% rename from stable/uptime-kuma/5.0.9/CHANGELOG.md rename to stable/uptime-kuma/5.0.10/CHANGELOG.md index 219134d7c22..a96f6df9472 100644 --- a/stable/uptime-kuma/5.0.9/CHANGELOG.md +++ b/stable/uptime-kuma/5.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [uptime-kuma-5.0.10](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.9...uptime-kuma-5.0.10) (2023-01-08) + +### Chore + +- update container image tccr.io/truecharts/uptime-kuma to v1.19.3 + + + + ## [uptime-kuma-5.0.9](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.8...uptime-kuma-5.0.9) (2022-12-30) ### Chore @@ -88,12 +97,3 @@ ## [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.9/Chart.yaml b/stable/uptime-kuma/5.0.10/Chart.yaml similarity index 95% rename from stable/uptime-kuma/5.0.9/Chart.yaml rename to stable/uptime-kuma/5.0.10/Chart.yaml index 97108dc5a2d..91b6bdb2fc1 100644 --- a/stable/uptime-kuma/5.0.9/Chart.yaml +++ b/stable/uptime-kuma/5.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.19.2" +appVersion: "1.19.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: 5.0.9 +version: 5.0.10 annotations: truecharts.org/catagories: | - monitoring diff --git a/stable/uptime-kuma/5.0.9/README.md b/stable/uptime-kuma/5.0.10/README.md similarity index 100% rename from stable/uptime-kuma/5.0.9/README.md rename to stable/uptime-kuma/5.0.10/README.md diff --git a/stable/uptime-kuma/5.0.10/app-changelog.md b/stable/uptime-kuma/5.0.10/app-changelog.md new file mode 100644 index 00000000000..fa6ddc7d614 --- /dev/null +++ b/stable/uptime-kuma/5.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [uptime-kuma-5.0.10](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.9...uptime-kuma-5.0.10) (2023-01-08) + +### Chore + +- update container image tccr.io/truecharts/uptime-kuma to v1.19.3 + + \ No newline at end of file diff --git a/stable/uptime-kuma/5.0.9/app-readme.md b/stable/uptime-kuma/5.0.10/app-readme.md similarity index 100% rename from stable/uptime-kuma/5.0.9/app-readme.md rename to stable/uptime-kuma/5.0.10/app-readme.md diff --git a/stable/uptime-kuma/5.0.9/charts/common-11.1.2.tgz b/stable/uptime-kuma/5.0.10/charts/common-11.1.2.tgz similarity index 100% rename from stable/uptime-kuma/5.0.9/charts/common-11.1.2.tgz rename to stable/uptime-kuma/5.0.10/charts/common-11.1.2.tgz diff --git a/stable/uptime-kuma/5.0.9/ix_values.yaml b/stable/uptime-kuma/5.0.10/ix_values.yaml similarity index 87% rename from stable/uptime-kuma/5.0.9/ix_values.yaml rename to stable/uptime-kuma/5.0.10/ix_values.yaml index 2ec566d2058..0445d037a7e 100644 --- a/stable/uptime-kuma/5.0.9/ix_values.yaml +++ b/stable/uptime-kuma/5.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/uptime-kuma pullPolicy: IfNotPresent - tag: 1.19.2@sha256:f66869f866f401cceb8a4b57af40a7543175627c32ec5dd83266a4f161a0297f + tag: 1.19.3@sha256:000b66f60a3a3a4f88b69599ac020f4b2311fc1ea056d72e690f689da6525812 securityContext: runAsNonRoot: false diff --git a/stable/uptime-kuma/5.0.9/questions.yaml b/stable/uptime-kuma/5.0.10/questions.yaml similarity index 100% rename from stable/uptime-kuma/5.0.9/questions.yaml rename to stable/uptime-kuma/5.0.10/questions.yaml diff --git a/stable/uptime-kuma/5.0.9/templates/common.yaml b/stable/uptime-kuma/5.0.10/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/5.0.9/templates/common.yaml rename to stable/uptime-kuma/5.0.10/templates/common.yaml diff --git a/stable/uptime-kuma/5.0.9/templates/servicemonitor.yaml b/stable/uptime-kuma/5.0.10/templates/servicemonitor.yaml similarity index 100% rename from stable/uptime-kuma/5.0.9/templates/servicemonitor.yaml rename to stable/uptime-kuma/5.0.10/templates/servicemonitor.yaml diff --git a/stable/uptime-kuma/5.0.9/values.yaml b/stable/uptime-kuma/5.0.10/values.yaml similarity index 100% rename from stable/uptime-kuma/5.0.9/values.yaml rename to stable/uptime-kuma/5.0.10/values.yaml diff --git a/stable/uptime-kuma/5.0.9/app-changelog.md b/stable/uptime-kuma/5.0.9/app-changelog.md deleted file mode 100644 index 1966d3c5135..00000000000 --- a/stable/uptime-kuma/5.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [uptime-kuma-5.0.9](https://github.com/truecharts/charts/compare/uptime-kuma-5.0.8...uptime-kuma-5.0.9) (2022-12-30) - -### Chore - -- update container image tccr.io/truecharts/uptime-kuma to v1.19.2 - - \ No newline at end of file