diff --git a/stable/picoshare/5.0.25/app-changelog.md b/stable/picoshare/5.0.25/app-changelog.md deleted file mode 100644 index 850c10e6a9..0000000000 --- a/stable/picoshare/5.0.25/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [picoshare-5.0.25](https://github.com/truecharts/charts/compare/picoshare-5.0.24...picoshare-5.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/picoshare/5.0.25/CHANGELOG.md b/stable/picoshare/5.0.26/CHANGELOG.md similarity index 90% rename from stable/picoshare/5.0.25/CHANGELOG.md rename to stable/picoshare/5.0.26/CHANGELOG.md index 457542af1d..36a523bde5 100644 --- a/stable/picoshare/5.0.25/CHANGELOG.md +++ b/stable/picoshare/5.0.26/CHANGELOG.md @@ -4,6 +4,15 @@ +## [picoshare-5.0.26](https://github.com/truecharts/charts/compare/picoshare-5.0.25...picoshare-5.0.26) (2023-07-20) + +### Chore + +- update container image tccr.io/truecharts/picoshare to v1.3.6 ([#10645](https://github.com/truecharts/charts/issues/10645)) + + + + ## [picoshare-5.0.25](https://github.com/truecharts/charts/compare/picoshare-5.0.24...picoshare-5.0.25) (2023-07-01) ### Chore @@ -88,12 +97,3 @@ - -## [picoshare-5.0.16](https://github.com/truecharts/charts/compare/picoshare-5.0.15...picoshare-5.0.16) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - - diff --git a/stable/picoshare/5.0.25/Chart.yaml b/stable/picoshare/5.0.26/Chart.yaml similarity index 95% rename from stable/picoshare/5.0.25/Chart.yaml rename to stable/picoshare/5.0.26/Chart.yaml index a459a89136..cac2d74d8e 100644 --- a/stable/picoshare/5.0.25/Chart.yaml +++ b/stable/picoshare/5.0.26/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.3.5" +appVersion: "1.3.6" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -18,7 +18,7 @@ name: picoshare sources: - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare - https://github.com/mtlynch/picoshare -version: 5.0.25 +version: 5.0.26 annotations: truecharts.org/catagories: | - media diff --git a/stable/picoshare/5.0.25/README.md b/stable/picoshare/5.0.26/README.md similarity index 100% rename from stable/picoshare/5.0.25/README.md rename to stable/picoshare/5.0.26/README.md diff --git a/stable/picoshare/5.0.26/app-changelog.md b/stable/picoshare/5.0.26/app-changelog.md new file mode 100644 index 0000000000..1fe256dd5c --- /dev/null +++ b/stable/picoshare/5.0.26/app-changelog.md @@ -0,0 +1,9 @@ + + +## [picoshare-5.0.26](https://github.com/truecharts/charts/compare/picoshare-5.0.25...picoshare-5.0.26) (2023-07-20) + +### Chore + +- update container image tccr.io/truecharts/picoshare to v1.3.6 ([#10645](https://github.com/truecharts/charts/issues/10645)) + + \ No newline at end of file diff --git a/stable/picoshare/5.0.25/app-readme.md b/stable/picoshare/5.0.26/app-readme.md similarity index 100% rename from stable/picoshare/5.0.25/app-readme.md rename to stable/picoshare/5.0.26/app-readme.md diff --git a/stable/picoshare/5.0.25/charts/common-12.14.6.tgz b/stable/picoshare/5.0.26/charts/common-12.14.6.tgz similarity index 100% rename from stable/picoshare/5.0.25/charts/common-12.14.6.tgz rename to stable/picoshare/5.0.26/charts/common-12.14.6.tgz diff --git a/stable/picoshare/5.0.25/ix_values.yaml b/stable/picoshare/5.0.26/ix_values.yaml similarity index 87% rename from stable/picoshare/5.0.25/ix_values.yaml rename to stable/picoshare/5.0.26/ix_values.yaml index 5ce20da19c..5d669d224c 100644 --- a/stable/picoshare/5.0.25/ix_values.yaml +++ b/stable/picoshare/5.0.26/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/picoshare - tag: v1.3.5@sha256:e17cf65c0c3d02d51fdfdca5204af194103091630ef5315b7e23c91332b7aa25 + tag: v1.3.6@sha256:9c34fee68cd2a8bc7e04af3a20105d6814eb32192de78c0517952ed549b9e999 pullPolicy: IfNotPresent service: main: diff --git a/stable/picoshare/5.0.25/questions.yaml b/stable/picoshare/5.0.26/questions.yaml similarity index 96% rename from stable/picoshare/5.0.25/questions.yaml rename to stable/picoshare/5.0.26/questions.yaml index 612145fbfb..28979ebc0f 100644 --- a/stable/picoshare/5.0.25/questions.yaml +++ b/stable/picoshare/5.0.26/questions.yaml @@ -588,14 +588,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 @@ -604,27 +596,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: @@ -700,13 +701,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/picoshare/5.0.25/templates/NOTES.txt b/stable/picoshare/5.0.26/templates/NOTES.txt similarity index 100% rename from stable/picoshare/5.0.25/templates/NOTES.txt rename to stable/picoshare/5.0.26/templates/NOTES.txt diff --git a/stable/picoshare/5.0.25/templates/common.yaml b/stable/picoshare/5.0.26/templates/common.yaml similarity index 100% rename from stable/picoshare/5.0.25/templates/common.yaml rename to stable/picoshare/5.0.26/templates/common.yaml diff --git a/stable/picoshare/5.0.25/values.yaml b/stable/picoshare/5.0.26/values.yaml similarity index 100% rename from stable/picoshare/5.0.25/values.yaml rename to stable/picoshare/5.0.26/values.yaml