diff --git a/enterprise/velero/3.0.0/app-changelog.md b/enterprise/velero/3.0.0/app-changelog.md deleted file mode 100644 index 0e6960e8d9..0000000000 --- a/enterprise/velero/3.0.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [velero-3.0.0](https://github.com/truecharts/charts/compare/velero-2.0.14...velero-3.0.0) (2023-12-25) - -### Chore - -- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532)) - - \ No newline at end of file diff --git a/enterprise/velero/3.0.0/CHANGELOG.md b/enterprise/velero/3.0.1/CHANGELOG.md similarity index 92% rename from enterprise/velero/3.0.0/CHANGELOG.md rename to enterprise/velero/3.0.1/CHANGELOG.md index c2138aa676..487267685c 100644 --- a/enterprise/velero/3.0.0/CHANGELOG.md +++ b/enterprise/velero/3.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [velero-3.0.1](https://github.com/truecharts/charts/compare/velero-3.0.0...velero-3.0.1) (2023-12-25) + +### Fix + +- hide redundant, unused and disabled stuff + + + + ## [velero-3.0.0](https://github.com/truecharts/charts/compare/velero-2.0.14...velero-3.0.0) (2023-12-25) ### Chore @@ -88,12 +97,3 @@ ## [velero-2.0.6](https://github.com/truecharts/charts/compare/velero-2.0.5...velero-2.0.6) (2023-12-21) ### Chore - -- bump everything to ensure patches are applied globally - - - - -## [velero-2.0.5](https://github.com/truecharts/charts/compare/velero-2.0.4...velero-2.0.5) (2023-12-21) - -### Chore diff --git a/enterprise/velero/3.0.0/Chart.yaml b/enterprise/velero/3.0.1/Chart.yaml similarity index 98% rename from enterprise/velero/3.0.0/Chart.yaml rename to enterprise/velero/3.0.1/Chart.yaml index 25e87e5bfc..2bba1edb8f 100644 --- a/enterprise/velero/3.0.0/Chart.yaml +++ b/enterprise/velero/3.0.1/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: velero -version: 3.0.0 +version: 3.0.1 appVersion: latest description: Velero is a kubernetes-native backup solution home: https://truecharts.org/charts/incubator/velero diff --git a/enterprise/velero/3.0.0/LICENSE b/enterprise/velero/3.0.1/LICENSE similarity index 100% rename from enterprise/velero/3.0.0/LICENSE rename to enterprise/velero/3.0.1/LICENSE diff --git a/enterprise/velero/3.0.0/README.md b/enterprise/velero/3.0.1/README.md similarity index 100% rename from enterprise/velero/3.0.0/README.md rename to enterprise/velero/3.0.1/README.md diff --git a/enterprise/velero/3.0.1/app-changelog.md b/enterprise/velero/3.0.1/app-changelog.md new file mode 100644 index 0000000000..edabc1dfa6 --- /dev/null +++ b/enterprise/velero/3.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [velero-3.0.1](https://github.com/truecharts/charts/compare/velero-3.0.0...velero-3.0.1) (2023-12-25) + +### Fix + +- hide redundant, unused and disabled stuff + + \ No newline at end of file diff --git a/enterprise/velero/3.0.0/app-readme.md b/enterprise/velero/3.0.1/app-readme.md similarity index 100% rename from enterprise/velero/3.0.0/app-readme.md rename to enterprise/velero/3.0.1/app-readme.md diff --git a/enterprise/velero/3.0.0/charts/common-17.1.0.tgz b/enterprise/velero/3.0.1/charts/common-17.1.0.tgz similarity index 100% rename from enterprise/velero/3.0.0/charts/common-17.1.0.tgz rename to enterprise/velero/3.0.1/charts/common-17.1.0.tgz diff --git a/enterprise/velero/3.0.0/charts/velero-5.2.0.tgz b/enterprise/velero/3.0.1/charts/velero-5.2.0.tgz similarity index 100% rename from enterprise/velero/3.0.0/charts/velero-5.2.0.tgz rename to enterprise/velero/3.0.1/charts/velero-5.2.0.tgz diff --git a/enterprise/velero/3.0.0/ix_values.yaml b/enterprise/velero/3.0.1/ix_values.yaml similarity index 100% rename from enterprise/velero/3.0.0/ix_values.yaml rename to enterprise/velero/3.0.1/ix_values.yaml diff --git a/enterprise/velero/3.0.0/questions.yaml b/enterprise/velero/3.0.1/questions.yaml similarity index 94% rename from enterprise/velero/3.0.0/questions.yaml rename to enterprise/velero/3.0.1/questions.yaml index fd0cf26a87..984cdc7740 100644 --- a/enterprise/velero/3.0.0/questions.yaml +++ b/enterprise/velero/3.0.1/questions.yaml @@ -63,12 +63,6 @@ questions: type: string required: true default: "default" - - variable: provider - label: "Provider" - schema: - type: string - required: true - default: "" - variable: accessMode label: "accessMode" schema: @@ -92,6 +86,17 @@ questions: schema: type: string default: "" + - variable: provider + label: "Provider" + schema: + type: string + required: true + default: "s3" + enum: + - value: s3 + description: S3 + - value: aws + description: aws - variable: credential label: credential schema: @@ -200,7 +205,12 @@ questions: schema: type: string required: true - default: "" + default: "s3" + enum: + - value: s3 + description: S3 + - value: aws + description: aws - variable: credential label: credential schema: @@ -296,17 +306,20 @@ questions: default: true - variable: schedule label: "schedule" + show_if: [["disabled", "=", false]] schema: type: string required: true - default: "" + default: "0 0 0 * * *" - variable: useOwnerReferencesInBackup label: "useOwnerReferencesInBackup" + show_if: [["disabled", "=", false]] schema: type: boolean default: false - variable: template label: template + show_if: [["disabled", "=", false]] schema: additional_attrs: true type: dict diff --git a/enterprise/velero/3.0.0/templates/NOTES.txt b/enterprise/velero/3.0.1/templates/NOTES.txt similarity index 100% rename from enterprise/velero/3.0.0/templates/NOTES.txt rename to enterprise/velero/3.0.1/templates/NOTES.txt diff --git a/enterprise/velero/3.0.0/templates/common.yaml b/enterprise/velero/3.0.1/templates/common.yaml similarity index 100% rename from enterprise/velero/3.0.0/templates/common.yaml rename to enterprise/velero/3.0.1/templates/common.yaml diff --git a/enterprise/velero/3.0.0/values.yaml b/enterprise/velero/3.0.1/values.yaml similarity index 100% rename from enterprise/velero/3.0.0/values.yaml rename to enterprise/velero/3.0.1/values.yaml diff --git a/stable/rtorrent-rutorrent/3.0.0/app-changelog.md b/stable/rtorrent-rutorrent/3.0.0/app-changelog.md deleted file mode 100644 index 0b3b1ef9a0..0000000000 --- a/stable/rtorrent-rutorrent/3.0.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rtorrent-rutorrent-3.0.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-2.0.11...rtorrent-rutorrent-3.0.0) (2023-12-25) - -### Chore - -- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532)) - - \ No newline at end of file diff --git a/stable/rtorrent-rutorrent/3.0.0/CHANGELOG.md b/stable/rtorrent-rutorrent/3.0.1/CHANGELOG.md similarity index 91% rename from stable/rtorrent-rutorrent/3.0.0/CHANGELOG.md rename to stable/rtorrent-rutorrent/3.0.1/CHANGELOG.md index 51810611ef..eda8070171 100644 --- a/stable/rtorrent-rutorrent/3.0.0/CHANGELOG.md +++ b/stable/rtorrent-rutorrent/3.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rtorrent-rutorrent-3.0.1](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.0.0...rtorrent-rutorrent-3.0.1) (2023-12-25) + +### Fix + +- adding probe check ([#16391](https://github.com/truecharts/charts/issues/16391)) + + + + ## [rtorrent-rutorrent-3.0.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-2.0.11...rtorrent-rutorrent-3.0.0) (2023-12-25) ### Chore @@ -88,12 +97,3 @@ ## [rtorrent-rutorrent-2.0.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-2.0.2...rtorrent-rutorrent-2.0.3) (2023-12-21) ### Chore - -- bump everything to ensure patches are applied globally - - - - -## [rtorrent-rutorrent-2.0.2](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-2.0.1...rtorrent-rutorrent-2.0.2) (2023-12-21) - -### Chore diff --git a/stable/rtorrent-rutorrent/3.0.0/Chart.yaml b/stable/rtorrent-rutorrent/3.0.1/Chart.yaml similarity index 95% rename from stable/rtorrent-rutorrent/3.0.0/Chart.yaml rename to stable/rtorrent-rutorrent/3.0.1/Chart.yaml index f773544a26..28bcdcc174 100644 --- a/stable/rtorrent-rutorrent/3.0.0/Chart.yaml +++ b/stable/rtorrent-rutorrent/3.0.1/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: rtorrent-rutorrent -version: 3.0.0 -appVersion: 4.2.9-0.9.8-0.13.8 +version: 3.0.1 +appVersion: 4.2.9-0.9.8_2-0.13.8_1 description: rTorrent and ruTorrent chart. home: https://truecharts.org/charts/stable/rtorrent-rutorrent icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png diff --git a/stable/rtorrent-rutorrent/3.0.0/LICENSE b/stable/rtorrent-rutorrent/3.0.1/LICENSE similarity index 100% rename from stable/rtorrent-rutorrent/3.0.0/LICENSE rename to stable/rtorrent-rutorrent/3.0.1/LICENSE diff --git a/stable/rtorrent-rutorrent/3.0.0/README.md b/stable/rtorrent-rutorrent/3.0.1/README.md similarity index 100% rename from stable/rtorrent-rutorrent/3.0.0/README.md rename to stable/rtorrent-rutorrent/3.0.1/README.md diff --git a/stable/rtorrent-rutorrent/3.0.1/app-changelog.md b/stable/rtorrent-rutorrent/3.0.1/app-changelog.md new file mode 100644 index 0000000000..095a579c00 --- /dev/null +++ b/stable/rtorrent-rutorrent/3.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rtorrent-rutorrent-3.0.1](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.0.0...rtorrent-rutorrent-3.0.1) (2023-12-25) + +### Fix + +- adding probe check ([#16391](https://github.com/truecharts/charts/issues/16391)) + + \ No newline at end of file diff --git a/stable/rtorrent-rutorrent/3.0.0/app-readme.md b/stable/rtorrent-rutorrent/3.0.1/app-readme.md similarity index 100% rename from stable/rtorrent-rutorrent/3.0.0/app-readme.md rename to stable/rtorrent-rutorrent/3.0.1/app-readme.md diff --git a/stable/rtorrent-rutorrent/3.0.0/charts/common-17.1.0.tgz b/stable/rtorrent-rutorrent/3.0.1/charts/common-17.1.0.tgz similarity index 100% rename from stable/rtorrent-rutorrent/3.0.0/charts/common-17.1.0.tgz rename to stable/rtorrent-rutorrent/3.0.1/charts/common-17.1.0.tgz diff --git a/stable/rtorrent-rutorrent/3.0.0/ix_values.yaml b/stable/rtorrent-rutorrent/3.0.1/ix_values.yaml similarity index 77% rename from stable/rtorrent-rutorrent/3.0.0/ix_values.yaml rename to stable/rtorrent-rutorrent/3.0.1/ix_values.yaml index d5c141d12a..b53e2fd3d9 100644 --- a/stable/rtorrent-rutorrent/3.0.0/ix_values.yaml +++ b/stable/rtorrent-rutorrent/3.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/crazy-max/rtorrent-rutorrent pullPolicy: IfNotPresent - tag: 4.2.9-0.9.8-0.13.8@sha256:4e0df24d4f168d705c9864dad04e99c1c55c9e987e7bf0b6b0c84efb686ef858 + tag: 4.2.9-0.9.8_2-0.13.8_1@sha256:8d089b00282a203886361268d9210106956302c2194e75ae56982a6f0398aef9 securityContext: container: @@ -57,6 +57,19 @@ workload: podSpec: containers: main: + probes: + liveness: + exec: + command: + - /usr/local/bin/healthcheck + readiness: + exec: + command: + - /usr/local/bin/healthcheck + startup: + exec: + command: + - /usr/local/bin/healthcheck env: RUTORRENT_PORT: "{{ .Values.service.main.ports.main.port }}" PORT_RTORRENT: "{{ .Values.service.rtorrent.ports.rtorrent.port }}" diff --git a/stable/rtorrent-rutorrent/3.0.0/questions.yaml b/stable/rtorrent-rutorrent/3.0.1/questions.yaml similarity index 100% rename from stable/rtorrent-rutorrent/3.0.0/questions.yaml rename to stable/rtorrent-rutorrent/3.0.1/questions.yaml diff --git a/stable/rtorrent-rutorrent/3.0.0/templates/NOTES.txt b/stable/rtorrent-rutorrent/3.0.1/templates/NOTES.txt similarity index 100% rename from stable/rtorrent-rutorrent/3.0.0/templates/NOTES.txt rename to stable/rtorrent-rutorrent/3.0.1/templates/NOTES.txt diff --git a/stable/rtorrent-rutorrent/3.0.0/templates/common.yaml b/stable/rtorrent-rutorrent/3.0.1/templates/common.yaml similarity index 100% rename from stable/rtorrent-rutorrent/3.0.0/templates/common.yaml rename to stable/rtorrent-rutorrent/3.0.1/templates/common.yaml diff --git a/stable/rtorrent-rutorrent/3.0.0/values.yaml b/stable/rtorrent-rutorrent/3.0.1/values.yaml similarity index 100% rename from stable/rtorrent-rutorrent/3.0.0/values.yaml rename to stable/rtorrent-rutorrent/3.0.1/values.yaml