diff --git a/stable/actualserver/4.0.26/app-changelog.md b/stable/actualserver/4.0.26/app-changelog.md deleted file mode 100644 index 11c3b131cf..0000000000 --- a/stable/actualserver/4.0.26/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [actualserver-4.0.26](https://github.com/truecharts/charts/compare/actualserver-4.0.25...actualserver-4.0.26) (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/actualserver/4.0.26/CHANGELOG.md b/stable/actualserver/4.0.27/CHANGELOG.md similarity index 90% rename from stable/actualserver/4.0.26/CHANGELOG.md rename to stable/actualserver/4.0.27/CHANGELOG.md index 4630bed9a1..c467b85502 100644 --- a/stable/actualserver/4.0.26/CHANGELOG.md +++ b/stable/actualserver/4.0.27/CHANGELOG.md @@ -4,6 +4,15 @@ +## [actualserver-4.0.27](https://github.com/truecharts/charts/compare/actualserver-4.0.26...actualserver-4.0.27) (2023-07-07) + +### Chore + +- update container image tccr.io/truecharts/actualserver to v23.7.1 ([#10283](https://github.com/truecharts/charts/issues/10283)) + + + + ## [actualserver-4.0.26](https://github.com/truecharts/charts/compare/actualserver-4.0.25...actualserver-4.0.26) (2023-07-01) ### Chore @@ -88,12 +97,3 @@ - -## [actualserver-4.0.17](https://github.com/truecharts/charts/compare/actualserver-4.0.16...actualserver-4.0.17) (2023-05-24) - -### Chore - -- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125)) - - - diff --git a/stable/actualserver/4.0.26/Chart.yaml b/stable/actualserver/4.0.27/Chart.yaml similarity index 95% rename from stable/actualserver/4.0.26/Chart.yaml rename to stable/actualserver/4.0.27/Chart.yaml index 4c069fdc46..c44dbee4b4 100644 --- a/stable/actualserver/4.0.26/Chart.yaml +++ b/stable/actualserver/4.0.27/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "23.6.0" +appVersion: "23.7.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -25,4 +25,4 @@ annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | - finance -version: 4.0.26 +version: 4.0.27 diff --git a/stable/actualserver/4.0.26/README.md b/stable/actualserver/4.0.27/README.md similarity index 100% rename from stable/actualserver/4.0.26/README.md rename to stable/actualserver/4.0.27/README.md diff --git a/stable/actualserver/4.0.27/app-changelog.md b/stable/actualserver/4.0.27/app-changelog.md new file mode 100644 index 0000000000..cb46cc6bdc --- /dev/null +++ b/stable/actualserver/4.0.27/app-changelog.md @@ -0,0 +1,9 @@ + + +## [actualserver-4.0.27](https://github.com/truecharts/charts/compare/actualserver-4.0.26...actualserver-4.0.27) (2023-07-07) + +### Chore + +- update container image tccr.io/truecharts/actualserver to v23.7.1 ([#10283](https://github.com/truecharts/charts/issues/10283)) + + \ No newline at end of file diff --git a/stable/actualserver/4.0.26/app-readme.md b/stable/actualserver/4.0.27/app-readme.md similarity index 100% rename from stable/actualserver/4.0.26/app-readme.md rename to stable/actualserver/4.0.27/app-readme.md diff --git a/stable/actualserver/4.0.26/charts/common-12.14.6.tgz b/stable/actualserver/4.0.27/charts/common-12.14.6.tgz similarity index 100% rename from stable/actualserver/4.0.26/charts/common-12.14.6.tgz rename to stable/actualserver/4.0.27/charts/common-12.14.6.tgz diff --git a/stable/actualserver/4.0.26/ix_values.yaml b/stable/actualserver/4.0.27/ix_values.yaml similarity index 90% rename from stable/actualserver/4.0.26/ix_values.yaml rename to stable/actualserver/4.0.27/ix_values.yaml index d7cd0ddc84..f99e0e8ee7 100644 --- a/stable/actualserver/4.0.26/ix_values.yaml +++ b/stable/actualserver/4.0.27/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/actualserver pullPolicy: IfNotPresent - tag: v23.6.0@sha256:02dd06c3fbc0c3748a426f5eb38f51cfa26f09e80f83745dc1104d362562c832 + tag: v23.7.1@sha256:1c1f252e10c616a9e8f48061bd9ed3829a50596a9d97ceca5b37fd5f0604f4c0 securityContext: container: diff --git a/stable/actualserver/4.0.26/questions.yaml b/stable/actualserver/4.0.27/questions.yaml similarity index 95% rename from stable/actualserver/4.0.26/questions.yaml rename to stable/actualserver/4.0.27/questions.yaml index 3feb65ec83..c57278ac63 100644 --- a/stable/actualserver/4.0.26/questions.yaml +++ b/stable/actualserver/4.0.27/questions.yaml @@ -545,14 +545,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 @@ -561,27 +553,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: @@ -645,14 +646,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 @@ -661,27 +654,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: @@ -757,13 +759,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/actualserver/4.0.26/templates/NOTES.txt b/stable/actualserver/4.0.27/templates/NOTES.txt similarity index 100% rename from stable/actualserver/4.0.26/templates/NOTES.txt rename to stable/actualserver/4.0.27/templates/NOTES.txt diff --git a/stable/actualserver/4.0.26/templates/common.yaml b/stable/actualserver/4.0.27/templates/common.yaml similarity index 100% rename from stable/actualserver/4.0.26/templates/common.yaml rename to stable/actualserver/4.0.27/templates/common.yaml diff --git a/stable/actualserver/4.0.26/values.yaml b/stable/actualserver/4.0.27/values.yaml similarity index 100% rename from stable/actualserver/4.0.26/values.yaml rename to stable/actualserver/4.0.27/values.yaml