Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-18 05:50:16 +00:00
parent 3175b112e2
commit 41724decd2
12 changed files with 194 additions and 64 deletions

View File

@ -1,13 +0,0 @@
## [aurora-files-2.0.10](https://github.com/truecharts/charts/compare/aurora-files-2.0.9...aurora-files-2.0.10) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/aurora-files to latest ([#8170](https://github.com/truecharts/charts/issues/8170))
### Fix
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))

View File

@ -4,6 +4,29 @@
## [aurora-files-2.0.11](https://github.com/truecharts/charts/compare/aurora-files-3.0.0...aurora-files-2.0.11) (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/aurora-files to latest ([#14831](https://github.com/truecharts/charts/issues/14831))
## [aurora-files-3.0.0](https://github.com/truecharts/charts/compare/aurora-files-2.0.10...aurora-files-3.0.0) (2023-07-31)
### Fix
- fix mistakes on questions.yaml
## [aurora-files-2.0.10](https://github.com/truecharts/charts/compare/aurora-files-2.0.9...aurora-files-2.0.10) (2023-04-30)
### Chore
@ -74,26 +97,3 @@
- update helm general non-major
## [aurora-files-2.0.2](https://github.com/truecharts/charts/compare/aurora-files-2.0.1...aurora-files-2.0.2) (2022-11-30)
## [aurora-files-2.0.2](https://github.com/truecharts/charts/compare/aurora-files-2.0.1...aurora-files-2.0.2) (2022-11-30)
## [aurora-files-2.0.2](https://github.com/truecharts/charts/compare/aurora-files-2.0.1...aurora-files-2.0.2) (2022-11-30)
## [aurora-files-2.0.2](https://github.com/truecharts/charts/compare/aurora-files-2.0.1...aurora-files-2.0.2) (2022-11-30)
## [aurora-files-2.0.2](https://github.com/truecharts/charts/compare/aurora-files-2.0.1...aurora-files-2.0.2) (2022-11-30)

View File

@ -1,9 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Cloud
- Tools-Utilities
- Network-FTP
truecharts.org/category: Cloud
apiVersion: v2
appVersion: "latest"
dependencies:
@ -29,4 +26,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/aurora-files
- https://github.com/afterlogic/docker-aurora-files
type: application
version: 2.0.10
version: 2.0.11

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 @@
## [aurora-files-2.0.11](https://github.com/truecharts/charts/compare/aurora-files-3.0.0...aurora-files-2.0.11) (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/aurora-files to latest ([#14831](https://github.com/truecharts/charts/issues/14831))

View File

@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/aurora-files
tag: latest@sha256:9b7866d47062c7b5ccb988c5f710942d583a4f2666d90235b347c124b26e7fb2
tag: latest@sha256:d5343b6713295318ef8e2abef16a1a047d7fe1bfdd0a78a1f50fe28212e9cbac
persistence: {}
podSecurityContext:
runAsGroup: 0

View File

@ -31,7 +31,19 @@ groups:
description: Documentation
portals: {}
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: ""
@ -139,13 +151,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
@ -157,6 +162,7 @@ questions:
description: Interface Configuration
label: Interface Configuration
schema:
additional_attrs: true
type: dict
$ref:
- "normalize/interfaceConfiguration"
@ -173,6 +179,7 @@ questions:
description: Define how IP Address will be managed
label: IP Address Management
schema:
additional_attrs: true
type: dict
required: true
attrs:
@ -402,13 +409,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:
@ -445,6 +483,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: securityContext
group: Security and Permissions
label: Security Context
@ -553,14 +684,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
@ -574,7 +705,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
@ -582,7 +713,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
@ -646,6 +777,7 @@ questions:
- variable: gpu
label: Select GPU
schema:
additional_attrs: true
type: dict
$ref:
- "definitions/gpuConfiguration"
@ -1233,6 +1365,7 @@ questions:
- variable: openvpn
label: OpenVPN Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "openvpn"]]
attrs:
@ -1253,6 +1386,7 @@ questions:
- variable: tailscale
label: Tailscale Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:
@ -1379,6 +1513,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/aurora-files.png
categories:
- Cloud
- Tools-Utilities
- Network-FTP
screenshots: []