diff --git a/stable/rsnapshot/5.0.23/app-changelog.md b/stable/rsnapshot/5.0.23/app-changelog.md deleted file mode 100644 index 86b1693a1f..0000000000 --- a/stable/rsnapshot/5.0.23/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rsnapshot-5.0.23](https://github.com/truecharts/charts/compare/rsnapshot-5.0.22...rsnapshot-5.0.23) (2023-06-13) - -### Chore - -- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599)) - - \ No newline at end of file diff --git a/stable/rsnapshot/5.0.23/CHANGELOG.md b/stable/rsnapshot/5.0.24/CHANGELOG.md similarity index 90% rename from stable/rsnapshot/5.0.23/CHANGELOG.md rename to stable/rsnapshot/5.0.24/CHANGELOG.md index 56a4eaf535..a29cd76440 100644 --- a/stable/rsnapshot/5.0.23/CHANGELOG.md +++ b/stable/rsnapshot/5.0.24/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rsnapshot-5.0.24](https://github.com/truecharts/charts/compare/rsnapshot-5.0.23...rsnapshot-5.0.24) (2023-06-22) + +### Chore + +- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#9824](https://github.com/truecharts/charts/issues/9824)) + + + + ## [rsnapshot-5.0.23](https://github.com/truecharts/charts/compare/rsnapshot-5.0.22...rsnapshot-5.0.23) (2023-06-13) ### Chore @@ -88,12 +97,3 @@ ## [rsnapshot-5.0.14](https://github.com/truecharts/charts/compare/rsnapshot-5.0.13...rsnapshot-5.0.14) (2023-05-24) ### Chore - -- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125)) - - - - -## [rsnapshot-5.0.13](https://github.com/truecharts/charts/compare/rsnapshot-5.0.12...rsnapshot-5.0.13) (2023-05-22) - -### Chore diff --git a/stable/rsnapshot/5.0.23/Chart.yaml b/stable/rsnapshot/5.0.24/Chart.yaml similarity index 97% rename from stable/rsnapshot/5.0.23/Chart.yaml rename to stable/rsnapshot/5.0.24/Chart.yaml index 00b81ce824..a7fb6722f3 100644 --- a/stable/rsnapshot/5.0.23/Chart.yaml +++ b/stable/rsnapshot/5.0.24/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: rsnapshot -version: 5.0.23 +version: 5.0.24 appVersion: "1.4.5" description: Rsnapshot is a filesystem snapshot utility based on rsync. type: application diff --git a/stable/rsnapshot/5.0.23/README.md b/stable/rsnapshot/5.0.24/README.md similarity index 100% rename from stable/rsnapshot/5.0.23/README.md rename to stable/rsnapshot/5.0.24/README.md diff --git a/stable/rsnapshot/5.0.24/app-changelog.md b/stable/rsnapshot/5.0.24/app-changelog.md new file mode 100644 index 0000000000..afaa7ecf45 --- /dev/null +++ b/stable/rsnapshot/5.0.24/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rsnapshot-5.0.24](https://github.com/truecharts/charts/compare/rsnapshot-5.0.23...rsnapshot-5.0.24) (2023-06-22) + +### Chore + +- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#9824](https://github.com/truecharts/charts/issues/9824)) + + \ No newline at end of file diff --git a/stable/rsnapshot/5.0.23/app-readme.md b/stable/rsnapshot/5.0.24/app-readme.md similarity index 100% rename from stable/rsnapshot/5.0.23/app-readme.md rename to stable/rsnapshot/5.0.24/app-readme.md diff --git a/stable/rsnapshot/5.0.23/charts/common-12.14.2.tgz b/stable/rsnapshot/5.0.24/charts/common-12.14.2.tgz similarity index 100% rename from stable/rsnapshot/5.0.23/charts/common-12.14.2.tgz rename to stable/rsnapshot/5.0.24/charts/common-12.14.2.tgz diff --git a/stable/rsnapshot/5.0.23/ix_values.yaml b/stable/rsnapshot/5.0.24/ix_values.yaml similarity index 88% rename from stable/rsnapshot/5.0.23/ix_values.yaml rename to stable/rsnapshot/5.0.24/ix_values.yaml index 43808b020a..afaadaf6f2 100644 --- a/stable/rsnapshot/5.0.23/ix_values.yaml +++ b/stable/rsnapshot/5.0.24/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/rsnapshot pullPolicy: IfNotPresent - tag: v1.4.5@sha256:3c89c07e5283bfacb136181188d84bf2b224b93d58064196f7020aa7afd98318 + tag: v1.4.5@sha256:c7fe1368962dc7b1c8886e8e8334c05821682a600d63dc73ead36f961477a75d service: main: enabled: false diff --git a/stable/rsnapshot/5.0.23/questions.yaml b/stable/rsnapshot/5.0.24/questions.yaml similarity index 97% rename from stable/rsnapshot/5.0.23/questions.yaml rename to stable/rsnapshot/5.0.24/questions.yaml index 45becd8ae9..57c2ed7b03 100644 --- a/stable/rsnapshot/5.0.23/questions.yaml +++ b/stable/rsnapshot/5.0.24/questions.yaml @@ -239,6 +239,7 @@ questions: description: Interface Configuration label: Interface Configuration schema: + additional_attrs: true type: dict $ref: - "normalize/interfaceConfiguration" @@ -255,6 +256,7 @@ questions: description: Define how IP Address will be managed label: IP Address Management schema: + additional_attrs: true type: dict required: true attrs: @@ -485,8 +487,38 @@ questions: description: Automatically set permissions on install schema: show_if: [["type", "=", "hostPath"]] + hidden: true type: boolean default: false + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value + schema: + type: string + default: "775" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -806,6 +838,7 @@ questions: - variable: gpu label: Select GPU schema: + additional_attrs: true type: dict $ref: - "definitions/gpuConfiguration" @@ -1393,6 +1426,7 @@ questions: - variable: openvpn label: OpenVPN Settings schema: + additional_attrs: true type: dict show_if: [["type", "=", "openvpn"]] attrs: @@ -1413,6 +1447,7 @@ questions: - variable: tailscale label: Tailscale Settings schema: + additional_attrs: true type: dict show_if: [["type", "=", "tailscale"]] attrs: diff --git a/stable/rsnapshot/5.0.23/templates/NOTES.txt b/stable/rsnapshot/5.0.24/templates/NOTES.txt similarity index 100% rename from stable/rsnapshot/5.0.23/templates/NOTES.txt rename to stable/rsnapshot/5.0.24/templates/NOTES.txt diff --git a/stable/rsnapshot/5.0.23/templates/common.yaml b/stable/rsnapshot/5.0.24/templates/common.yaml similarity index 100% rename from stable/rsnapshot/5.0.23/templates/common.yaml rename to stable/rsnapshot/5.0.24/templates/common.yaml diff --git a/stable/rsnapshot/5.0.23/values.yaml b/stable/rsnapshot/5.0.24/values.yaml similarity index 100% rename from stable/rsnapshot/5.0.23/values.yaml rename to stable/rsnapshot/5.0.24/values.yaml diff --git a/stable/rsnapshot/item.yaml b/stable/rsnapshot/item.yaml index fcb462cb9d..954bc40f2e 100644 --- a/stable/rsnapshot/item.yaml +++ b/stable/rsnapshot/item.yaml @@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.png categories: - incubator +screenshots: []