diff --git a/stable/netdata/6.0.16/app-changelog.md b/stable/netdata/6.0.16/app-changelog.md deleted file mode 100644 index 0a15348ef9..0000000000 --- a/stable/netdata/6.0.16/app-changelog.md +++ /dev/null @@ -1,12 +0,0 @@ - - -## [netdata-6.0.16](https://github.com/truecharts/charts/compare/netdata-6.0.15...netdata-6.0.16) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - fix annotations again - - update annotations - - cleanup chart.yaml and add min-max scale version - - \ No newline at end of file diff --git a/stable/netdata/6.0.16/CHANGELOG.md b/stable/netdata/6.1.0/CHANGELOG.md similarity index 89% rename from stable/netdata/6.0.16/CHANGELOG.md rename to stable/netdata/6.1.0/CHANGELOG.md index f072bcf190..484fd126f0 100644 --- a/stable/netdata/6.0.16/CHANGELOG.md +++ b/stable/netdata/6.1.0/CHANGELOG.md @@ -4,6 +4,15 @@ +## [netdata-6.1.0](https://github.com/truecharts/charts/compare/netdata-6.0.16...netdata-6.1.0) (2023-12-06) + +### Chore + +- update container image netdata/netdata to v1.44.0[@a1f0e22](https://github.com/a1f0e22) ([#15816](https://github.com/truecharts/charts/issues/15816)) + + + + ## [netdata-6.0.16](https://github.com/truecharts/charts/compare/netdata-6.0.15...netdata-6.0.16) (2023-12-03) ### Chore @@ -88,12 +97,3 @@ ### Chore -- update container image tccr.io/truecharts/netdata to v1.43.1 ([#14006](https://github.com/truecharts/charts/issues/14006)) - - - - -## [netdata-6.0.7](https://github.com/truecharts/charts/compare/netdata-6.0.6...netdata-6.0.7) (2023-10-18) - -### Chore - diff --git a/stable/netdata/6.0.16/Chart.yaml b/stable/netdata/6.1.0/Chart.yaml similarity index 96% rename from stable/netdata/6.0.16/Chart.yaml rename to stable/netdata/6.1.0/Chart.yaml index cd0f7a4f72..f8a648aaf4 100644 --- a/stable/netdata/6.0.16/Chart.yaml +++ b/stable/netdata/6.1.0/Chart.yaml @@ -1,16 +1,16 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: netdata -version: 6.0.16 -appVersion: 1.43.2 +version: 6.1.0 +appVersion: 1.44.0 description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. home: https://truecharts.org/charts/stable/netdata icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png deprecated: false sources: - - https://github.com/netdata - https://github.com/truecharts/charts/tree/master/charts/stable/netdata - https://hub.docker.com/r/netdata/netdata + - https://github.com/netdata maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/netdata/6.0.16/README.md b/stable/netdata/6.1.0/README.md similarity index 100% rename from stable/netdata/6.0.16/README.md rename to stable/netdata/6.1.0/README.md diff --git a/stable/netdata/6.1.0/app-changelog.md b/stable/netdata/6.1.0/app-changelog.md new file mode 100644 index 0000000000..ef4a57f8d5 --- /dev/null +++ b/stable/netdata/6.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [netdata-6.1.0](https://github.com/truecharts/charts/compare/netdata-6.0.16...netdata-6.1.0) (2023-12-06) + +### Chore + +- update container image netdata/netdata to v1.44.0[@a1f0e22](https://github.com/a1f0e22) ([#15816](https://github.com/truecharts/charts/issues/15816)) + + \ No newline at end of file diff --git a/stable/netdata/6.0.16/app-readme.md b/stable/netdata/6.1.0/app-readme.md similarity index 100% rename from stable/netdata/6.0.16/app-readme.md rename to stable/netdata/6.1.0/app-readme.md diff --git a/stable/netdata/6.0.16/charts/common-14.3.5.tgz b/stable/netdata/6.1.0/charts/common-14.3.5.tgz similarity index 100% rename from stable/netdata/6.0.16/charts/common-14.3.5.tgz rename to stable/netdata/6.1.0/charts/common-14.3.5.tgz diff --git a/stable/netdata/6.0.16/ix_values.yaml b/stable/netdata/6.1.0/ix_values.yaml similarity index 98% rename from stable/netdata/6.0.16/ix_values.yaml rename to stable/netdata/6.1.0/ix_values.yaml index 3e1e608f64..d47f2286b0 100644 --- a/stable/netdata/6.0.16/ix_values.yaml +++ b/stable/netdata/6.1.0/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: netdata/netdata - tag: v1.43.2@sha256:0116a5a4dbfedd84d80eba320f5d99d547da5d9bc0841adde0d7f13bed25f73a + tag: v1.44.0@sha256:a1f0e22077e0258fc2ac26d133a46cc1dfbada31002610a5a283cc7edeb18e40 pullPolicy: IfNotPresent # -- The service account the pods will use to interact with the Kubernetes API serviceAccount: diff --git a/stable/netdata/6.0.16/questions.yaml b/stable/netdata/6.1.0/questions.yaml similarity index 87% rename from stable/netdata/6.0.16/questions.yaml rename to stable/netdata/6.1.0/questions.yaml index 89a31d0acc..de1fd8c8ef 100644 --- a/stable/netdata/6.0.16/questions.yaml +++ b/stable/netdata/6.1.0/questions.yaml @@ -252,6 +252,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: service group: Networking and Services label: Configure Service(s) @@ -559,6 +597,8 @@ questions: description: emptyDir - value: nfs description: NFS Share + - value: iscsi + description: iSCSI Share - variable: server label: NFS Server schema: @@ -571,6 +611,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 @@ -663,7 +780,7 @@ questions: type: string default: "disabled" enum: - - value: "disabled" + - value: disabled description: disabled - value: smb description: smb @@ -753,6 +870,8 @@ questions: description: emptyDir - value: nfs description: NFS Share + - value: iscsi + description: iSCSI Share - variable: server label: NFS Server schema: @@ -765,6 +884,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 @@ -857,7 +1053,7 @@ questions: type: string default: "disabled" enum: - - value: "disabled" + - value: disabled description: disabled - value: smb description: smb @@ -947,6 +1143,8 @@ questions: description: emptyDir - value: nfs description: NFS Share + - value: iscsi + description: iSCSI Share - variable: server label: NFS Server schema: @@ -959,6 +1157,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 @@ -1051,7 +1326,7 @@ questions: type: string default: "disabled" enum: - - value: "disabled" + - value: disabled description: disabled - value: smb description: smb @@ -1165,6 +1440,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 @@ -1413,6 +1764,46 @@ questions: type: string default: "" required: true + - variable: integration + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] - variable: advanced label: Show Advanced Settings description: Advanced settings are not covered by TrueCharts Support @@ -1640,6 +2031,46 @@ questions: type: string show_if: [["certificateIssuer", "=", ""]] default: "" + - variable: integration + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] - variable: entrypoint label: Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider diff --git a/stable/netdata/6.0.16/templates/NOTES.txt b/stable/netdata/6.1.0/templates/NOTES.txt similarity index 100% rename from stable/netdata/6.0.16/templates/NOTES.txt rename to stable/netdata/6.1.0/templates/NOTES.txt diff --git a/stable/netdata/6.0.16/templates/common.yaml b/stable/netdata/6.1.0/templates/common.yaml similarity index 100% rename from stable/netdata/6.0.16/templates/common.yaml rename to stable/netdata/6.1.0/templates/common.yaml diff --git a/stable/netdata/6.0.16/values.yaml b/stable/netdata/6.1.0/values.yaml similarity index 100% rename from stable/netdata/6.0.16/values.yaml rename to stable/netdata/6.1.0/values.yaml