diff --git a/stable/mysql-workbench/5.0.23/app-changelog.md b/stable/mysql-workbench/5.0.23/app-changelog.md deleted file mode 100644 index 1740315c08a..00000000000 --- a/stable/mysql-workbench/5.0.23/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mysql-workbench-5.0.23](https://github.com/truecharts/charts/compare/mysql-workbench-5.0.22...mysql-workbench-5.0.23) (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/mysql-workbench/5.0.23/CHANGELOG.md b/stable/mysql-workbench/5.0.24/CHANGELOG.md similarity index 90% rename from stable/mysql-workbench/5.0.23/CHANGELOG.md rename to stable/mysql-workbench/5.0.24/CHANGELOG.md index 07e104388a4..f5ec78146cb 100644 --- a/stable/mysql-workbench/5.0.23/CHANGELOG.md +++ b/stable/mysql-workbench/5.0.24/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mysql-workbench-5.0.24](https://github.com/truecharts/charts/compare/mysql-workbench-5.0.23...mysql-workbench-5.0.24) (2023-07-20) + +### Chore + +- update container image tccr.io/truecharts/mysql-workbench to v8.0.34 ([#10640](https://github.com/truecharts/charts/issues/10640)) + + + + ## [mysql-workbench-5.0.23](https://github.com/truecharts/charts/compare/mysql-workbench-5.0.22...mysql-workbench-5.0.23) (2023-07-01) ### Chore @@ -88,12 +97,3 @@ - -## [mysql-workbench-5.0.14](https://github.com/truecharts/charts/compare/mysql-workbench-5.0.13...mysql-workbench-5.0.14) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - - diff --git a/stable/mysql-workbench/5.0.23/Chart.yaml b/stable/mysql-workbench/5.0.24/Chart.yaml similarity index 95% rename from stable/mysql-workbench/5.0.23/Chart.yaml rename to stable/mysql-workbench/5.0.24/Chart.yaml index f4d1ecabe67..293c1530d7e 100644 --- a/stable/mysql-workbench/5.0.23/Chart.yaml +++ b/stable/mysql-workbench/5.0.24/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: mysql-workbench -version: 5.0.23 -appVersion: "8.0.33" +version: 5.0.24 +appVersion: "8.0.34" description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. type: application deprecated: false diff --git a/stable/mysql-workbench/5.0.23/README.md b/stable/mysql-workbench/5.0.24/README.md similarity index 100% rename from stable/mysql-workbench/5.0.23/README.md rename to stable/mysql-workbench/5.0.24/README.md diff --git a/stable/mysql-workbench/5.0.24/app-changelog.md b/stable/mysql-workbench/5.0.24/app-changelog.md new file mode 100644 index 00000000000..b4941710cf7 --- /dev/null +++ b/stable/mysql-workbench/5.0.24/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mysql-workbench-5.0.24](https://github.com/truecharts/charts/compare/mysql-workbench-5.0.23...mysql-workbench-5.0.24) (2023-07-20) + +### Chore + +- update container image tccr.io/truecharts/mysql-workbench to v8.0.34 ([#10640](https://github.com/truecharts/charts/issues/10640)) + + \ No newline at end of file diff --git a/stable/mysql-workbench/5.0.23/app-readme.md b/stable/mysql-workbench/5.0.24/app-readme.md similarity index 100% rename from stable/mysql-workbench/5.0.23/app-readme.md rename to stable/mysql-workbench/5.0.24/app-readme.md diff --git a/stable/mysql-workbench/5.0.23/charts/common-12.14.6.tgz b/stable/mysql-workbench/5.0.24/charts/common-12.14.6.tgz similarity index 100% rename from stable/mysql-workbench/5.0.23/charts/common-12.14.6.tgz rename to stable/mysql-workbench/5.0.24/charts/common-12.14.6.tgz diff --git a/stable/mysql-workbench/5.0.23/ix_values.yaml b/stable/mysql-workbench/5.0.24/ix_values.yaml similarity index 84% rename from stable/mysql-workbench/5.0.23/ix_values.yaml rename to stable/mysql-workbench/5.0.24/ix_values.yaml index b90c7bee809..c8e4b8c3d70 100644 --- a/stable/mysql-workbench/5.0.23/ix_values.yaml +++ b/stable/mysql-workbench/5.0.24/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/mysql-workbench pullPolicy: IfNotPresent - tag: 8.0.33@sha256:d9488ac86ef0ba1c887890f5e5d7b54cdcd97026300deeb5c9efe06ab26fbdfb + tag: v8.0.34@sha256:8c9b260300fc453120f98d5a8b87f8838ead92cbf0b1b82967c4c06bccc962f2 service: main: ports: diff --git a/stable/mysql-workbench/5.0.23/questions.yaml b/stable/mysql-workbench/5.0.24/questions.yaml similarity index 96% rename from stable/mysql-workbench/5.0.23/questions.yaml rename to stable/mysql-workbench/5.0.24/questions.yaml index 3d47fbb719c..b7187a49c32 100644 --- a/stable/mysql-workbench/5.0.23/questions.yaml +++ b/stable/mysql-workbench/5.0.24/questions.yaml @@ -546,14 +546,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 @@ -562,27 +554,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: @@ -658,13 +659,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/mysql-workbench/5.0.23/templates/NOTES.txt b/stable/mysql-workbench/5.0.24/templates/NOTES.txt similarity index 100% rename from stable/mysql-workbench/5.0.23/templates/NOTES.txt rename to stable/mysql-workbench/5.0.24/templates/NOTES.txt diff --git a/stable/mysql-workbench/5.0.23/templates/common.yaml b/stable/mysql-workbench/5.0.24/templates/common.yaml similarity index 100% rename from stable/mysql-workbench/5.0.23/templates/common.yaml rename to stable/mysql-workbench/5.0.24/templates/common.yaml diff --git a/stable/mysql-workbench/5.0.23/values.yaml b/stable/mysql-workbench/5.0.24/values.yaml similarity index 100% rename from stable/mysql-workbench/5.0.23/values.yaml rename to stable/mysql-workbench/5.0.24/values.yaml