Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-18 02:41:27 +00:00
parent 395aa0aa82
commit d82eebb37e
12 changed files with 272 additions and 108 deletions

View File

@ -1,13 +0,0 @@
## [archiveteam-warrior-2.0.12](https://github.com/truecharts/charts/compare/archiveteam-warrior-2.0.11...archiveteam-warrior-2.0.12) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/archiveteam-warrior to latest ([#8169](https://github.com/truecharts/charts/issues/8169))
### Fix
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))

View File

@ -4,6 +4,33 @@
## [archiveteam-warrior-2.0.13](https://github.com/truecharts/charts/compare/archiveteam-warrior-3.0.0...archiveteam-warrior-2.0.13) (2023-11-18)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
### Fix
- update container image tccr.io/truecharts/archiveteam-warrior to latest ([#14827](https://github.com/truecharts/charts/issues/14827))
## [archiveteam-warrior-3.0.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-2.0.12...archiveteam-warrior-3.0.0) (2023-07-31)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
## [archiveteam-warrior-2.0.12](https://github.com/truecharts/charts/compare/archiveteam-warrior-2.0.11...archiveteam-warrior-2.0.12) (2023-04-30)
### Chore
@ -70,30 +97,3 @@
## [archiveteam-warrior-2.0.5](https://github.com/truecharts/charts/compare/archiveteam-warrior-2.0.4...archiveteam-warrior-2.0.5) (2022-12-12)
### Chore
- update container image tccr.io/truecharts/archiveteam-warrior to latest
## [archiveteam-warrior-2.0.4](https://github.com/truecharts/charts/compare/archiveteam-warrior-2.0.3...archiveteam-warrior-2.0.4) (2022-12-01)
### Chore
- update container image tccr.io/truecharts/archiveteam-warrior to latest
## [archiveteam-warrior-2.0.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-2.0.2...archiveteam-warrior-2.0.3) (2022-12-01)
## [archiveteam-warrior-2.0.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-2.0.2...archiveteam-warrior-2.0.3) (2022-12-01)

View File

@ -1,9 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Backup
- Cloud
- Downloaders
truecharts.org/category: Backup
apiVersion: v2
appVersion: "latest"
dependencies:
@ -29,4 +26,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/archiveteam-warrior
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
type: application
version: 2.0.12
version: 2.0.13

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,13 @@
## [archiveteam-warrior-2.0.13](https://github.com/truecharts/charts/compare/archiveteam-warrior-3.0.0...archiveteam-warrior-2.0.13) (2023-11-18)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
### Fix
- update container image tccr.io/truecharts/archiveteam-warrior to latest ([#14827](https://github.com/truecharts/charts/issues/14827))

View File

@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/archiveteam-warrior
tag: latest@sha256:2f9df36357450bf06fdb2347cdf655b9877b0f6cd69400dcd823693166c65588
tag: latest@sha256:aeb117796563b08f2dc4c41cbecda891b605240f5f55fbf816f86e0ea103f3e8
podSecurityContext:
runAsGroup: 0

View File

@ -38,7 +38,19 @@ portals:
ports:
- "$kubernetes-resource_configmap_tcportal-open_port"
questions:
- variable: global
group: General Settings
label: "Global Settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: stopAll
label: Stop All
description: "Stops All Running pods and hibernates cnpg"
schema:
type: boolean
default: false
- variable: workload
group: "Workload Settings"
label: ""
@ -211,13 +223,6 @@ questions:
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
group: Networking and Services
label: Host-Networking (Complicated)
schema:
hidden: true
type: boolean
default: false
- variable: scaleExternalInterface
description: Add External Interfaces
label: Add external Interfaces
@ -229,6 +234,7 @@ questions:
description: Interface Configuration
label: Interface Configuration
schema:
additional_attrs: true
type: dict
$ref:
- "normalize/interfaceConfiguration"
@ -245,6 +251,7 @@ questions:
description: Define how IP Address will be managed
label: IP Address Management
schema:
additional_attrs: true
type: dict
required: true
attrs:
@ -474,13 +481,44 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- 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</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -517,6 +555,99 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: storageClass
label: 'storageClass (Advanced)'
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: ""
- variable: static
label: 'Static Fixed PVC Bindings (Experimental)'
description: Link a PVC to a specific storage location
schema:
show_if: [["type", "=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: mode
label: mode
description: |
disabled: use normal dynamic PVCs
smb: connect to an SMB share
nfs: connect to an NFS share
schema:
type: string
default: "disabled"
enum:
- value: "disabled"
description: disabled
- value: smb
description: smb
- value: nfs
description: nfs
- variable: server
label: Server
description: server to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "myserver"
- variable: share
label: Share
description: share to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "/myshare"
- variable: user
label: User
description: connecting user
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: "myuser"
- variable: domain
label: Domain
description: user domain
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: password
label: Password
description: connecting password
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: volumeSnapshots
label: 'Volume Snapshots (Experimental)'
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
schema:
show_if: [["type", "=", "pvc"]]
type: list
default: []
items:
- variable: volumeSnapshotEntry
label: Custom volumeSnapshot
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
schema:
type: string
default: "mysnapshot"
required: true
- variable: volumeSnapshotClassName
label: 'volumeSnapshot Class Name (Advanced)'
description: For use with PVCs using a non-default storageClass
schema:
type: string
default: ""
- variable: ingress
label: ""
group: Ingress
@ -559,7 +690,7 @@ questions:
label: Paths
schema:
type: list
default: []
default: [{path: "/", pathType: "Prefix"}]
items:
- variable: pathEntry
label: Host
@ -585,11 +716,50 @@ questions:
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
show_if: [["advanced", "=", true]]
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
show_if: [["advanced", "=", true]]
default: []
items:
- variable: tlsEntry
@ -617,44 +787,26 @@ questions:
schema:
type: string
default: ""
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress
@ -684,6 +836,12 @@ questions:
schema:
type: string
default: ""
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: hosts
label: Hosts
schema:
@ -741,8 +899,8 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
- variable: certificateIssuer
label: certificateIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
@ -752,7 +910,7 @@ questions:
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -772,7 +930,7 @@ questions:
type: string
default: ""
required: true
- variable: clusterIssuer
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
@ -781,15 +939,22 @@ questions:
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
@ -919,14 +1084,14 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 8Gi
@ -940,7 +1105,7 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 10m
@ -948,7 +1113,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 50Mi
@ -1012,6 +1177,7 @@ questions:
- variable: gpu
label: Select GPU
schema:
additional_attrs: true
type: dict
$ref:
- "definitions/gpuConfiguration"
@ -1599,6 +1765,7 @@ questions:
- variable: openvpn
label: OpenVPN Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "openvpn"]]
attrs:
@ -1619,6 +1786,7 @@ questions:
- variable: tailscale
label: Tailscale Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:
@ -1745,6 +1913,7 @@ questions:
schema:
type: string
required: true
max_length: 10240
- variable: docs
group: Documentation
label: Please read the documentation at https://truecharts.org

View File

@ -1,6 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png
categories:
- Backup
- Cloud
- Downloaders
screenshots: []