From 772c4a7373c56f6b74dc9b762902ee25adfeae4e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 8 Jul 2023 04:45:33 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/uptime-kuma/6.0.25/app-changelog.md | 9 -- .../{6.0.25 => 6.0.26}/CHANGELOG.md | 18 ++-- .../uptime-kuma/{6.0.25 => 6.0.26}/Chart.yaml | 4 +- .../uptime-kuma/{6.0.25 => 6.0.26}/README.md | 0 stable/uptime-kuma/6.0.26/app-changelog.md | 9 ++ .../{6.0.25 => 6.0.26}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../{6.0.25 => 6.0.26}/ix_values.yaml | 2 +- .../{6.0.25 => 6.0.26}/questions.yaml | 96 ++++++++++++------ .../{6.0.25 => 6.0.26}/templates/NOTES.txt | 0 .../templates/_prometheusrules.tpl | 0 .../templates/_servicemonitor.tpl | 0 .../{6.0.25 => 6.0.26}/templates/common.yaml | 0 .../{6.0.25 => 6.0.26}/values.yaml | 0 14 files changed, 85 insertions(+), 53 deletions(-) delete mode 100644 stable/uptime-kuma/6.0.25/app-changelog.md rename stable/uptime-kuma/{6.0.25 => 6.0.26}/CHANGELOG.md (90%) rename stable/uptime-kuma/{6.0.25 => 6.0.26}/Chart.yaml (95%) rename stable/uptime-kuma/{6.0.25 => 6.0.26}/README.md (100%) create mode 100644 stable/uptime-kuma/6.0.26/app-changelog.md rename stable/uptime-kuma/{6.0.25 => 6.0.26}/app-readme.md (100%) rename stable/uptime-kuma/{6.0.25 => 6.0.26}/charts/common-12.14.6.tgz (100%) rename stable/uptime-kuma/{6.0.25 => 6.0.26}/ix_values.yaml (88%) rename stable/uptime-kuma/{6.0.25 => 6.0.26}/questions.yaml (96%) rename stable/uptime-kuma/{6.0.25 => 6.0.26}/templates/NOTES.txt (100%) rename stable/uptime-kuma/{6.0.25 => 6.0.26}/templates/_prometheusrules.tpl (100%) rename stable/uptime-kuma/{6.0.25 => 6.0.26}/templates/_servicemonitor.tpl (100%) rename stable/uptime-kuma/{6.0.25 => 6.0.26}/templates/common.yaml (100%) rename stable/uptime-kuma/{6.0.25 => 6.0.26}/values.yaml (100%) diff --git a/stable/uptime-kuma/6.0.25/app-changelog.md b/stable/uptime-kuma/6.0.25/app-changelog.md deleted file mode 100644 index 0b33b40963..0000000000 --- a/stable/uptime-kuma/6.0.25/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [uptime-kuma-6.0.25](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.24...uptime-kuma-6.0.25) (2023-07-01) - -### Chore - -- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) - - \ No newline at end of file diff --git a/stable/uptime-kuma/6.0.25/CHANGELOG.md b/stable/uptime-kuma/6.0.26/CHANGELOG.md similarity index 90% rename from stable/uptime-kuma/6.0.25/CHANGELOG.md rename to stable/uptime-kuma/6.0.26/CHANGELOG.md index 3e6ea233e4..1167e77b30 100644 --- a/stable/uptime-kuma/6.0.25/CHANGELOG.md +++ b/stable/uptime-kuma/6.0.26/CHANGELOG.md @@ -4,6 +4,15 @@ +## [uptime-kuma-6.0.26](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.25...uptime-kuma-6.0.26) (2023-07-08) + +### Chore + +- update container image tccr.io/truecharts/uptime-kuma to v1.22.1 ([#10290](https://github.com/truecharts/charts/issues/10290)) + + + + ## [uptime-kuma-6.0.25](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.24...uptime-kuma-6.0.25) (2023-07-01) ### Chore @@ -88,12 +97,3 @@ - -## [uptime-kuma-6.0.16](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.15...uptime-kuma-6.0.16) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - - diff --git a/stable/uptime-kuma/6.0.25/Chart.yaml b/stable/uptime-kuma/6.0.26/Chart.yaml similarity index 95% rename from stable/uptime-kuma/6.0.25/Chart.yaml rename to stable/uptime-kuma/6.0.26/Chart.yaml index 8bc4d85635..adb56f0ac4 100644 --- a/stable/uptime-kuma/6.0.25/Chart.yaml +++ b/stable/uptime-kuma/6.0.26/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.21.3" +appVersion: "1.22.1" 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.25 +version: 6.0.26 annotations: truecharts.org/catagories: | - monitoring diff --git a/stable/uptime-kuma/6.0.25/README.md b/stable/uptime-kuma/6.0.26/README.md similarity index 100% rename from stable/uptime-kuma/6.0.25/README.md rename to stable/uptime-kuma/6.0.26/README.md diff --git a/stable/uptime-kuma/6.0.26/app-changelog.md b/stable/uptime-kuma/6.0.26/app-changelog.md new file mode 100644 index 0000000000..086d6a6065 --- /dev/null +++ b/stable/uptime-kuma/6.0.26/app-changelog.md @@ -0,0 +1,9 @@ + + +## [uptime-kuma-6.0.26](https://github.com/truecharts/charts/compare/uptime-kuma-6.0.25...uptime-kuma-6.0.26) (2023-07-08) + +### Chore + +- update container image tccr.io/truecharts/uptime-kuma to v1.22.1 ([#10290](https://github.com/truecharts/charts/issues/10290)) + + \ No newline at end of file diff --git a/stable/uptime-kuma/6.0.25/app-readme.md b/stable/uptime-kuma/6.0.26/app-readme.md similarity index 100% rename from stable/uptime-kuma/6.0.25/app-readme.md rename to stable/uptime-kuma/6.0.26/app-readme.md diff --git a/stable/uptime-kuma/6.0.25/charts/common-12.14.6.tgz b/stable/uptime-kuma/6.0.26/charts/common-12.14.6.tgz similarity index 100% rename from stable/uptime-kuma/6.0.25/charts/common-12.14.6.tgz rename to stable/uptime-kuma/6.0.26/charts/common-12.14.6.tgz diff --git a/stable/uptime-kuma/6.0.25/ix_values.yaml b/stable/uptime-kuma/6.0.26/ix_values.yaml similarity index 88% rename from stable/uptime-kuma/6.0.25/ix_values.yaml rename to stable/uptime-kuma/6.0.26/ix_values.yaml index f9a7d93c03..e90b00818c 100644 --- a/stable/uptime-kuma/6.0.25/ix_values.yaml +++ b/stable/uptime-kuma/6.0.26/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/uptime-kuma pullPolicy: IfNotPresent - tag: v1.21.3@sha256:40637d43f5f246170200ef61164036f41d2b53109f1710303f09de05de89baa4 + tag: v1.22.1@sha256:1cee340928eff38ad699a6e578e5381d3f39d9168b86cd2715c0e1b40b6a7bf6 security: PUID: 0 service: diff --git a/stable/uptime-kuma/6.0.25/questions.yaml b/stable/uptime-kuma/6.0.26/questions.yaml similarity index 96% rename from stable/uptime-kuma/6.0.25/questions.yaml rename to stable/uptime-kuma/6.0.26/questions.yaml index eb0a203f09..11adfc5365 100644 --- a/stable/uptime-kuma/6.0.25/questions.yaml +++ b/stable/uptime-kuma/6.0.26/questions.yaml @@ -547,14 +547,6 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install - schema: - show_if: [["type", "=", "hostPath"]] - hidden: true - type: boolean - default: false - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -563,27 +555,36 @@ questions: type: dict additional_attrs: true attrs: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value - schema: - type: string - default: "775" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively + - variable: enabled + label: enabled schema: type: boolean default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -659,13 +660,44 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions schema: - show_if: [["type", "=", "hostPath"]] - type: boolean - default: false + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: diff --git a/stable/uptime-kuma/6.0.25/templates/NOTES.txt b/stable/uptime-kuma/6.0.26/templates/NOTES.txt similarity index 100% rename from stable/uptime-kuma/6.0.25/templates/NOTES.txt rename to stable/uptime-kuma/6.0.26/templates/NOTES.txt diff --git a/stable/uptime-kuma/6.0.25/templates/_prometheusrules.tpl b/stable/uptime-kuma/6.0.26/templates/_prometheusrules.tpl similarity index 100% rename from stable/uptime-kuma/6.0.25/templates/_prometheusrules.tpl rename to stable/uptime-kuma/6.0.26/templates/_prometheusrules.tpl diff --git a/stable/uptime-kuma/6.0.25/templates/_servicemonitor.tpl b/stable/uptime-kuma/6.0.26/templates/_servicemonitor.tpl similarity index 100% rename from stable/uptime-kuma/6.0.25/templates/_servicemonitor.tpl rename to stable/uptime-kuma/6.0.26/templates/_servicemonitor.tpl diff --git a/stable/uptime-kuma/6.0.25/templates/common.yaml b/stable/uptime-kuma/6.0.26/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/6.0.25/templates/common.yaml rename to stable/uptime-kuma/6.0.26/templates/common.yaml diff --git a/stable/uptime-kuma/6.0.25/values.yaml b/stable/uptime-kuma/6.0.26/values.yaml similarity index 100% rename from stable/uptime-kuma/6.0.25/values.yaml rename to stable/uptime-kuma/6.0.26/values.yaml