diff --git a/stable/ddns-updater/6.0.10/app-changelog.md b/stable/ddns-updater/6.0.10/app-changelog.md deleted file mode 100644 index 1cd95ac908..0000000000 --- a/stable/ddns-updater/6.0.10/app-changelog.md +++ /dev/null @@ -1,12 +0,0 @@ - - -## [ddns-updater-6.0.10](https://github.com/truecharts/charts/compare/ddns-updater-6.0.9...ddns-updater-6.0.10) (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/ddns-updater/6.0.10/CHANGELOG.md b/stable/ddns-updater/6.0.11/CHANGELOG.md similarity index 90% rename from stable/ddns-updater/6.0.10/CHANGELOG.md rename to stable/ddns-updater/6.0.11/CHANGELOG.md index ff5aa782f4..52d7fd8ed0 100644 --- a/stable/ddns-updater/6.0.10/CHANGELOG.md +++ b/stable/ddns-updater/6.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ddns-updater-6.0.11](https://github.com/truecharts/charts/compare/ddns-updater-6.0.10...ddns-updater-6.0.11) (2023-12-12) + +### Fix + +- increase max_length ([#15967](https://github.com/truecharts/charts/issues/15967)) + + + + ## [ddns-updater-6.0.10](https://github.com/truecharts/charts/compare/ddns-updater-6.0.9...ddns-updater-6.0.10) (2023-12-03) ### Chore @@ -88,12 +97,3 @@ ### Chore - update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - - - - - -## [ddns-updater-6.0.0](https://github.com/truecharts/charts/compare/ddns-updater-5.0.25...ddns-updater-6.0.0) (2023-07-31) - - - diff --git a/stable/ddns-updater/6.0.10/Chart.yaml b/stable/ddns-updater/6.0.11/Chart.yaml similarity index 98% rename from stable/ddns-updater/6.0.10/Chart.yaml rename to stable/ddns-updater/6.0.11/Chart.yaml index 3280447c59..ca744c7abc 100644 --- a/stable/ddns-updater/6.0.10/Chart.yaml +++ b/stable/ddns-updater/6.0.11/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: ddns-updater -version: 6.0.10 +version: 6.0.11 appVersion: 2.5.0 description: Light container updating DNS A and/or AAAA records periodically for multiple @@ -10,9 +10,9 @@ home: https://truecharts.org/charts/stable/ddns-updater icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.png deprecated: false sources: + - https://hub.docker.com/r/qmcgaw/ddns-updater - https://github.com/qdm12/ddns-updater - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater - - https://hub.docker.com/r/qmcgaw/ddns-updater maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/ddns-updater/6.0.10/README.md b/stable/ddns-updater/6.0.11/README.md similarity index 100% rename from stable/ddns-updater/6.0.10/README.md rename to stable/ddns-updater/6.0.11/README.md diff --git a/stable/ddns-updater/6.0.11/app-changelog.md b/stable/ddns-updater/6.0.11/app-changelog.md new file mode 100644 index 0000000000..084727efda --- /dev/null +++ b/stable/ddns-updater/6.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-updater-6.0.11](https://github.com/truecharts/charts/compare/ddns-updater-6.0.10...ddns-updater-6.0.11) (2023-12-12) + +### Fix + +- increase max_length ([#15967](https://github.com/truecharts/charts/issues/15967)) + + \ No newline at end of file diff --git a/stable/ddns-updater/6.0.10/app-readme.md b/stable/ddns-updater/6.0.11/app-readme.md similarity index 100% rename from stable/ddns-updater/6.0.10/app-readme.md rename to stable/ddns-updater/6.0.11/app-readme.md diff --git a/stable/ddns-updater/6.0.10/charts/common-14.3.5.tgz b/stable/ddns-updater/6.0.11/charts/common-14.3.5.tgz similarity index 100% rename from stable/ddns-updater/6.0.10/charts/common-14.3.5.tgz rename to stable/ddns-updater/6.0.11/charts/common-14.3.5.tgz diff --git a/stable/ddns-updater/6.0.10/ix_values.yaml b/stable/ddns-updater/6.0.11/ix_values.yaml similarity index 100% rename from stable/ddns-updater/6.0.10/ix_values.yaml rename to stable/ddns-updater/6.0.11/ix_values.yaml diff --git a/stable/ddns-updater/6.0.10/questions.yaml b/stable/ddns-updater/6.0.11/questions.yaml similarity index 91% rename from stable/ddns-updater/6.0.10/questions.yaml rename to stable/ddns-updater/6.0.11/questions.yaml index e3fd7c234b..0f7370ff39 100644 --- a/stable/ddns-updater/6.0.10/questions.yaml +++ b/stable/ddns-updater/6.0.11/questions.yaml @@ -112,6 +112,7 @@ questions: description: "One line JSON object containing the entire config." schema: type: string + max_length: 2048 default: "" - variable: PERIOD label: "PERIOD" @@ -337,6 +338,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) @@ -644,6 +683,8 @@ questions: description: emptyDir - value: nfs description: NFS Share + - value: iscsi + description: iSCSI Share - variable: server label: NFS Server schema: @@ -656,6 +697,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 @@ -748,7 +866,7 @@ questions: type: string default: "disabled" enum: - - value: "disabled" + - value: disabled description: disabled - value: smb description: smb @@ -862,6 +980,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 @@ -1110,6 +1304,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 @@ -1337,6 +1571,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/ddns-updater/6.0.10/templates/NOTES.txt b/stable/ddns-updater/6.0.11/templates/NOTES.txt similarity index 100% rename from stable/ddns-updater/6.0.10/templates/NOTES.txt rename to stable/ddns-updater/6.0.11/templates/NOTES.txt diff --git a/stable/ddns-updater/6.0.10/templates/common.yaml b/stable/ddns-updater/6.0.11/templates/common.yaml similarity index 100% rename from stable/ddns-updater/6.0.10/templates/common.yaml rename to stable/ddns-updater/6.0.11/templates/common.yaml diff --git a/stable/ddns-updater/6.0.10/values.yaml b/stable/ddns-updater/6.0.11/values.yaml similarity index 100% rename from stable/ddns-updater/6.0.10/values.yaml rename to stable/ddns-updater/6.0.11/values.yaml