From 39530d00b5e2bb5b96a31c45f6d94c7fefdfe072 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 21 May 2023 07:58:37 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ntfy/5.0.5/app-changelog.md | 9 --------- stable/ntfy/{5.0.5 => 5.0.6}/CHANGELOG.md | 18 +++++++++--------- stable/ntfy/{5.0.5 => 5.0.6}/Chart.yaml | 4 ++-- stable/ntfy/{5.0.5 => 5.0.6}/README.md | 0 stable/ntfy/5.0.6/app-changelog.md | 9 +++++++++ stable/ntfy/{5.0.5 => 5.0.6}/app-readme.md | 0 .../{5.0.5 => 5.0.6}/charts/common-12.8.1.tgz | Bin stable/ntfy/{5.0.5 => 5.0.6}/ix_values.yaml | 2 +- stable/ntfy/{5.0.5 => 5.0.6}/questions.yaml | 0 .../ntfy/{5.0.5 => 5.0.6}/templates/NOTES.txt | 0 .../{5.0.5 => 5.0.6}/templates/common.yaml | 0 stable/ntfy/{5.0.5 => 5.0.6}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ntfy/5.0.5/app-changelog.md rename stable/ntfy/{5.0.5 => 5.0.6}/CHANGELOG.md (89%) rename stable/ntfy/{5.0.5 => 5.0.6}/Chart.yaml (95%) rename stable/ntfy/{5.0.5 => 5.0.6}/README.md (100%) create mode 100644 stable/ntfy/5.0.6/app-changelog.md rename stable/ntfy/{5.0.5 => 5.0.6}/app-readme.md (100%) rename stable/ntfy/{5.0.5 => 5.0.6}/charts/common-12.8.1.tgz (100%) rename stable/ntfy/{5.0.5 => 5.0.6}/ix_values.yaml (97%) rename stable/ntfy/{5.0.5 => 5.0.6}/questions.yaml (100%) rename stable/ntfy/{5.0.5 => 5.0.6}/templates/NOTES.txt (100%) rename stable/ntfy/{5.0.5 => 5.0.6}/templates/common.yaml (100%) rename stable/ntfy/{5.0.5 => 5.0.6}/values.yaml (100%) diff --git a/stable/ntfy/5.0.5/app-changelog.md b/stable/ntfy/5.0.5/app-changelog.md deleted file mode 100644 index 0d374220da..0000000000 --- a/stable/ntfy/5.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ntfy-5.0.5](https://github.com/truecharts/charts/compare/ntfy-5.0.4...ntfy-5.0.5) (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/ntfy/5.0.5/CHANGELOG.md b/stable/ntfy/5.0.6/CHANGELOG.md similarity index 89% rename from stable/ntfy/5.0.5/CHANGELOG.md rename to stable/ntfy/5.0.6/CHANGELOG.md index 91afe00cae..2939edbd86 100644 --- a/stable/ntfy/5.0.5/CHANGELOG.md +++ b/stable/ntfy/5.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ntfy-5.0.6](https://github.com/truecharts/charts/compare/ntfy-5.0.5...ntfy-5.0.6) (2023-05-21) + +### Chore + +- update container image tccr.io/truecharts/ntfy to v2.5.0 ([#9038](https://github.com/truecharts/charts/issues/9038)) + + + + ## [ntfy-5.0.5](https://github.com/truecharts/charts/compare/ntfy-5.0.4...ntfy-5.0.5) (2023-05-16) ### Chore @@ -88,12 +97,3 @@ - -## [ntfy-4.0.11](https://github.com/truecharts/charts/compare/ntfy-4.0.10...ntfy-4.0.11) (2023-02-10) - -### Fix - -- ensure new helm deps repo is used in latest releases as well. - - - diff --git a/stable/ntfy/5.0.5/Chart.yaml b/stable/ntfy/5.0.6/Chart.yaml similarity index 95% rename from stable/ntfy/5.0.5/Chart.yaml rename to stable/ntfy/5.0.6/Chart.yaml index 717939967f..323dfcc8db 100644 --- a/stable/ntfy/5.0.5/Chart.yaml +++ b/stable/ntfy/5.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.4.0" +appVersion: "2.5.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -18,7 +18,7 @@ name: ntfy sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy - https://github.com/binwiederhier/ntfy/ -version: 5.0.5 +version: 5.0.6 annotations: truecharts.org/catagories: | - media diff --git a/stable/ntfy/5.0.5/README.md b/stable/ntfy/5.0.6/README.md similarity index 100% rename from stable/ntfy/5.0.5/README.md rename to stable/ntfy/5.0.6/README.md diff --git a/stable/ntfy/5.0.6/app-changelog.md b/stable/ntfy/5.0.6/app-changelog.md new file mode 100644 index 0000000000..385363145e --- /dev/null +++ b/stable/ntfy/5.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ntfy-5.0.6](https://github.com/truecharts/charts/compare/ntfy-5.0.5...ntfy-5.0.6) (2023-05-21) + +### Chore + +- update container image tccr.io/truecharts/ntfy to v2.5.0 ([#9038](https://github.com/truecharts/charts/issues/9038)) + + \ No newline at end of file diff --git a/stable/ntfy/5.0.5/app-readme.md b/stable/ntfy/5.0.6/app-readme.md similarity index 100% rename from stable/ntfy/5.0.5/app-readme.md rename to stable/ntfy/5.0.6/app-readme.md diff --git a/stable/ntfy/5.0.5/charts/common-12.8.1.tgz b/stable/ntfy/5.0.6/charts/common-12.8.1.tgz similarity index 100% rename from stable/ntfy/5.0.5/charts/common-12.8.1.tgz rename to stable/ntfy/5.0.6/charts/common-12.8.1.tgz diff --git a/stable/ntfy/5.0.5/ix_values.yaml b/stable/ntfy/5.0.6/ix_values.yaml similarity index 97% rename from stable/ntfy/5.0.5/ix_values.yaml rename to stable/ntfy/5.0.6/ix_values.yaml index a6d09655b1..d9fa989e89 100644 --- a/stable/ntfy/5.0.5/ix_values.yaml +++ b/stable/ntfy/5.0.6/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/ntfy - tag: 2.4.0@sha256:fc0f70be7796b7ac6303b06d5a4e410e6eac0522b2417ac4c1df1fb0747ad159 + tag: v2.5.0@sha256:485f1e3a34f1296a104d822a4117b6b8e5a538e6b971d4e7ecc5c044b532063a pullPolicy: IfNotPresent service: main: diff --git a/stable/ntfy/5.0.5/questions.yaml b/stable/ntfy/5.0.6/questions.yaml similarity index 100% rename from stable/ntfy/5.0.5/questions.yaml rename to stable/ntfy/5.0.6/questions.yaml diff --git a/stable/ntfy/5.0.5/templates/NOTES.txt b/stable/ntfy/5.0.6/templates/NOTES.txt similarity index 100% rename from stable/ntfy/5.0.5/templates/NOTES.txt rename to stable/ntfy/5.0.6/templates/NOTES.txt diff --git a/stable/ntfy/5.0.5/templates/common.yaml b/stable/ntfy/5.0.6/templates/common.yaml similarity index 100% rename from stable/ntfy/5.0.5/templates/common.yaml rename to stable/ntfy/5.0.6/templates/common.yaml diff --git a/stable/ntfy/5.0.5/values.yaml b/stable/ntfy/5.0.6/values.yaml similarity index 100% rename from stable/ntfy/5.0.5/values.yaml rename to stable/ntfy/5.0.6/values.yaml