diff --git a/stable/beets/7.0.28/app-changelog.md b/stable/beets/7.0.28/app-changelog.md deleted file mode 100644 index c25747c2d6..0000000000 --- a/stable/beets/7.0.28/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [beets-7.0.28](https://github.com/truecharts/charts/compare/beets-7.0.27...beets-7.0.28) (2023-06-14) - -### Chore - -- update container image tccr.io/truecharts/beets to v1.6.0 ([#9609](https://github.com/truecharts/charts/issues/9609)) - - \ No newline at end of file diff --git a/stable/beets/7.0.28/CHANGELOG.md b/stable/beets/7.0.29/CHANGELOG.md similarity index 93% rename from stable/beets/7.0.28/CHANGELOG.md rename to stable/beets/7.0.29/CHANGELOG.md index 19528a6972..7eddb46749 100644 --- a/stable/beets/7.0.28/CHANGELOG.md +++ b/stable/beets/7.0.29/CHANGELOG.md @@ -4,15 +4,15 @@ -## [beets-7.0.28](https://github.com/truecharts/charts/compare/beets-7.0.27...beets-7.0.28) (2023-06-14) - -### Chore - -- update container image tccr.io/truecharts/beets to v1.6.0 ([#9609](https://github.com/truecharts/charts/issues/9609)) - - - - +## [beets-7.0.29](https://github.com/truecharts/charts/compare/beets-7.0.28...beets-7.0.29) (2023-06-16) + +### Chore + +- update container image tccr.io/truecharts/beets to v1.6.0 ([#9701](https://github.com/truecharts/charts/issues/9701)) + + + + ## [beets-7.0.28](https://github.com/truecharts/charts/compare/beets-7.0.27...beets-7.0.28) (2023-06-14) ### Chore diff --git a/stable/beets/7.0.28/Chart.yaml b/stable/beets/7.0.29/Chart.yaml similarity index 98% rename from stable/beets/7.0.28/Chart.yaml rename to stable/beets/7.0.29/Chart.yaml index c5e4a18d8c..6b6f1ee6c3 100644 --- a/stable/beets/7.0.28/Chart.yaml +++ b/stable/beets/7.0.29/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/linuxserver/docker-beets - https://beets.io/ type: application -version: 7.0.28 +version: 7.0.29 annotations: truecharts.org/catagories: | - media diff --git a/stable/beets/7.0.28/README.md b/stable/beets/7.0.29/README.md similarity index 100% rename from stable/beets/7.0.28/README.md rename to stable/beets/7.0.29/README.md diff --git a/stable/beets/7.0.29/app-changelog.md b/stable/beets/7.0.29/app-changelog.md new file mode 100644 index 0000000000..7440c765b5 --- /dev/null +++ b/stable/beets/7.0.29/app-changelog.md @@ -0,0 +1,9 @@ + + +## [beets-7.0.29](https://github.com/truecharts/charts/compare/beets-7.0.28...beets-7.0.29) (2023-06-16) + +### Chore + +- update container image tccr.io/truecharts/beets to v1.6.0 ([#9701](https://github.com/truecharts/charts/issues/9701)) + + \ No newline at end of file diff --git a/stable/beets/7.0.28/app-readme.md b/stable/beets/7.0.29/app-readme.md similarity index 100% rename from stable/beets/7.0.28/app-readme.md rename to stable/beets/7.0.29/app-readme.md diff --git a/stable/beets/7.0.28/charts/common-12.14.2.tgz b/stable/beets/7.0.29/charts/common-12.14.2.tgz similarity index 100% rename from stable/beets/7.0.28/charts/common-12.14.2.tgz rename to stable/beets/7.0.29/charts/common-12.14.2.tgz diff --git a/stable/beets/7.0.28/ix_values.yaml b/stable/beets/7.0.29/ix_values.yaml similarity index 89% rename from stable/beets/7.0.28/ix_values.yaml rename to stable/beets/7.0.29/ix_values.yaml index 1b7fdcb0b9..45d7f0acf4 100644 --- a/stable/beets/7.0.28/ix_values.yaml +++ b/stable/beets/7.0.29/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/beets pullPolicy: IfNotPresent - tag: v1.6.0@sha256:9e7f179ff0b36910b7e8389967be7362e48bcb760ad81f16d721a9703b0063f8 + tag: v1.6.0@sha256:6089758a382444d23fec14fe06d4a933b5179a03d5857ecb69575d817bf22977 securityContext: container: diff --git a/stable/beets/7.0.28/questions.yaml b/stable/beets/7.0.29/questions.yaml similarity index 98% rename from stable/beets/7.0.28/questions.yaml rename to stable/beets/7.0.29/questions.yaml index 14a7a1482e..a8fb2e7f3f 100644 --- a/stable/beets/7.0.28/questions.yaml +++ b/stable/beets/7.0.29/questions.yaml @@ -550,8 +550,38 @@ questions: 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 + schema: + show_if: [["type", "!=", "pvc"]] + 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 + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: diff --git a/stable/beets/7.0.28/templates/NOTES.txt b/stable/beets/7.0.29/templates/NOTES.txt similarity index 100% rename from stable/beets/7.0.28/templates/NOTES.txt rename to stable/beets/7.0.29/templates/NOTES.txt diff --git a/stable/beets/7.0.28/templates/common.yaml b/stable/beets/7.0.29/templates/common.yaml similarity index 100% rename from stable/beets/7.0.28/templates/common.yaml rename to stable/beets/7.0.29/templates/common.yaml diff --git a/stable/beets/7.0.28/values.yaml b/stable/beets/7.0.29/values.yaml similarity index 100% rename from stable/beets/7.0.28/values.yaml rename to stable/beets/7.0.29/values.yaml