mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-11 04:16:05 +08:00
Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
8
stable/truecommand/6.11.0/CONFIG.md
Normal file
8
stable/truecommand/6.11.0/CONFIG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Configuration Options
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
|
||||
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
||||
6
stable/truecommand/6.11.0/Chart.lock
Normal file
6
stable/truecommand/6.11.0/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.12.1
|
||||
digest: sha256:6686a739b4506463623d25054850dad3053bddee78e3cab32c58a32ba2f8d1da
|
||||
generated: "2021-08-30T14:06:13.566253589Z"
|
||||
25
stable/truecommand/6.11.0/Chart.yaml
Normal file
25
stable/truecommand/6.11.0/Chart.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
apiVersion: v2
|
||||
appVersion: nightly
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.12.1
|
||||
deprecated: false
|
||||
description: Aggregated management of TrueNAS devices
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/truecommand
|
||||
icon: https://www.ixsystems.com/documentation/truecommand/1.2/_static/tv-logo.png
|
||||
keywords:
|
||||
- truecommand
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: truecommand
|
||||
sources:
|
||||
- https://hub.docker.com/r/ixsystems/truecommand
|
||||
type: application
|
||||
version: 6.11.0
|
||||
42
stable/truecommand/6.11.0/README.md
Normal file
42
stable/truecommand/6.11.0/README.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Introduction
|
||||
|
||||
  
|
||||
|
||||
Aggregated management of TrueNAS devices
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://hub.docker.com/r/ixsystems/truecommand>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 6.10.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
- Ask a [question](https://github.com/truecharts/apps/discussions)
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
4
stable/truecommand/6.11.0/app-readme.md
Normal file
4
stable/truecommand/6.11.0/app-readme.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Aggregated management of TrueNAS devices
|
||||
|
||||
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
|
||||
Aggregated management of TrueNAS devices
|
||||
BIN
stable/truecommand/6.11.0/charts/common-6.12.1.tgz
Normal file
BIN
stable/truecommand/6.11.0/charts/common-6.12.1.tgz
Normal file
Binary file not shown.
15
stable/truecommand/6.11.0/ix_values.yaml
Normal file
15
stable/truecommand/6.11.0/ix_values.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
##
|
||||
# This file contains Values.yaml content that gets added to the output of questions.yaml
|
||||
# It's ONLY meant for content that the user is NOT expected to change.
|
||||
# Example: Everything under "image" is not included in questions.yaml but is included here.
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ixsystems/truecommand
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "2.0"
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||
##
|
||||
1066
stable/truecommand/6.11.0/questions.yaml
Normal file
1066
stable/truecommand/6.11.0/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/truecommand/6.11.0/templates/common.yaml
Normal file
1
stable/truecommand/6.11.0/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "common.all" . }}
|
||||
28
stable/truecommand/6.11.0/test_values.yaml
Normal file
28
stable/truecommand/6.11.0/test_values.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Default values for Jackett.
|
||||
|
||||
image:
|
||||
repository: ixsystems/truecommand
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "2.0"
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 80
|
||||
|
||||
env: {}
|
||||
# TZ: UTC
|
||||
# PUID: 1001
|
||||
# PGID: 1001
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
0
stable/truecommand/6.11.0/values.yaml
Normal file
0
stable/truecommand/6.11.0/values.yaml
Normal file
Reference in New Issue
Block a user