From 8b0e5d6401e9961c989fb06cec8cdd164a186297 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 13 May 2024 08:57:11 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../nextcloud/{30.1.6 => 30.1.8}/.helmignore | 0 .../nextcloud/{30.1.6 => 30.1.8}/CHANGELOG.md | 0 .../nextcloud/{30.1.6 => 30.1.8}/Chart.yaml | 10 +- premium/nextcloud/{30.1.6 => 30.1.8}/LICENSE | 0 .../nextcloud/{30.1.6 => 30.1.8}/README.md | 0 .../{30.1.6 => 30.1.8}/app-changelog.md | 92 +++++++++--------- .../{30.1.6 => 30.1.8}/app-readme.md | 0 .../charts/common-23.0.0.tgz | Bin .../charts/redis-14.0.5.tgz | Bin .../{30.1.6 => 30.1.8}/icon-small.webp | Bin .../nextcloud/{30.1.6 => 30.1.8}/icon.webp | Bin .../{30.1.6 => 30.1.8}/ix_values.yaml | 2 +- .../{30.1.6 => 30.1.8}/questions.yaml | 0 .../{30.1.6 => 30.1.8}/templates/NOTES.txt | 0 .../templates/_configmap.tpl | 0 .../templates/_cronjobs.tpl | 0 .../templates/_ingressInjector.tpl | 0 .../templates/_initPerms.tpl | 0 .../templates/_validation.tpl | 0 .../templates/_waitNextcloud.tpl | 0 .../{30.1.6 => 30.1.8}/templates/common.yaml | 0 .../nextcloud/{30.1.6 => 30.1.8}/values.yaml | 0 22 files changed, 54 insertions(+), 50 deletions(-) rename premium/nextcloud/{30.1.6 => 30.1.8}/.helmignore (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/CHANGELOG.md (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/Chart.yaml (97%) rename premium/nextcloud/{30.1.6 => 30.1.8}/LICENSE (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/README.md (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/app-changelog.md (97%) rename premium/nextcloud/{30.1.6 => 30.1.8}/app-readme.md (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/charts/common-23.0.0.tgz (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/charts/redis-14.0.5.tgz (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/icon-small.webp (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/icon.webp (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/ix_values.yaml (99%) rename premium/nextcloud/{30.1.6 => 30.1.8}/questions.yaml (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/templates/NOTES.txt (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/templates/_configmap.tpl (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/templates/_cronjobs.tpl (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/templates/_ingressInjector.tpl (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/templates/_initPerms.tpl (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/templates/_validation.tpl (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/templates/_waitNextcloud.tpl (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/templates/common.yaml (100%) rename premium/nextcloud/{30.1.6 => 30.1.8}/values.yaml (100%) diff --git a/premium/nextcloud/30.1.6/.helmignore b/premium/nextcloud/30.1.8/.helmignore similarity index 100% rename from premium/nextcloud/30.1.6/.helmignore rename to premium/nextcloud/30.1.8/.helmignore diff --git a/premium/nextcloud/30.1.6/CHANGELOG.md b/premium/nextcloud/30.1.8/CHANGELOG.md similarity index 100% rename from premium/nextcloud/30.1.6/CHANGELOG.md rename to premium/nextcloud/30.1.8/CHANGELOG.md diff --git a/premium/nextcloud/30.1.6/Chart.yaml b/premium/nextcloud/30.1.8/Chart.yaml similarity index 97% rename from premium/nextcloud/30.1.6/Chart.yaml rename to premium/nextcloud/30.1.8/Chart.yaml index 4fbdb4b3859..21a3dff44a9 100644 --- a/premium/nextcloud/30.1.6/Chart.yaml +++ b/premium/nextcloud/30.1.8/Chart.yaml @@ -33,7 +33,7 @@ keywords: - http - web - php -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,11 +43,11 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm - https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud - - https://hub.docker.com/r/clamav/clamav + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm - https://hub.docker.com/r/collabora/code - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary - https://hub.docker.com/r/nginxinc/nginx-unprivileged - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify + - https://hub.docker.com/r/clamav/clamav + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary type: application -version: 30.1.6 +version: 30.1.8 diff --git a/premium/nextcloud/30.1.6/LICENSE b/premium/nextcloud/30.1.8/LICENSE similarity index 100% rename from premium/nextcloud/30.1.6/LICENSE rename to premium/nextcloud/30.1.8/LICENSE diff --git a/premium/nextcloud/30.1.6/README.md b/premium/nextcloud/30.1.8/README.md similarity index 100% rename from premium/nextcloud/30.1.6/README.md rename to premium/nextcloud/30.1.8/README.md diff --git a/premium/nextcloud/30.1.6/app-changelog.md b/premium/nextcloud/30.1.8/app-changelog.md similarity index 97% rename from premium/nextcloud/30.1.6/app-changelog.md rename to premium/nextcloud/30.1.8/app-changelog.md index be0fc10c2a0..873257ca2e0 100644 --- a/premium/nextcloud/30.1.6/app-changelog.md +++ b/premium/nextcloud/30.1.8/app-changelog.md @@ -1,11 +1,17 @@ -## [nextcloud-30.1.6](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-30.1.6) (2024-05-13) +## [nextcloud-30.1.8](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-30.1.8) (2024-05-13) ### Chore +- update groups html ([#21121](https://github.com/truecharts/charts/issues/21121)) + +- bump common + +- bump everything to release new doc pages + - bump common to release improved checks on volsync and cnpg ([#21454](https://github.com/truecharts/charts/issues/21454)) - bump charts to ensure new icons are released @@ -16,82 +22,80 @@ - bump charts to release new docs to fix broken links -- update groups html ([#21121](https://github.com/truecharts/charts/issues/21121)) - -- bump everything to release new doc pages - -- bump common - -- update container image nginxinc/nginx-unprivileged to 1.25.4[@a464d52](https://github.com/a464d52) by renovate ([#20080](https://github.com/truecharts/charts/issues/20080)) - -- update container image clamav/clamav to 1.3.1[@a1fbf4d](https://github.com/a1fbf4d) by renovate ([#21667](https://github.com/truecharts/charts/issues/21667)) +- update container image nginxinc/nginx-unprivileged to 1.25.4[@7e36111](https://github.com/7e36111) by renovate ([#20792](https://github.com/truecharts/charts/issues/20792)) - update container image nginxinc/nginx-unprivileged to 1.26.0[@b1dab22](https://github.com/b1dab22) by renovate ([#21546](https://github.com/truecharts/charts/issues/21546)) +- update container image redis to v14.0.5[@e61bae8](https://github.com/e61bae8) by renovate ([#21643](https://github.com/truecharts/charts/issues/21643)) + +- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.11[@64b2475](https://github.com/64b2475) by renovate ([#21594](https://github.com/truecharts/charts/issues/21594)) + +- update container image tccr.io/tccr/nextcloud-fpm to v29.0.0[@56e45cf](https://github.com/56e45cf) by renovate ([#21554](https://github.com/truecharts/charts/issues/21554)) + +- update container image tccr.io/tccr/nextcloud-fpm to v28.0.4[@3905997](https://github.com/3905997) by renovate ([#20639](https://github.com/truecharts/charts/issues/20639)) + - update container image collabora/code to v24.04.1.4.1[@524fc47](https://github.com/524fc47) by renovate ([#21213](https://github.com/truecharts/charts/issues/21213)) - update container image tccr.io/tccr/nextcloud-fpm to v29.0.0[@65f0b68](https://github.com/65f0b68) by renovate ([#21336](https://github.com/truecharts/charts/issues/21336)) -- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.11[@64b2475](https://github.com/64b2475) by renovate ([#21594](https://github.com/truecharts/charts/issues/21594)) - -- update container image redis to v14.0.5[@e61bae8](https://github.com/e61bae8) by renovate ([#21643](https://github.com/truecharts/charts/issues/21643)) - - update container image nginxinc/nginx-unprivileged to v1.26.0[@4099c02](https://github.com/4099c02) by renovate ([#21318](https://github.com/truecharts/charts/issues/21318)) - update container image common to v20.3.12[@3303278](https://github.com/3303278) by renovate ([#21384](https://github.com/truecharts/charts/issues/21384)) -- update container image tccr.io/tccr/nextcloud-fpm to v[@09a4ab0](https://github.com/09a4ab0) by renovate ([#21306](https://github.com/truecharts/charts/issues/21306)) +- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566)) - update container image nginxinc/nginx-unprivileged to v[@1fc4731](https://github.com/1fc4731) by renovate ([#21311](https://github.com/truecharts/charts/issues/21311)) - update container image clamav/clamav to 1.3.1[@0f66a32](https://github.com/0f66a32) by renovate ([#21146](https://github.com/truecharts/charts/issues/21146)) -- update container image nginxinc/nginx-unprivileged to 1.25.5[@7296e8e](https://github.com/7296e8e) by renovate ([#21149](https://github.com/truecharts/charts/issues/21149)) - -- update container image tccr.io/tccr/nextcloud-fpm to v28.0.4[@3905997](https://github.com/3905997) by renovate ([#20639](https://github.com/truecharts/charts/issues/20639)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - update container image nginxinc/nginx-unprivileged to 1.26.0[@86cdc76](https://github.com/86cdc76) by renovate ([#21677](https://github.com/truecharts/charts/issues/21677)) - update container image nginxinc/nginx-unprivileged to 1.26.0[@f8891d1](https://github.com/f8891d1) by renovate ([#21710](https://github.com/truecharts/charts/issues/21710)) - update container image collabora/code to v24.04.2.1.1[@dafa9d8](https://github.com/dafa9d8) by renovate ([#21833](https://github.com/truecharts/charts/issues/21833)) +- update container image tccr.io/tccr/nextcloud-fpm to v29.0.0[@dc3c4e3](https://github.com/dc3c4e3) by renovate ([#21901](https://github.com/truecharts/charts/issues/21901)) + +- update container image nginxinc/nginx-unprivileged to 1.25.5[@7296e8e](https://github.com/7296e8e) by renovate ([#21149](https://github.com/truecharts/charts/issues/21149)) + - update container image redis to v13.3.11[@778c5c5](https://github.com/778c5c5) by renovate ([#21070](https://github.com/truecharts/charts/issues/21070)) - update container image common to v20.3.11[@dae6129](https://github.com/dae6129) by renovate ([#20875](https://github.com/truecharts/charts/issues/20875)) - update container image nginxinc/nginx-unprivileged to v1.25.5[@da87da7](https://github.com/da87da7) by renovate ([#21013](https://github.com/truecharts/charts/issues/21013)) +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + - update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288)) +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + - update container image clamav/clamav to v1.3.1[@264aa58](https://github.com/264aa58) by renovate ([#20902](https://github.com/truecharts/charts/issues/20902)) - update container image tccr.io/tccr/nextcloud-fpm to v28.0.4[@fcb0063](https://github.com/fcb0063) by renovate ([#20899](https://github.com/truecharts/charts/issues/20899)) -- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/nextcloud-fpm to v29.0.0[@dc3c4e3](https://github.com/dc3c4e3) by renovate ([#21901](https://github.com/truecharts/charts/issues/21901)) - -- update container image common to v20.3.7[@8cf9fc9](https://github.com/8cf9fc9) by renovate ([#20819](https://github.com/truecharts/charts/issues/20819)) - -- update container image nginxinc/nginx-unprivileged to 1.25.4[@7e36111](https://github.com/7e36111) by renovate ([#20792](https://github.com/truecharts/charts/issues/20792)) - -- update container image clamav/clamav to 1.3.0[@7184e81](https://github.com/7184e81) by renovate ([#20782](https://github.com/truecharts/charts/issues/20782)) - - update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) -- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) - -- update container image tccr.io/tccr/nextcloud-fpm to v29.0.0[@56e45cf](https://github.com/56e45cf) by renovate ([#21554](https://github.com/truecharts/charts/issues/21554)) +- update container image tccr.io/tccr/nextcloud-fpm to v29.0.0[@453fba9](https://github.com/453fba9) by renovate ([#21908](https://github.com/truecharts/charts/issues/21908)) - update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448)) +- update container image clamav/clamav to 1.3.1[@c7c57b6](https://github.com/c7c57b6) by renovate ([#21961](https://github.com/truecharts/charts/issues/21961)) + +- update container image clamav/clamav to 1.3.0[@7184e81](https://github.com/7184e81) by renovate ([#20782](https://github.com/truecharts/charts/issues/20782)) + +- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.3.7[@8cf9fc9](https://github.com/8cf9fc9) by renovate ([#20819](https://github.com/truecharts/charts/issues/20819)) + +- update container image clamav/clamav to 1.3.1[@a1fbf4d](https://github.com/a1fbf4d) by renovate ([#21667](https://github.com/truecharts/charts/issues/21667)) + +- update container image tccr.io/tccr/nextcloud-fpm to v[@09a4ab0](https://github.com/09a4ab0) by renovate ([#21306](https://github.com/truecharts/charts/issues/21306)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image tccr.io/tccr/nextcloud-fpm to v28.0.4[@c5919db](https://github.com/c5919db) by renovate ([#20587](https://github.com/truecharts/charts/issues/20587)) @@ -102,7 +106,7 @@ - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) -- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536)) +- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) - update container image redis to v13.3.4[@1cc03a1](https://github.com/1cc03a1) by renovate ([#20497](https://github.com/truecharts/charts/issues/20497)) @@ -120,7 +124,7 @@ - update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334)) -- update container image tccr.io/tccr/nextcloud-fpm to v29.0.0[@453fba9](https://github.com/453fba9) by renovate ([#21908](https://github.com/truecharts/charts/issues/21908)) +- update container image nginxinc/nginx-unprivileged to 1.25.4[@a464d52](https://github.com/a464d52) by renovate ([#20080](https://github.com/truecharts/charts/issues/20080)) - update container image clamav/clamav to 1.3.0[@2f089bf](https://github.com/2f089bf) by renovate ([#20075](https://github.com/truecharts/charts/issues/20075)) @@ -142,22 +146,22 @@ - update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- fix few more ([#20721](https://github.com/truecharts/charts/issues/20721)) - - make links relative - Fix broken links for Starlight ([#20737](https://github.com/truecharts/charts/issues/20737)) -- exclude changelog from pagefind ([#21693](https://github.com/truecharts/charts/issues/21693)) +- fix few more ([#20721](https://github.com/truecharts/charts/issues/20721)) -- adapt redis password source +- exclude changelog from pagefind ([#21693](https://github.com/truecharts/charts/issues/21693)) - bump te release database migration feature +- adapt redis password source + - bump to release docs +- fix docs link + ### Chore diff --git a/premium/nextcloud/30.1.6/app-readme.md b/premium/nextcloud/30.1.8/app-readme.md similarity index 100% rename from premium/nextcloud/30.1.6/app-readme.md rename to premium/nextcloud/30.1.8/app-readme.md diff --git a/premium/nextcloud/30.1.6/charts/common-23.0.0.tgz b/premium/nextcloud/30.1.8/charts/common-23.0.0.tgz similarity index 100% rename from premium/nextcloud/30.1.6/charts/common-23.0.0.tgz rename to premium/nextcloud/30.1.8/charts/common-23.0.0.tgz diff --git a/premium/nextcloud/30.1.6/charts/redis-14.0.5.tgz b/premium/nextcloud/30.1.8/charts/redis-14.0.5.tgz similarity index 100% rename from premium/nextcloud/30.1.6/charts/redis-14.0.5.tgz rename to premium/nextcloud/30.1.8/charts/redis-14.0.5.tgz diff --git a/premium/nextcloud/30.1.6/icon-small.webp b/premium/nextcloud/30.1.8/icon-small.webp similarity index 100% rename from premium/nextcloud/30.1.6/icon-small.webp rename to premium/nextcloud/30.1.8/icon-small.webp diff --git a/premium/nextcloud/30.1.6/icon.webp b/premium/nextcloud/30.1.8/icon.webp similarity index 100% rename from premium/nextcloud/30.1.6/icon.webp rename to premium/nextcloud/30.1.8/icon.webp diff --git a/premium/nextcloud/30.1.6/ix_values.yaml b/premium/nextcloud/30.1.8/ix_values.yaml similarity index 99% rename from premium/nextcloud/30.1.6/ix_values.yaml rename to premium/nextcloud/30.1.8/ix_values.yaml index 59b753a4402..eedf82dd672 100644 --- a/premium/nextcloud/30.1.6/ix_values.yaml +++ b/premium/nextcloud/30.1.8/ix_values.yaml @@ -17,7 +17,7 @@ hpbImage: clamavImage: repository: clamav/clamav pullPolicy: IfNotPresent - tag: 1.3.1@sha256:a1fbf4d8b0fe7365ab0c44e05b345baa6be7c6ea28526d48e70c1205e0762cd2 + tag: 1.3.1@sha256:c7c57b6cf7c98e74bb508ffe1c85dbab4ce8e8476158d411af09307e8ea44cca collaboraImage: repository: collabora/code pullPolicy: IfNotPresent diff --git a/premium/nextcloud/30.1.6/questions.yaml b/premium/nextcloud/30.1.8/questions.yaml similarity index 100% rename from premium/nextcloud/30.1.6/questions.yaml rename to premium/nextcloud/30.1.8/questions.yaml diff --git a/premium/nextcloud/30.1.6/templates/NOTES.txt b/premium/nextcloud/30.1.8/templates/NOTES.txt similarity index 100% rename from premium/nextcloud/30.1.6/templates/NOTES.txt rename to premium/nextcloud/30.1.8/templates/NOTES.txt diff --git a/premium/nextcloud/30.1.6/templates/_configmap.tpl b/premium/nextcloud/30.1.8/templates/_configmap.tpl similarity index 100% rename from premium/nextcloud/30.1.6/templates/_configmap.tpl rename to premium/nextcloud/30.1.8/templates/_configmap.tpl diff --git a/premium/nextcloud/30.1.6/templates/_cronjobs.tpl b/premium/nextcloud/30.1.8/templates/_cronjobs.tpl similarity index 100% rename from premium/nextcloud/30.1.6/templates/_cronjobs.tpl rename to premium/nextcloud/30.1.8/templates/_cronjobs.tpl diff --git a/premium/nextcloud/30.1.6/templates/_ingressInjector.tpl b/premium/nextcloud/30.1.8/templates/_ingressInjector.tpl similarity index 100% rename from premium/nextcloud/30.1.6/templates/_ingressInjector.tpl rename to premium/nextcloud/30.1.8/templates/_ingressInjector.tpl diff --git a/premium/nextcloud/30.1.6/templates/_initPerms.tpl b/premium/nextcloud/30.1.8/templates/_initPerms.tpl similarity index 100% rename from premium/nextcloud/30.1.6/templates/_initPerms.tpl rename to premium/nextcloud/30.1.8/templates/_initPerms.tpl diff --git a/premium/nextcloud/30.1.6/templates/_validation.tpl b/premium/nextcloud/30.1.8/templates/_validation.tpl similarity index 100% rename from premium/nextcloud/30.1.6/templates/_validation.tpl rename to premium/nextcloud/30.1.8/templates/_validation.tpl diff --git a/premium/nextcloud/30.1.6/templates/_waitNextcloud.tpl b/premium/nextcloud/30.1.8/templates/_waitNextcloud.tpl similarity index 100% rename from premium/nextcloud/30.1.6/templates/_waitNextcloud.tpl rename to premium/nextcloud/30.1.8/templates/_waitNextcloud.tpl diff --git a/premium/nextcloud/30.1.6/templates/common.yaml b/premium/nextcloud/30.1.8/templates/common.yaml similarity index 100% rename from premium/nextcloud/30.1.6/templates/common.yaml rename to premium/nextcloud/30.1.8/templates/common.yaml diff --git a/premium/nextcloud/30.1.6/values.yaml b/premium/nextcloud/30.1.8/values.yaml similarity index 100% rename from premium/nextcloud/30.1.6/values.yaml rename to premium/nextcloud/30.1.8/values.yaml