Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
9
enterprise/velero/3.0.1/app-changelog.md
Normal file
9
enterprise/velero/3.0.1/app-changelog.md
Normal file
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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))
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
9
stable/rtorrent-rutorrent/3.0.1/app-changelog.md
Normal file
9
stable/rtorrent-rutorrent/3.0.1/app-changelog.md
Normal file
@@ -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))
|
||||
|
||||
|
||||
@@ -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 }}"
|
||||
Reference in New Issue
Block a user