diff --git a/stable/dillinger/5.0.27/app-changelog.md b/stable/dillinger/5.0.27/app-changelog.md deleted file mode 100644 index a67b3a1dfc..0000000000 --- a/stable/dillinger/5.0.27/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [dillinger-5.0.27](https://github.com/truecharts/charts/compare/dillinger-5.0.26...dillinger-5.0.27) (2023-06-14) - -### Chore - -- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#9613](https://github.com/truecharts/charts/issues/9613)) - - \ No newline at end of file diff --git a/stable/dillinger/5.0.27/CHANGELOG.md b/stable/dillinger/5.0.28/CHANGELOG.md similarity index 93% rename from stable/dillinger/5.0.27/CHANGELOG.md rename to stable/dillinger/5.0.28/CHANGELOG.md index 5b1656f5f0..cd9a22083c 100644 --- a/stable/dillinger/5.0.27/CHANGELOG.md +++ b/stable/dillinger/5.0.28/CHANGELOG.md @@ -4,15 +4,15 @@ -## [dillinger-5.0.27](https://github.com/truecharts/charts/compare/dillinger-5.0.26...dillinger-5.0.27) (2023-06-14) - -### Chore - -- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#9613](https://github.com/truecharts/charts/issues/9613)) - - - - +## [dillinger-5.0.28](https://github.com/truecharts/charts/compare/dillinger-5.0.27...dillinger-5.0.28) (2023-06-17) + +### Chore + +- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#9718](https://github.com/truecharts/charts/issues/9718)) + + + + ## [dillinger-5.0.27](https://github.com/truecharts/charts/compare/dillinger-5.0.26...dillinger-5.0.27) (2023-06-14) ### Chore diff --git a/stable/dillinger/5.0.27/Chart.yaml b/stable/dillinger/5.0.28/Chart.yaml similarity index 97% rename from stable/dillinger/5.0.27/Chart.yaml rename to stable/dillinger/5.0.28/Chart.yaml index e445e1220d..fe7a7132e2 100644 --- a/stable/dillinger/5.0.27/Chart.yaml +++ b/stable/dillinger/5.0.28/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: dillinger -version: 5.0.27 +version: 5.0.28 appVersion: "3.39.1" description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. type: application diff --git a/stable/dillinger/5.0.27/README.md b/stable/dillinger/5.0.28/README.md similarity index 100% rename from stable/dillinger/5.0.27/README.md rename to stable/dillinger/5.0.28/README.md diff --git a/stable/dillinger/5.0.28/app-changelog.md b/stable/dillinger/5.0.28/app-changelog.md new file mode 100644 index 0000000000..04b9eb294f --- /dev/null +++ b/stable/dillinger/5.0.28/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dillinger-5.0.28](https://github.com/truecharts/charts/compare/dillinger-5.0.27...dillinger-5.0.28) (2023-06-17) + +### Chore + +- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#9718](https://github.com/truecharts/charts/issues/9718)) + + \ No newline at end of file diff --git a/stable/dillinger/5.0.27/app-readme.md b/stable/dillinger/5.0.28/app-readme.md similarity index 100% rename from stable/dillinger/5.0.27/app-readme.md rename to stable/dillinger/5.0.28/app-readme.md diff --git a/stable/dillinger/5.0.27/charts/common-12.14.2.tgz b/stable/dillinger/5.0.28/charts/common-12.14.2.tgz similarity index 100% rename from stable/dillinger/5.0.27/charts/common-12.14.2.tgz rename to stable/dillinger/5.0.28/charts/common-12.14.2.tgz diff --git a/stable/dillinger/5.0.27/ix_values.yaml b/stable/dillinger/5.0.28/ix_values.yaml similarity index 88% rename from stable/dillinger/5.0.27/ix_values.yaml rename to stable/dillinger/5.0.28/ix_values.yaml index b0e2327a5b..842c9888b7 100644 --- a/stable/dillinger/5.0.27/ix_values.yaml +++ b/stable/dillinger/5.0.28/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/dillinger pullPolicy: IfNotPresent - tag: v3.39.1@sha256:4a260f03cc7d6127dac9698b911188fd7fd0707b7e275f3475e6ed287fcac4a7 + tag: v3.39.1@sha256:d891b86eb8b34167e0a6efeb0373426b21dae55db6c246e492a589fd10843081 securityContext: container: diff --git a/stable/dillinger/5.0.27/questions.yaml b/stable/dillinger/5.0.28/questions.yaml similarity index 98% rename from stable/dillinger/5.0.27/questions.yaml rename to stable/dillinger/5.0.28/questions.yaml index 7ad7576c20..c61db15cc1 100644 --- a/stable/dillinger/5.0.27/questions.yaml +++ b/stable/dillinger/5.0.28/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/dillinger/5.0.27/templates/NOTES.txt b/stable/dillinger/5.0.28/templates/NOTES.txt similarity index 100% rename from stable/dillinger/5.0.27/templates/NOTES.txt rename to stable/dillinger/5.0.28/templates/NOTES.txt diff --git a/stable/dillinger/5.0.27/templates/common.yaml b/stable/dillinger/5.0.28/templates/common.yaml similarity index 100% rename from stable/dillinger/5.0.27/templates/common.yaml rename to stable/dillinger/5.0.28/templates/common.yaml diff --git a/stable/dillinger/5.0.27/values.yaml b/stable/dillinger/5.0.28/values.yaml similarity index 100% rename from stable/dillinger/5.0.27/values.yaml rename to stable/dillinger/5.0.28/values.yaml