diff --git a/stable/pylon/5.0.22/app-changelog.md b/stable/pylon/5.0.22/app-changelog.md deleted file mode 100644 index a7130ad97b..0000000000 --- a/stable/pylon/5.0.22/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [pylon-5.0.22](https://github.com/truecharts/charts/compare/pylon-5.0.21...pylon-5.0.22) (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/pylon/5.0.22/CHANGELOG.md b/stable/pylon/5.0.23/CHANGELOG.md similarity index 90% rename from stable/pylon/5.0.22/CHANGELOG.md rename to stable/pylon/5.0.23/CHANGELOG.md index f767fdec7f..91bc3ccdbf 100644 --- a/stable/pylon/5.0.22/CHANGELOG.md +++ b/stable/pylon/5.0.23/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pylon-5.0.23](https://github.com/truecharts/charts/compare/pylon-5.0.22...pylon-5.0.23) (2023-07-19) + +### Chore + +- update container image tccr.io/truecharts/pylon to v2.10.0 ([#10608](https://github.com/truecharts/charts/issues/10608)) + + + + ## [pylon-5.0.22](https://github.com/truecharts/charts/compare/pylon-5.0.21...pylon-5.0.22) (2023-07-01) ### Chore @@ -88,12 +97,3 @@ - -## [pylon-5.0.13](https://github.com/truecharts/charts/compare/pylon-5.0.12...pylon-5.0.13) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - - diff --git a/stable/pylon/5.0.22/Chart.yaml b/stable/pylon/5.0.23/Chart.yaml similarity index 94% rename from stable/pylon/5.0.22/Chart.yaml rename to stable/pylon/5.0.23/Chart.yaml index 81892ff88c..28dbb3d924 100644 --- a/stable/pylon/5.0.22/Chart.yaml +++ b/stable/pylon/5.0.23/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pylon -version: 5.0.22 -appVersion: "2.9.0" +version: 5.0.23 +appVersion: "2.10.0" description: Pylon is a web based integrated development environment. type: application deprecated: false diff --git a/stable/pylon/5.0.22/README.md b/stable/pylon/5.0.23/README.md similarity index 100% rename from stable/pylon/5.0.22/README.md rename to stable/pylon/5.0.23/README.md diff --git a/stable/pylon/5.0.23/app-changelog.md b/stable/pylon/5.0.23/app-changelog.md new file mode 100644 index 0000000000..a46f9c2b1f --- /dev/null +++ b/stable/pylon/5.0.23/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pylon-5.0.23](https://github.com/truecharts/charts/compare/pylon-5.0.22...pylon-5.0.23) (2023-07-19) + +### Chore + +- update container image tccr.io/truecharts/pylon to v2.10.0 ([#10608](https://github.com/truecharts/charts/issues/10608)) + + \ No newline at end of file diff --git a/stable/pylon/5.0.22/app-readme.md b/stable/pylon/5.0.23/app-readme.md similarity index 100% rename from stable/pylon/5.0.22/app-readme.md rename to stable/pylon/5.0.23/app-readme.md diff --git a/stable/pylon/5.0.22/charts/common-12.14.6.tgz b/stable/pylon/5.0.23/charts/common-12.14.6.tgz similarity index 100% rename from stable/pylon/5.0.22/charts/common-12.14.6.tgz rename to stable/pylon/5.0.23/charts/common-12.14.6.tgz diff --git a/stable/pylon/5.0.22/ix_values.yaml b/stable/pylon/5.0.23/ix_values.yaml similarity index 86% rename from stable/pylon/5.0.22/ix_values.yaml rename to stable/pylon/5.0.23/ix_values.yaml index 6551c55af5..c6dbc53bf2 100644 --- a/stable/pylon/5.0.22/ix_values.yaml +++ b/stable/pylon/5.0.23/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/pylon pullPolicy: IfNotPresent - tag: 2.9.0@sha256:bb531df57cb4d24870a33da715cd79878e25e1741d07724c30653fc27d5065da + tag: v2.10.0@sha256:56d47ad404038f5d5bdad7c43a6427e67db975a61b371e4da09c778cd005d4f8 service: main: ports: diff --git a/stable/pylon/5.0.22/questions.yaml b/stable/pylon/5.0.23/questions.yaml similarity index 96% rename from stable/pylon/5.0.22/questions.yaml rename to stable/pylon/5.0.23/questions.yaml index ca94e982e8..e5be4c29d1 100644 --- a/stable/pylon/5.0.22/questions.yaml +++ b/stable/pylon/5.0.23/questions.yaml @@ -568,14 +568,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 @@ -584,27 +576,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: @@ -680,13 +681,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/pylon/5.0.22/templates/NOTES.txt b/stable/pylon/5.0.23/templates/NOTES.txt similarity index 100% rename from stable/pylon/5.0.22/templates/NOTES.txt rename to stable/pylon/5.0.23/templates/NOTES.txt diff --git a/stable/pylon/5.0.22/templates/common.yaml b/stable/pylon/5.0.23/templates/common.yaml similarity index 100% rename from stable/pylon/5.0.22/templates/common.yaml rename to stable/pylon/5.0.23/templates/common.yaml diff --git a/stable/pylon/5.0.22/values.yaml b/stable/pylon/5.0.23/values.yaml similarity index 100% rename from stable/pylon/5.0.22/values.yaml rename to stable/pylon/5.0.23/values.yaml