From 565fa2b7aef402a1af6f28487d10daf0aca95034 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 7 Dec 2023 06:25:00 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/cups-server/4.0.0/CHANGELOG.md | 2 +- stable/rsnapshot/6.0.22/app-changelog.md | 11 - .../rsnapshot/{6.0.22 => 6.0.23}/CHANGELOG.md | 18 +- .../rsnapshot/{6.0.22 => 6.0.23}/Chart.yaml | 2 +- stable/rsnapshot/{6.0.22 => 6.0.23}/README.md | 0 stable/rsnapshot/6.0.23/app-changelog.md | 9 + .../{6.0.22 => 6.0.23}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../{6.0.22 => 6.0.23}/ix_values.yaml | 2 +- .../{6.0.22 => 6.0.23}/questions.yaml | 195 +++++++++++++++++- .../{6.0.22 => 6.0.23}/templates/NOTES.txt | 0 .../{6.0.22 => 6.0.23}/templates/common.yaml | 0 .../rsnapshot/{6.0.22 => 6.0.23}/values.yaml | 0 13 files changed, 215 insertions(+), 24 deletions(-) delete mode 100644 stable/rsnapshot/6.0.22/app-changelog.md rename stable/rsnapshot/{6.0.22 => 6.0.23}/CHANGELOG.md (89%) rename stable/rsnapshot/{6.0.22 => 6.0.23}/Chart.yaml (98%) rename stable/rsnapshot/{6.0.22 => 6.0.23}/README.md (100%) create mode 100644 stable/rsnapshot/6.0.23/app-changelog.md rename stable/rsnapshot/{6.0.22 => 6.0.23}/app-readme.md (100%) rename stable/rsnapshot/{6.0.22 => 6.0.23}/charts/common-14.3.5.tgz (100%) rename stable/rsnapshot/{6.0.22 => 6.0.23}/ix_values.yaml (88%) rename stable/rsnapshot/{6.0.22 => 6.0.23}/questions.yaml (92%) rename stable/rsnapshot/{6.0.22 => 6.0.23}/templates/NOTES.txt (100%) rename stable/rsnapshot/{6.0.22 => 6.0.23}/templates/common.yaml (100%) rename stable/rsnapshot/{6.0.22 => 6.0.23}/values.yaml (100%) diff --git a/incubator/cups-server/4.0.0/CHANGELOG.md b/incubator/cups-server/4.0.0/CHANGELOG.md index 65b49c26c3..ba6d0ee027 100644 --- a/incubator/cups-server/4.0.0/CHANGELOG.md +++ b/incubator/cups-server/4.0.0/CHANGELOG.md @@ -5,6 +5,7 @@ + ## [cups-server-3.0.24](https://github.com/truecharts/charts/compare/cups-server-3.0.23...cups-server-3.0.24) (2023-12-06) @@ -96,4 +97,3 @@ ## [cups-server-3.0.18](https://github.com/truecharts/charts/compare/cups-server-3.0.17...cups-server-3.0.18) (2023-02-06) - diff --git a/stable/rsnapshot/6.0.22/app-changelog.md b/stable/rsnapshot/6.0.22/app-changelog.md deleted file mode 100644 index f0760b8f33..0000000000 --- a/stable/rsnapshot/6.0.22/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [rsnapshot-6.0.22](https://github.com/truecharts/charts/compare/rsnapshot-6.0.21...rsnapshot-6.0.22) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - fix annotations again - - update annotations - - \ No newline at end of file diff --git a/stable/rsnapshot/6.0.22/CHANGELOG.md b/stable/rsnapshot/6.0.23/CHANGELOG.md similarity index 89% rename from stable/rsnapshot/6.0.22/CHANGELOG.md rename to stable/rsnapshot/6.0.23/CHANGELOG.md index 9d24905923..ab4cc3e949 100644 --- a/stable/rsnapshot/6.0.22/CHANGELOG.md +++ b/stable/rsnapshot/6.0.23/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rsnapshot-6.0.23](https://github.com/truecharts/charts/compare/rsnapshot-6.0.22...rsnapshot-6.0.23) (2023-12-07) + +### Chore + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@9fac395](https://github.com/9fac395) ([#15833](https://github.com/truecharts/charts/issues/15833)) + + + + ## [rsnapshot-6.0.22](https://github.com/truecharts/charts/compare/rsnapshot-6.0.21...rsnapshot-6.0.22) (2023-12-03) ### Chore @@ -88,12 +97,3 @@ ### Chore -- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365)) - - - - -## [rsnapshot-6.0.12](https://github.com/truecharts/charts/compare/rsnapshot-6.0.11...rsnapshot-6.0.12) (2023-11-03) - -### Chore - diff --git a/stable/rsnapshot/6.0.22/Chart.yaml b/stable/rsnapshot/6.0.23/Chart.yaml similarity index 98% rename from stable/rsnapshot/6.0.22/Chart.yaml rename to stable/rsnapshot/6.0.23/Chart.yaml index 3ee58df823..68841c17d9 100644 --- a/stable/rsnapshot/6.0.22/Chart.yaml +++ b/stable/rsnapshot/6.0.23/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: rsnapshot -version: 6.0.22 +version: 6.0.23 appVersion: 1.4.5 description: Rsnapshot is a filesystem snapshot utility based on rsync. home: https://truecharts.org/charts/stable/rsnapshot diff --git a/stable/rsnapshot/6.0.22/README.md b/stable/rsnapshot/6.0.23/README.md similarity index 100% rename from stable/rsnapshot/6.0.22/README.md rename to stable/rsnapshot/6.0.23/README.md diff --git a/stable/rsnapshot/6.0.23/app-changelog.md b/stable/rsnapshot/6.0.23/app-changelog.md new file mode 100644 index 0000000000..04ce802cf3 --- /dev/null +++ b/stable/rsnapshot/6.0.23/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rsnapshot-6.0.23](https://github.com/truecharts/charts/compare/rsnapshot-6.0.22...rsnapshot-6.0.23) (2023-12-07) + +### Chore + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@9fac395](https://github.com/9fac395) ([#15833](https://github.com/truecharts/charts/issues/15833)) + + \ No newline at end of file diff --git a/stable/rsnapshot/6.0.22/app-readme.md b/stable/rsnapshot/6.0.23/app-readme.md similarity index 100% rename from stable/rsnapshot/6.0.22/app-readme.md rename to stable/rsnapshot/6.0.23/app-readme.md diff --git a/stable/rsnapshot/6.0.22/charts/common-14.3.5.tgz b/stable/rsnapshot/6.0.23/charts/common-14.3.5.tgz similarity index 100% rename from stable/rsnapshot/6.0.22/charts/common-14.3.5.tgz rename to stable/rsnapshot/6.0.23/charts/common-14.3.5.tgz diff --git a/stable/rsnapshot/6.0.22/ix_values.yaml b/stable/rsnapshot/6.0.23/ix_values.yaml similarity index 88% rename from stable/rsnapshot/6.0.22/ix_values.yaml rename to stable/rsnapshot/6.0.23/ix_values.yaml index 79afe4d9fd..5acdcedf55 100644 --- a/stable/rsnapshot/6.0.22/ix_values.yaml +++ b/stable/rsnapshot/6.0.23/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/rsnapshot pullPolicy: IfNotPresent - tag: 1.4.5@sha256:58e8edffb5bf3c665cb91479401620a0ce3d24c8d19451645c2b43545212b707 + tag: 1.4.5@sha256:9fac39509e30b3ba4c56b3c24130a1209de2c1d4e9dbe3dbe8a43ace627c6d16 service: main: enabled: false diff --git a/stable/rsnapshot/6.0.22/questions.yaml b/stable/rsnapshot/6.0.23/questions.yaml similarity index 92% rename from stable/rsnapshot/6.0.22/questions.yaml rename to stable/rsnapshot/6.0.23/questions.yaml index f6924d7646..f28eefa2b7 100644 --- a/stable/rsnapshot/6.0.22/questions.yaml +++ b/stable/rsnapshot/6.0.23/questions.yaml @@ -220,6 +220,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: serviceexpert group: Networking and Services label: Show Expert Config @@ -470,6 +508,8 @@ questions: description: emptyDir - value: nfs description: NFS Share + - value: iscsi + description: iSCSI Share - variable: server label: NFS Server schema: @@ -482,6 +522,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 @@ -574,7 +691,7 @@ questions: type: string default: "disabled" enum: - - value: "disabled" + - value: disabled description: disabled - value: smb description: smb @@ -688,6 +805,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/stable/rsnapshot/6.0.22/templates/NOTES.txt b/stable/rsnapshot/6.0.23/templates/NOTES.txt similarity index 100% rename from stable/rsnapshot/6.0.22/templates/NOTES.txt rename to stable/rsnapshot/6.0.23/templates/NOTES.txt diff --git a/stable/rsnapshot/6.0.22/templates/common.yaml b/stable/rsnapshot/6.0.23/templates/common.yaml similarity index 100% rename from stable/rsnapshot/6.0.22/templates/common.yaml rename to stable/rsnapshot/6.0.23/templates/common.yaml diff --git a/stable/rsnapshot/6.0.22/values.yaml b/stable/rsnapshot/6.0.23/values.yaml similarity index 100% rename from stable/rsnapshot/6.0.22/values.yaml rename to stable/rsnapshot/6.0.23/values.yaml