From 3aae855fb056b05b886c82b0ea962fe7d843fb31 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 30 Apr 2023 06:37:46 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/unpoller/6.0.8/app-changelog.md | 9 --------- stable/unpoller/{6.0.8 => 6.0.9}/CHANGELOG.md | 18 +++++++++--------- stable/unpoller/{6.0.8 => 6.0.9}/Chart.yaml | 4 ++-- stable/unpoller/{6.0.8 => 6.0.9}/README.md | 0 stable/unpoller/6.0.9/app-changelog.md | 9 +++++++++ .../unpoller/{6.0.8 => 6.0.9}/app-readme.md | 0 .../{6.0.8 => 6.0.9}/charts/common-12.6.1.tgz | Bin .../unpoller/{6.0.8 => 6.0.9}/ix_values.yaml | 2 +- .../unpoller/{6.0.8 => 6.0.9}/questions.yaml | 2 +- .../{6.0.8 => 6.0.9}/templates/NOTES.txt | 0 .../{6.0.8 => 6.0.9}/templates/common.yaml | 0 stable/unpoller/{6.0.8 => 6.0.9}/values.yaml | 0 12 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/unpoller/6.0.8/app-changelog.md rename stable/unpoller/{6.0.8 => 6.0.9}/CHANGELOG.md (89%) rename stable/unpoller/{6.0.8 => 6.0.9}/Chart.yaml (95%) rename stable/unpoller/{6.0.8 => 6.0.9}/README.md (100%) create mode 100644 stable/unpoller/6.0.9/app-changelog.md rename stable/unpoller/{6.0.8 => 6.0.9}/app-readme.md (100%) rename stable/unpoller/{6.0.8 => 6.0.9}/charts/common-12.6.1.tgz (100%) rename stable/unpoller/{6.0.8 => 6.0.9}/ix_values.yaml (89%) rename stable/unpoller/{6.0.8 => 6.0.9}/questions.yaml (99%) rename stable/unpoller/{6.0.8 => 6.0.9}/templates/NOTES.txt (100%) rename stable/unpoller/{6.0.8 => 6.0.9}/templates/common.yaml (100%) rename stable/unpoller/{6.0.8 => 6.0.9}/values.yaml (100%) diff --git a/stable/unpoller/6.0.8/app-changelog.md b/stable/unpoller/6.0.8/app-changelog.md deleted file mode 100644 index 797da73e68..0000000000 --- a/stable/unpoller/6.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [unpoller-6.0.8](https://github.com/truecharts/charts/compare/unpoller-6.0.7...unpoller-6.0.8) (2023-04-25) - -### Chore - -- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) - - \ No newline at end of file diff --git a/stable/unpoller/6.0.8/CHANGELOG.md b/stable/unpoller/6.0.9/CHANGELOG.md similarity index 89% rename from stable/unpoller/6.0.8/CHANGELOG.md rename to stable/unpoller/6.0.9/CHANGELOG.md index 63d731aba2..f32cf4be8d 100644 --- a/stable/unpoller/6.0.8/CHANGELOG.md +++ b/stable/unpoller/6.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [unpoller-6.0.9](https://github.com/truecharts/charts/compare/unpoller-6.0.8...unpoller-6.0.9) (2023-04-30) + +### Chore + +- update container image tccr.io/truecharts/unifi-poller to v2.7.13 ([#8531](https://github.com/truecharts/charts/issues/8531)) + + + + ## [unpoller-6.0.8](https://github.com/truecharts/charts/compare/unpoller-6.0.7...unpoller-6.0.8) (2023-04-25) ### Chore @@ -88,12 +97,3 @@ ## [unpoller-5.0.8](https://github.com/truecharts/charts/compare/unpoller-5.0.7...unpoller-5.0.8) (2023-02-10) -### Fix - -- ensure new helm deps repo is used in latest releases as well. - - - - -## [unpoller-5.0.7](https://github.com/truecharts/charts/compare/unpoller-5.0.6...unpoller-5.0.7) (2022-12-27) - diff --git a/stable/unpoller/6.0.8/Chart.yaml b/stable/unpoller/6.0.9/Chart.yaml similarity index 95% rename from stable/unpoller/6.0.8/Chart.yaml rename to stable/unpoller/6.0.9/Chart.yaml index 830919f600..f88f2d56d2 100644 --- a/stable/unpoller/6.0.8/Chart.yaml +++ b/stable/unpoller/6.0.9/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.11" +appVersion: "2.7.13" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller - https://github.com/unifi-poller/unifi-poller type: application -version: 6.0.8 +version: 6.0.9 annotations: truecharts.org/catagories: | - metrics diff --git a/stable/unpoller/6.0.8/README.md b/stable/unpoller/6.0.9/README.md similarity index 100% rename from stable/unpoller/6.0.8/README.md rename to stable/unpoller/6.0.9/README.md diff --git a/stable/unpoller/6.0.9/app-changelog.md b/stable/unpoller/6.0.9/app-changelog.md new file mode 100644 index 0000000000..9a15e4397a --- /dev/null +++ b/stable/unpoller/6.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [unpoller-6.0.9](https://github.com/truecharts/charts/compare/unpoller-6.0.8...unpoller-6.0.9) (2023-04-30) + +### Chore + +- update container image tccr.io/truecharts/unifi-poller to v2.7.13 ([#8531](https://github.com/truecharts/charts/issues/8531)) + + \ No newline at end of file diff --git a/stable/unpoller/6.0.8/app-readme.md b/stable/unpoller/6.0.9/app-readme.md similarity index 100% rename from stable/unpoller/6.0.8/app-readme.md rename to stable/unpoller/6.0.9/app-readme.md diff --git a/stable/unpoller/6.0.8/charts/common-12.6.1.tgz b/stable/unpoller/6.0.9/charts/common-12.6.1.tgz similarity index 100% rename from stable/unpoller/6.0.8/charts/common-12.6.1.tgz rename to stable/unpoller/6.0.9/charts/common-12.6.1.tgz diff --git a/stable/unpoller/6.0.8/ix_values.yaml b/stable/unpoller/6.0.9/ix_values.yaml similarity index 89% rename from stable/unpoller/6.0.8/ix_values.yaml rename to stable/unpoller/6.0.9/ix_values.yaml index 61837ffdbd..d9541b8f14 100644 --- a/stable/unpoller/6.0.8/ix_values.yaml +++ b/stable/unpoller/6.0.9/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/unifi-poller pullPolicy: IfNotPresent - tag: v2.7.11@sha256:1189e10773ae7c8843e230ba34840ff119c74bd63e51ad60c53fa8053e3689d8 + tag: 2.7.13@sha256:5bb7f298e96b9f76251c082d8aefc427ca6351ef53e72b7eac9256f2485a57cd service: main: ports: diff --git a/stable/unpoller/6.0.8/questions.yaml b/stable/unpoller/6.0.9/questions.yaml similarity index 99% rename from stable/unpoller/6.0.8/questions.yaml rename to stable/unpoller/6.0.9/questions.yaml index 81886c7ba5..02f8c0e183 100644 --- a/stable/unpoller/6.0.8/questions.yaml +++ b/stable/unpoller/6.0.9/questions.yaml @@ -516,7 +516,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "=", "0"]] + show_if: [["runAsUser", "=", 0]] default: 568 - variable: UMASK label: UMASK diff --git a/stable/unpoller/6.0.8/templates/NOTES.txt b/stable/unpoller/6.0.9/templates/NOTES.txt similarity index 100% rename from stable/unpoller/6.0.8/templates/NOTES.txt rename to stable/unpoller/6.0.9/templates/NOTES.txt diff --git a/stable/unpoller/6.0.8/templates/common.yaml b/stable/unpoller/6.0.9/templates/common.yaml similarity index 100% rename from stable/unpoller/6.0.8/templates/common.yaml rename to stable/unpoller/6.0.9/templates/common.yaml diff --git a/stable/unpoller/6.0.8/values.yaml b/stable/unpoller/6.0.9/values.yaml similarity index 100% rename from stable/unpoller/6.0.8/values.yaml rename to stable/unpoller/6.0.9/values.yaml