From a7cd656cf6716de269d8915bf07d8640102a6906 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 19 Nov 2023 18:24:33 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/kimai/8.0.8/app-changelog.md | 9 - incubator/kimai/{8.0.8 => 8.0.9}/CHANGELOG.md | 18 +- incubator/kimai/{8.0.8 => 8.0.9}/Chart.yaml | 2 +- incubator/kimai/{8.0.8 => 8.0.9}/README.md | 0 incubator/kimai/8.0.9/app-changelog.md | 9 + .../kimai/{8.0.8 => 8.0.9}/app-readme.md | 0 .../{8.0.8 => 8.0.9}/charts/common-14.3.5.tgz | Bin .../charts/mariadb-9.0.40.tgz | Bin .../kimai/{8.0.8 => 8.0.9}/ix_values.yaml | 0 .../kimai/{8.0.8 => 8.0.9}/questions.yaml | 281 +++++++++++++++++- .../{8.0.8 => 8.0.9}/templates/NOTES.txt | 0 .../{8.0.8 => 8.0.9}/templates/_configmap.tpl | 4 +- .../{8.0.8 => 8.0.9}/templates/_secrets.tpl | 0 .../{8.0.8 => 8.0.9}/templates/common.yaml | 0 incubator/kimai/{8.0.8 => 8.0.9}/values.yaml | 0 15 files changed, 301 insertions(+), 22 deletions(-) delete mode 100644 incubator/kimai/8.0.8/app-changelog.md rename incubator/kimai/{8.0.8 => 8.0.9}/CHANGELOG.md (91%) rename incubator/kimai/{8.0.8 => 8.0.9}/Chart.yaml (98%) rename incubator/kimai/{8.0.8 => 8.0.9}/README.md (100%) create mode 100644 incubator/kimai/8.0.9/app-changelog.md rename incubator/kimai/{8.0.8 => 8.0.9}/app-readme.md (100%) rename incubator/kimai/{8.0.8 => 8.0.9}/charts/common-14.3.5.tgz (100%) rename incubator/kimai/{8.0.8 => 8.0.9}/charts/mariadb-9.0.40.tgz (100%) rename incubator/kimai/{8.0.8 => 8.0.9}/ix_values.yaml (100%) rename incubator/kimai/{8.0.8 => 8.0.9}/questions.yaml (88%) rename incubator/kimai/{8.0.8 => 8.0.9}/templates/NOTES.txt (100%) rename incubator/kimai/{8.0.8 => 8.0.9}/templates/_configmap.tpl (87%) rename incubator/kimai/{8.0.8 => 8.0.9}/templates/_secrets.tpl (100%) rename incubator/kimai/{8.0.8 => 8.0.9}/templates/common.yaml (100%) rename incubator/kimai/{8.0.8 => 8.0.9}/values.yaml (100%) diff --git a/incubator/kimai/8.0.8/app-changelog.md b/incubator/kimai/8.0.8/app-changelog.md deleted file mode 100644 index 3ae4ab5f4f5..00000000000 --- a/incubator/kimai/8.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [kimai-8.0.8](https://github.com/truecharts/charts/compare/kimai-8.0.7...kimai-8.0.8) (2023-11-09) - -### Chore - -- update helm general non-major ([#14467](https://github.com/truecharts/charts/issues/14467)) - - \ No newline at end of file diff --git a/incubator/kimai/8.0.8/CHANGELOG.md b/incubator/kimai/8.0.9/CHANGELOG.md similarity index 91% rename from incubator/kimai/8.0.8/CHANGELOG.md rename to incubator/kimai/8.0.9/CHANGELOG.md index d4c9c567e75..1f5452bad1c 100644 --- a/incubator/kimai/8.0.8/CHANGELOG.md +++ b/incubator/kimai/8.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [kimai-8.0.9](https://github.com/truecharts/charts/compare/kimai-8.0.8...kimai-8.0.9) (2023-11-19) + +### Fix + +- fix vars ([#14812](https://github.com/truecharts/charts/issues/14812)) + + + + ## [kimai-8.0.8](https://github.com/truecharts/charts/compare/kimai-8.0.7...kimai-8.0.8) (2023-11-09) ### Chore @@ -88,12 +97,3 @@ - hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) - - -## [kimai-7.0.0](https://github.com/truecharts/charts/compare/kimai-6.0.21...kimai-7.0.0) (2023-05-24) - - - - -## [kimai-7.0.0](https://github.com/truecharts/charts/compare/kimai-6.0.21...kimai-7.0.0) (2023-05-24) - diff --git a/incubator/kimai/8.0.8/Chart.yaml b/incubator/kimai/8.0.9/Chart.yaml similarity index 98% rename from incubator/kimai/8.0.8/Chart.yaml rename to incubator/kimai/8.0.9/Chart.yaml index 6461fb7f0cf..3cde6634ed6 100644 --- a/incubator/kimai/8.0.8/Chart.yaml +++ b/incubator/kimai/8.0.9/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/kimai - https://github.com/kevinpapst/kimai2 - https://github.com/tobybatch/kimai2 -version: 8.0.8 +version: 8.0.9 annotations: truecharts.org/category: productivity truecharts.org/SCALE-support: "true" diff --git a/incubator/kimai/8.0.8/README.md b/incubator/kimai/8.0.9/README.md similarity index 100% rename from incubator/kimai/8.0.8/README.md rename to incubator/kimai/8.0.9/README.md diff --git a/incubator/kimai/8.0.9/app-changelog.md b/incubator/kimai/8.0.9/app-changelog.md new file mode 100644 index 00000000000..81ee91d415c --- /dev/null +++ b/incubator/kimai/8.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kimai-8.0.9](https://github.com/truecharts/charts/compare/kimai-8.0.8...kimai-8.0.9) (2023-11-19) + +### Fix + +- fix vars ([#14812](https://github.com/truecharts/charts/issues/14812)) + + \ No newline at end of file diff --git a/incubator/kimai/8.0.8/app-readme.md b/incubator/kimai/8.0.9/app-readme.md similarity index 100% rename from incubator/kimai/8.0.8/app-readme.md rename to incubator/kimai/8.0.9/app-readme.md diff --git a/incubator/kimai/8.0.8/charts/common-14.3.5.tgz b/incubator/kimai/8.0.9/charts/common-14.3.5.tgz similarity index 100% rename from incubator/kimai/8.0.8/charts/common-14.3.5.tgz rename to incubator/kimai/8.0.9/charts/common-14.3.5.tgz diff --git a/incubator/kimai/8.0.8/charts/mariadb-9.0.40.tgz b/incubator/kimai/8.0.9/charts/mariadb-9.0.40.tgz similarity index 100% rename from incubator/kimai/8.0.8/charts/mariadb-9.0.40.tgz rename to incubator/kimai/8.0.9/charts/mariadb-9.0.40.tgz diff --git a/incubator/kimai/8.0.8/ix_values.yaml b/incubator/kimai/8.0.9/ix_values.yaml similarity index 100% rename from incubator/kimai/8.0.8/ix_values.yaml rename to incubator/kimai/8.0.9/ix_values.yaml diff --git a/incubator/kimai/8.0.8/questions.yaml b/incubator/kimai/8.0.9/questions.yaml similarity index 88% rename from incubator/kimai/8.0.8/questions.yaml rename to incubator/kimai/8.0.9/questions.yaml index 3f8dbf32eaa..a41e7908012 100644 --- a/incubator/kimai/8.0.8/questions.yaml +++ b/incubator/kimai/8.0.9/questions.yaml @@ -652,6 +652,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: plugins label: "App Plugins Storage" description: "Stores the Application Plugins" @@ -753,6 +846,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: persistenceList label: Additional App Storage group: Storage and Persistence @@ -873,6 +1059,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 @@ -915,7 +1194,7 @@ questions: label: Paths schema: type: list - default: [] + default: [{path: "/", pathType: "Prefix"}] items: - variable: pathEntry label: Host diff --git a/incubator/kimai/8.0.8/templates/NOTES.txt b/incubator/kimai/8.0.9/templates/NOTES.txt similarity index 100% rename from incubator/kimai/8.0.8/templates/NOTES.txt rename to incubator/kimai/8.0.9/templates/NOTES.txt diff --git a/incubator/kimai/8.0.8/templates/_configmap.tpl b/incubator/kimai/8.0.9/templates/_configmap.tpl similarity index 87% rename from incubator/kimai/8.0.8/templates/_configmap.tpl rename to incubator/kimai/8.0.9/templates/_configmap.tpl index 16a3cb9551b..0221c217fab 100644 --- a/incubator/kimai/8.0.8/templates/_configmap.tpl +++ b/incubator/kimai/8.0.9/templates/_configmap.tpl @@ -16,8 +16,8 @@ kimai-config: DB_BASE: {{ .Values.mariadb.mariadbUsername }} {{/* Admin credentials */}} ADMINMAIL: {{ .Values.kimai.credentials.adminMail }} - ADMINPASS: {{ .Values.kimai.credentials.adminPass }} + ADMINPASS: {{ .Values.kimai.credentials.adminPass | quote }} {{/* Trusted Hosts */}} TRUSTED_HOSTS: {{ join "," $trusted_hosts }} - memory_limit: 256M + memory_limit: "256M" {{- end -}} diff --git a/incubator/kimai/8.0.8/templates/_secrets.tpl b/incubator/kimai/8.0.9/templates/_secrets.tpl similarity index 100% rename from incubator/kimai/8.0.8/templates/_secrets.tpl rename to incubator/kimai/8.0.9/templates/_secrets.tpl diff --git a/incubator/kimai/8.0.8/templates/common.yaml b/incubator/kimai/8.0.9/templates/common.yaml similarity index 100% rename from incubator/kimai/8.0.8/templates/common.yaml rename to incubator/kimai/8.0.9/templates/common.yaml diff --git a/incubator/kimai/8.0.8/values.yaml b/incubator/kimai/8.0.9/values.yaml similarity index 100% rename from incubator/kimai/8.0.8/values.yaml rename to incubator/kimai/8.0.9/values.yaml