diff --git a/dependency/clickhouse/8.0.2/app-changelog.md b/dependency/clickhouse/8.0.2/app-changelog.md deleted file mode 100644 index e6e489176c1..00000000000 --- a/dependency/clickhouse/8.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [clickhouse-8.0.2](https://github.com/truecharts/charts/compare/clickhouse-8.0.1...clickhouse-8.0.2) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - \ No newline at end of file diff --git a/dependency/clickhouse/8.0.2/CHANGELOG.md b/dependency/clickhouse/8.1.0/CHANGELOG.md similarity index 88% rename from dependency/clickhouse/8.0.2/CHANGELOG.md rename to dependency/clickhouse/8.1.0/CHANGELOG.md index 9cf0bd5fb3b..7740c43a86b 100644 --- a/dependency/clickhouse/8.0.2/CHANGELOG.md +++ b/dependency/clickhouse/8.1.0/CHANGELOG.md @@ -4,6 +4,15 @@ +## [clickhouse-8.1.0](https://github.com/truecharts/charts/compare/clickhouse-8.0.2...clickhouse-8.1.0) (2023-12-07) + +### Chore + +- update container image clickhouse/clickhouse-server to v23.11.1.2711[@28b35c9](https://github.com/28b35c9) ([#15823](https://github.com/truecharts/charts/issues/15823)) + + + + ## [clickhouse-8.0.2](https://github.com/truecharts/charts/compare/clickhouse-8.0.1...clickhouse-8.0.2) (2023-12-03) ### Chore @@ -88,12 +97,3 @@ -## [clickhouse-7.0.24](https://github.com/truecharts/charts/compare/clickhouse-7.0.23...clickhouse-7.0.24) (2023-11-08) - -### Fix - -- emergency portalhook hotpatch - - - - diff --git a/dependency/clickhouse/8.0.2/Chart.yaml b/dependency/clickhouse/8.1.0/Chart.yaml similarity index 96% rename from dependency/clickhouse/8.0.2/Chart.yaml rename to dependency/clickhouse/8.1.0/Chart.yaml index 3006bfc63e1..16c8ff012de 100644 --- a/dependency/clickhouse/8.0.2/Chart.yaml +++ b/dependency/clickhouse/8.1.0/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: clickhouse -version: 8.0.2 -appVersion: 23.10.5.20 +version: 8.1.0 +appVersion: 23.11.1.2711 description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). diff --git a/dependency/clickhouse/8.0.2/README.md b/dependency/clickhouse/8.1.0/README.md similarity index 100% rename from dependency/clickhouse/8.0.2/README.md rename to dependency/clickhouse/8.1.0/README.md diff --git a/dependency/clickhouse/8.1.0/app-changelog.md b/dependency/clickhouse/8.1.0/app-changelog.md new file mode 100644 index 00000000000..f9f21fd828c --- /dev/null +++ b/dependency/clickhouse/8.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clickhouse-8.1.0](https://github.com/truecharts/charts/compare/clickhouse-8.0.2...clickhouse-8.1.0) (2023-12-07) + +### Chore + +- update container image clickhouse/clickhouse-server to v23.11.1.2711[@28b35c9](https://github.com/28b35c9) ([#15823](https://github.com/truecharts/charts/issues/15823)) + + \ No newline at end of file diff --git a/dependency/clickhouse/8.0.2/app-readme.md b/dependency/clickhouse/8.1.0/app-readme.md similarity index 100% rename from dependency/clickhouse/8.0.2/app-readme.md rename to dependency/clickhouse/8.1.0/app-readme.md diff --git a/dependency/clickhouse/8.0.2/charts/common-15.3.3.tgz b/dependency/clickhouse/8.1.0/charts/common-15.3.3.tgz similarity index 100% rename from dependency/clickhouse/8.0.2/charts/common-15.3.3.tgz rename to dependency/clickhouse/8.1.0/charts/common-15.3.3.tgz diff --git a/dependency/clickhouse/8.0.2/ix_values.yaml b/dependency/clickhouse/8.1.0/ix_values.yaml similarity index 96% rename from dependency/clickhouse/8.0.2/ix_values.yaml rename to dependency/clickhouse/8.1.0/ix_values.yaml index 4411bf1bea6..347b7f44a27 100644 --- a/dependency/clickhouse/8.0.2/ix_values.yaml +++ b/dependency/clickhouse/8.1.0/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: clickhouse/clickhouse-server pullPolicy: IfNotPresent - tag: 23.10.5.20@sha256:8d66487fa921fd942647182cf1b18355b0760329942f4965084c2a9ce46bef7a + tag: 23.11.1.2711@sha256:28b35c94cb92627c34dbd5a361d21f0488736d7dd307c3225706b1aecbb21c40 workload: main: replicas: 1 diff --git a/dependency/clickhouse/8.0.2/questions.yaml b/dependency/clickhouse/8.1.0/questions.yaml similarity index 88% rename from dependency/clickhouse/8.0.2/questions.yaml rename to dependency/clickhouse/8.1.0/questions.yaml index 2c6c17a9622..209a3849e37 100644 --- a/dependency/clickhouse/8.0.2/questions.yaml +++ b/dependency/clickhouse/8.1.0/questions.yaml @@ -218,6 +218,44 @@ questions: schema: type: string required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" - variable: clickhouseDatabase group: "App Configuration" label: "Database Name" @@ -562,6 +600,8 @@ questions: description: emptyDir - value: nfs description: NFS Share + - value: iscsi + description: iSCSI Share - variable: server label: NFS Server schema: @@ -574,6 +614,83 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -666,7 +783,7 @@ questions: type: string default: "disabled" enum: - - value: "disabled" + - value: disabled description: disabled - value: smb description: smb @@ -756,6 +873,8 @@ questions: description: emptyDir - value: nfs description: NFS Share + - value: iscsi + description: iSCSI Share - variable: server label: NFS Server schema: @@ -768,6 +887,83 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -860,7 +1056,7 @@ questions: type: string default: "disabled" enum: - - value: "disabled" + - value: disabled description: disabled - value: smb description: smb @@ -950,6 +1146,8 @@ questions: description: emptyDir - value: nfs description: NFS Share + - value: iscsi + description: iSCSI Share - variable: server label: NFS Server schema: @@ -962,6 +1160,83 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -1054,7 +1329,7 @@ questions: type: string default: "disabled" enum: - - value: "disabled" + - value: disabled description: disabled - value: smb description: smb @@ -1168,6 +1443,82 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions diff --git a/dependency/clickhouse/8.0.2/templates/NOTES.txt b/dependency/clickhouse/8.1.0/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/8.0.2/templates/NOTES.txt rename to dependency/clickhouse/8.1.0/templates/NOTES.txt diff --git a/dependency/clickhouse/8.0.2/templates/common.yaml b/dependency/clickhouse/8.1.0/templates/common.yaml similarity index 100% rename from dependency/clickhouse/8.0.2/templates/common.yaml rename to dependency/clickhouse/8.1.0/templates/common.yaml diff --git a/dependency/clickhouse/8.0.2/values.yaml b/dependency/clickhouse/8.1.0/values.yaml similarity index 100% rename from dependency/clickhouse/8.0.2/values.yaml rename to dependency/clickhouse/8.1.0/values.yaml