From b142ff68ab315d1b8ed97f1db7036f143b40c7ba Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Tue, 15 Nov 2022 00:25:24 +0000 Subject: [PATCH 01/18] chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to 1.23.2 --- charts/stable/nextcloud/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index 7ae5ecec5c5..cecb699b910 100644 --- a/charts/stable/nextcloud/values.yaml +++ b/charts/stable/nextcloud/values.yaml @@ -6,7 +6,7 @@ image: nginxImage: repository: tccr.io/truecharts/nginx-unprivileged pullPolicy: IfNotPresent - tag: 1.23.2@sha256:bccb50c802843309ef33ea7b67dc06186c87773728fd037c4ef4ce70e4edae28 + tag: 1.23.2@sha256:86064448a2764926ca215714b36a80561bcfed064c435245cee641f4ce14768b imaginaryImage: repository: h2non/imaginary From f459d9eb8afada727304882661eeff694c315c70 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Tue, 15 Nov 2022 00:25:29 +0000 Subject: [PATCH 02/18] chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest --- charts/incubator/passwordpusherephemeral/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/incubator/passwordpusherephemeral/values.yaml b/charts/incubator/passwordpusherephemeral/values.yaml index 37eb301e7ef..f07dfa915a3 100644 --- a/charts/incubator/passwordpusherephemeral/values.yaml +++ b/charts/incubator/passwordpusherephemeral/values.yaml @@ -2,7 +2,7 @@ env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/passwordpusherephemeral - tag: latest@sha256:74123d06736def6ec65d5c445a017cb88675cc0d6f2d200bfc7bfc893750ddba + tag: latest@sha256:240e5c8ea230d876e75745301aab8f44e6be1051bb2f16ce9537488416912d29 persistence: {} podSecurityContext: runAsGroup: 0 From 32066e52ebed8986ecbf67b55f488bc00d7ba2da Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 15 Nov 2022 02:25:35 +0200 Subject: [PATCH 03/18] fix(omada-controller): Allow user to change listening port of UI when ingress is disabled --- charts/stable/omada-controller/Chart.yaml | 2 +- charts/stable/omada-controller/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index f375b8588ab..951fe79f834 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -18,7 +18,7 @@ name: omada-controller sources: - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller - https://github.com/mbentley/docker-omada-controller -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/omada-controller/values.yaml b/charts/stable/omada-controller/values.yaml index 177d0e4d1e3..ed8c44e1830 100644 --- a/charts/stable/omada-controller/values.yaml +++ b/charts/stable/omada-controller/values.yaml @@ -15,7 +15,8 @@ env: # Omada automatically redirects to that port. # Instead of consuming the external 443 port, it's better to switch internal # But still give user the ability to change it. - MANAGE_HTTPS_PORT: "{{ .Values.service.main.ports.main.targetPort }}" + # When ingress is enabled, set this to 443, otherwise set it to whatever `port`` is set to + MANAGE_HTTPS_PORT: "{{ if .ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}" PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}" service: @@ -24,7 +25,6 @@ service: main: protocol: HTTPS port: 8043 - targetPort: 443 comm: enabled: true ports: From ed4d2e1427eb13ea223b3c972ca0e8204a7c61b1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Tue, 15 Nov 2022 00:25:36 +0000 Subject: [PATCH 04/18] chore(deps): update container image tccr.io/truecharts/website-shot to latest --- charts/stable/website-shot/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/website-shot/values.yaml b/charts/stable/website-shot/values.yaml index ab1d005078e..5680175fdaf 100644 --- a/charts/stable/website-shot/values.yaml +++ b/charts/stable/website-shot/values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/website-shot - tag: latest@sha256:1e52d030c3554ee5c5b384550f4adf1ffc335a9eac3637033bc95a8d8d106636 + tag: latest@sha256:5b575d841bb730dc65ff575c1512797f5c9b045d9f2ee5f2adc6faf1293c3269 pullPolicy: IfNotPresent service: From 71d67f174dd3fd9aaf87561ccb71710739989336 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Tue, 15 Nov 2022 00:25:51 +0000 Subject: [PATCH 05/18] chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.0 --- charts/stable/qinglong/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/qinglong/values.yaml b/charts/stable/qinglong/values.yaml index 51e361627ad..83cf858028f 100644 --- a/charts/stable/qinglong/values.yaml +++ b/charts/stable/qinglong/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/qinglong pullPolicy: IfNotPresent - tag: 2.14.12@sha256:fddef5df8b0b7eb9c9322b39b95e45f55674e19799f44cbf0749c89f39d1cc64 + tag: 2.15.0@sha256:da87ab5eab77121da80c6caff75d0b4524f860ee40175df6c2f21af5ed376109 securityContext: readOnlyRootFilesystem: false From e86fd9d5320000c792c8cb874c474686a52580ff Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 15 Nov 2022 02:26:16 +0200 Subject: [PATCH 06/18] Update values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/omada-controller/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/omada-controller/values.yaml b/charts/stable/omada-controller/values.yaml index ed8c44e1830..5b4924b589f 100644 --- a/charts/stable/omada-controller/values.yaml +++ b/charts/stable/omada-controller/values.yaml @@ -15,7 +15,7 @@ env: # Omada automatically redirects to that port. # Instead of consuming the external 443 port, it's better to switch internal # But still give user the ability to change it. - # When ingress is enabled, set this to 443, otherwise set it to whatever `port`` is set to + # When ingress is enabled, set this to 443, otherwise set it to whatever `port` is set to MANAGE_HTTPS_PORT: "{{ if .ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}" PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}" From d4c35dd01bdb88111ba1635cb7534400713cd00a Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 15 Nov 2022 02:26:34 +0200 Subject: [PATCH 07/18] Update values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/omada-controller/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/omada-controller/values.yaml b/charts/stable/omada-controller/values.yaml index 5b4924b589f..39c76d3006a 100644 --- a/charts/stable/omada-controller/values.yaml +++ b/charts/stable/omada-controller/values.yaml @@ -16,7 +16,7 @@ env: # Instead of consuming the external 443 port, it's better to switch internal # But still give user the ability to change it. # When ingress is enabled, set this to 443, otherwise set it to whatever `port` is set to - MANAGE_HTTPS_PORT: "{{ if .ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}" + MANAGE_HTTPS_PORT: "{{ if .Values.ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}" PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}" service: From f654a863374134160bf45bca24209a34db24a3e4 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 15 Nov 2022 02:26:46 +0200 Subject: [PATCH 08/18] whoops Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/omada-controller/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index 951fe79f834..a0de726910a 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -18,7 +18,7 @@ name: omada-controller sources: - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller - https://github.com/mbentley/docker-omada-controller -version: 8.0.1 +version: 8.0.2 annotations: truecharts.org/catagories: | - media From f33c12bd3dfba1a364bda32c6b4dc173d7e0169f Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 15 Nov 2022 00:29:21 +0000 Subject: [PATCH 09/18] Commit bumped Chart Version Signed-off-by: TrueCharts-Bot --- charts/stable/nextcloud/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 0166d15c391..65327b9bd62 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -37,7 +37,7 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 19.0.0 +version: 19.0.1 annotations: truecharts.org/catagories: | - cloud From c312dbcf1185b751239f35920f09d00836fcd71a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 15 Nov 2022 00:29:34 +0000 Subject: [PATCH 10/18] Commit bumped Chart Version Signed-off-by: TrueCharts-Bot --- charts/stable/website-shot/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml index 2e7d1fe7183..46fc1bd0803 100644 --- a/charts/stable/website-shot/Chart.yaml +++ b/charts/stable/website-shot/Chart.yaml @@ -18,7 +18,7 @@ name: website-shot sources: - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot - https://github.com/Flowko/website-shot -version: 4.0.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - media From c50b3646197769f5157b465d162fb2b59ac4d13d Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 15 Nov 2022 00:29:35 +0000 Subject: [PATCH 11/18] Commit bumped Chart Version Signed-off-by: TrueCharts-Bot --- charts/incubator/passwordpusherephemeral/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/incubator/passwordpusherephemeral/Chart.yaml b/charts/incubator/passwordpusherephemeral/Chart.yaml index 89b688e3378..fbfc9fcdeba 100644 --- a/charts/incubator/passwordpusherephemeral/Chart.yaml +++ b/charts/incubator/passwordpusherephemeral/Chart.yaml @@ -30,4 +30,4 @@ sources: - https://github.com/pglombardo/PasswordPusher - https://hub.docker.com/r/pglombardo/pwpush-ephemeral/ type: application -version: 2.0.0 +version: 2.0.1 From 4ed738a6a84eefbd2741f08e3ef9c31e3706a24b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 15 Nov 2022 00:31:14 +0000 Subject: [PATCH 12/18] Commit bumped Chart Version Signed-off-by: TrueCharts-Bot --- charts/stable/qinglong/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml index dd4048c7feb..21a22a64bdc 100644 --- a/charts/stable/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: qinglong -version: 4.0.0 -appVersion: "2.14.12" +version: 4.0.1 +appVersion: "2.15.0" description: A timed task management panel that supports typescript, javaScript, python3, and shell type: application deprecated: false From f167649561fa4b53216f584addd3cc1db9f8e462 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Tue, 15 Nov 2022 06:16:55 +0000 Subject: [PATCH 13/18] Update container image tccr.io/truecharts/alertmanager to v0.24.0 --- charts/stable/prometheus/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/prometheus/values.yaml b/charts/stable/prometheus/values.yaml index 6c813e61996..3c2e93e7a64 100644 --- a/charts/stable/prometheus/values.yaml +++ b/charts/stable/prometheus/values.yaml @@ -8,7 +8,7 @@ thanosImage: alertmanagerImage: repository: tccr.io/truecharts/alertmanager - tag: v0.24.0@sha256:5568f898ce559971b1fe4b2a658675617b179beab2e68cf233ecd51306428bf2 + tag: v0.24.0@sha256:ca92e469cc0460ab84e552d28319e82d2554578a1fcb79ab35cf426e9f30014f global: labels: {} From b0f0f379575f5bd0f040ca3afa25fc81825f53cd Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Tue, 15 Nov 2022 06:17:01 +0000 Subject: [PATCH 14/18] Update container image tccr.io/truecharts/cryptpad to latest --- charts/incubator/cryptpad/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/incubator/cryptpad/values.yaml b/charts/incubator/cryptpad/values.yaml index a39a6b53bc4..b15200f2c4d 100644 --- a/charts/incubator/cryptpad/values.yaml +++ b/charts/incubator/cryptpad/values.yaml @@ -2,7 +2,7 @@ env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/cryptpad - tag: latest@sha256:4c5190f9e82c6690e37cf02f4c63f980d6dba2be67dba374504071a570ca364a + tag: latest@sha256:d282d4b3343dade82295e8c5126e0cb25cf36b1a50e1c2260b54f21cc6c7405f persistence: blobpath: enabled: true From 42cb992351c1211b8b6671c1ac1f4367f91b9dd7 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Tue, 15 Nov 2022 06:17:08 +0000 Subject: [PATCH 15/18] Update container image tccr.io/truecharts/wireshark to 3.6.5 --- charts/stable/wireshark/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/wireshark/values.yaml b/charts/stable/wireshark/values.yaml index 7d82a7bddad..c7058208e83 100644 --- a/charts/stable/wireshark/values.yaml +++ b/charts/stable/wireshark/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/wireshark pullPolicy: IfNotPresent - tag: 3.6.5@sha256:606c54bb6080f654b0fbf9728d57cba45b02d625a3dbc3861953245fae5d7e6e + tag: 3.6.5@sha256:c1973109508352658c4a3834f8e96efaf550feddc6fdf7f358e12794e9b325e4 securityContext: readOnlyRootFilesystem: false From d112544f4b2b02bd04e31408a66f8162d4e52d8b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 15 Nov 2022 06:20:45 +0000 Subject: [PATCH 16/18] Commit bumped Chart Version Signed-off-by: TrueCharts-Bot --- charts/stable/prometheus/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/prometheus/Chart.yaml b/charts/stable/prometheus/Chart.yaml index 71b8af26adf..752b4e5adfb 100644 --- a/charts/stable/prometheus/Chart.yaml +++ b/charts/stable/prometheus/Chart.yaml @@ -29,7 +29,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - metrics From 7f3c1f7b71b01ce2451372a05618179ad01c573f Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 15 Nov 2022 06:21:00 +0000 Subject: [PATCH 17/18] Commit bumped Chart Version Signed-off-by: TrueCharts-Bot --- charts/incubator/cryptpad/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/incubator/cryptpad/Chart.yaml b/charts/incubator/cryptpad/Chart.yaml index d66c830ff7b..8100c38558b 100644 --- a/charts/incubator/cryptpad/Chart.yaml +++ b/charts/incubator/cryptpad/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://cryptpad.fr/ - https://hub.docker.com/r/promasu/cryptpad/ type: application -version: 2.0.0 +version: 2.0.1 From 768c529c99dfdcb059ac8b1c5b8b5ee319840323 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 15 Nov 2022 06:21:07 +0000 Subject: [PATCH 18/18] Commit bumped Chart Version Signed-off-by: TrueCharts-Bot --- charts/stable/wireshark/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/wireshark/Chart.yaml b/charts/stable/wireshark/Chart.yaml index c35e5c194be..4f7f7d67231 100644 --- a/charts/stable/wireshark/Chart.yaml +++ b/charts/stable/wireshark/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: wireshark -version: 4.0.0 +version: 4.0.1 appVersion: "3.6.5" description: Wireshark is the worlds foremost and widely-used network protocol analyzer. type: application