From 50ec897809c10764d543f8c3876fcb3b4d6a84b1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 14 Nov 2023 19:22:16 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/drawio/6.0.21/app-changelog.md | 9 -- stable/drawio/{6.0.21 => 6.0.22}/CHANGELOG.md | 18 ++-- stable/drawio/{6.0.21 => 6.0.22}/Chart.yaml | 4 +- stable/drawio/{6.0.21 => 6.0.22}/README.md | 0 stable/drawio/6.0.22/app-changelog.md | 9 ++ .../drawio/{6.0.21 => 6.0.22}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../drawio/{6.0.21 => 6.0.22}/ix_values.yaml | 2 +- .../drawio/{6.0.21 => 6.0.22}/questions.yaml | 95 +++++++++++++++++- .../{6.0.21 => 6.0.22}/templates/NOTES.txt | 0 .../{6.0.21 => 6.0.22}/templates/common.yaml | 0 stable/drawio/{6.0.21 => 6.0.22}/values.yaml | 0 12 files changed, 115 insertions(+), 22 deletions(-) delete mode 100644 stable/drawio/6.0.21/app-changelog.md rename stable/drawio/{6.0.21 => 6.0.22}/CHANGELOG.md (91%) rename stable/drawio/{6.0.21 => 6.0.22}/Chart.yaml (94%) rename stable/drawio/{6.0.21 => 6.0.22}/README.md (100%) create mode 100644 stable/drawio/6.0.22/app-changelog.md rename stable/drawio/{6.0.21 => 6.0.22}/app-readme.md (100%) rename stable/drawio/{6.0.21 => 6.0.22}/charts/common-14.3.5.tgz (100%) rename stable/drawio/{6.0.21 => 6.0.22}/ix_values.yaml (87%) rename stable/drawio/{6.0.21 => 6.0.22}/questions.yaml (95%) rename stable/drawio/{6.0.21 => 6.0.22}/templates/NOTES.txt (100%) rename stable/drawio/{6.0.21 => 6.0.22}/templates/common.yaml (100%) rename stable/drawio/{6.0.21 => 6.0.22}/values.yaml (100%) diff --git a/stable/drawio/6.0.21/app-changelog.md b/stable/drawio/6.0.21/app-changelog.md deleted file mode 100644 index a0e77757a30..00000000000 --- a/stable/drawio/6.0.21/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [drawio-6.0.21](https://github.com/truecharts/charts/compare/drawio-6.0.20...drawio-6.0.21) (2023-11-09) - -### Chore - -- update container image tccr.io/truecharts/drawio to v22.1.0 ([#14472](https://github.com/truecharts/charts/issues/14472)) - - \ No newline at end of file diff --git a/stable/drawio/6.0.21/CHANGELOG.md b/stable/drawio/6.0.22/CHANGELOG.md similarity index 91% rename from stable/drawio/6.0.21/CHANGELOG.md rename to stable/drawio/6.0.22/CHANGELOG.md index 7682760dd1d..37b49334809 100644 --- a/stable/drawio/6.0.21/CHANGELOG.md +++ b/stable/drawio/6.0.22/CHANGELOG.md @@ -4,6 +4,15 @@ +## [drawio-6.0.22](https://github.com/truecharts/charts/compare/drawio-6.0.21...drawio-6.0.22) (2023-11-14) + +### Chore + +- update container image tccr.io/truecharts/drawio to v22.1.1 ([#14657](https://github.com/truecharts/charts/issues/14657)) + + + + ## [drawio-6.0.21](https://github.com/truecharts/charts/compare/drawio-6.0.20...drawio-6.0.21) (2023-11-09) ### Chore @@ -88,12 +97,3 @@ ## [drawio-6.0.12](https://github.com/truecharts/charts/compare/drawio-6.0.11...drawio-6.0.12) (2023-10-07) -### Chore - -- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - - - - -## [drawio-6.0.11](https://github.com/truecharts/charts/compare/drawio-6.0.10...drawio-6.0.11) (2023-10-06) - diff --git a/stable/drawio/6.0.21/Chart.yaml b/stable/drawio/6.0.22/Chart.yaml similarity index 94% rename from stable/drawio/6.0.21/Chart.yaml rename to stable/drawio/6.0.22/Chart.yaml index 953445f0c0c..b7d28a19c9d 100644 --- a/stable/drawio/6.0.21/Chart.yaml +++ b/stable/drawio/6.0.22/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "22.1.0" +appVersion: "22.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -18,7 +18,7 @@ name: drawio sources: - https://github.com/truecharts/charts/tree/master/charts/stable/drawio - https://github.com/jgraph/drawio -version: 6.0.21 +version: 6.0.22 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/stable/drawio/6.0.21/README.md b/stable/drawio/6.0.22/README.md similarity index 100% rename from stable/drawio/6.0.21/README.md rename to stable/drawio/6.0.22/README.md diff --git a/stable/drawio/6.0.22/app-changelog.md b/stable/drawio/6.0.22/app-changelog.md new file mode 100644 index 00000000000..6a78b361134 --- /dev/null +++ b/stable/drawio/6.0.22/app-changelog.md @@ -0,0 +1,9 @@ + + +## [drawio-6.0.22](https://github.com/truecharts/charts/compare/drawio-6.0.21...drawio-6.0.22) (2023-11-14) + +### Chore + +- update container image tccr.io/truecharts/drawio to v22.1.1 ([#14657](https://github.com/truecharts/charts/issues/14657)) + + \ No newline at end of file diff --git a/stable/drawio/6.0.21/app-readme.md b/stable/drawio/6.0.22/app-readme.md similarity index 100% rename from stable/drawio/6.0.21/app-readme.md rename to stable/drawio/6.0.22/app-readme.md diff --git a/stable/drawio/6.0.21/charts/common-14.3.5.tgz b/stable/drawio/6.0.22/charts/common-14.3.5.tgz similarity index 100% rename from stable/drawio/6.0.21/charts/common-14.3.5.tgz rename to stable/drawio/6.0.22/charts/common-14.3.5.tgz diff --git a/stable/drawio/6.0.21/ix_values.yaml b/stable/drawio/6.0.22/ix_values.yaml similarity index 87% rename from stable/drawio/6.0.21/ix_values.yaml rename to stable/drawio/6.0.22/ix_values.yaml index 71a6bed6bb3..9bf99ee6cf0 100644 --- a/stable/drawio/6.0.21/ix_values.yaml +++ b/stable/drawio/6.0.22/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/drawio - tag: v22.1.0@sha256:20c44945a43e6f1b9775e5f8edc390c4f0ea74dc71ec5a4c025d4ce3f0d81625 + tag: v22.1.1@sha256:d2cc4c9a7885f17473f8709e8e116d2cc576f20f0813a5065583728e58647417 pullPolicy: IfNotPresent securityContext: diff --git a/stable/drawio/6.0.21/questions.yaml b/stable/drawio/6.0.22/questions.yaml similarity index 95% rename from stable/drawio/6.0.21/questions.yaml rename to stable/drawio/6.0.22/questions.yaml index 5cb13430263..e4295f48ee5 100644 --- a/stable/drawio/6.0.21/questions.yaml +++ b/stable/drawio/6.0.22/questions.yaml @@ -623,6 +623,99 @@ questions: show_if: [["type", "=", "pvc"]] type: string default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" - variable: ingress label: "" group: Ingress @@ -665,7 +758,7 @@ questions: label: Paths schema: type: list - default: [] + default: [{path: "/", pathType: "Prefix"}] items: - variable: pathEntry label: Host diff --git a/stable/drawio/6.0.21/templates/NOTES.txt b/stable/drawio/6.0.22/templates/NOTES.txt similarity index 100% rename from stable/drawio/6.0.21/templates/NOTES.txt rename to stable/drawio/6.0.22/templates/NOTES.txt diff --git a/stable/drawio/6.0.21/templates/common.yaml b/stable/drawio/6.0.22/templates/common.yaml similarity index 100% rename from stable/drawio/6.0.21/templates/common.yaml rename to stable/drawio/6.0.22/templates/common.yaml diff --git a/stable/drawio/6.0.21/values.yaml b/stable/drawio/6.0.22/values.yaml similarity index 100% rename from stable/drawio/6.0.21/values.yaml rename to stable/drawio/6.0.22/values.yaml