chore: Auto-update chart README [skip ci]
This commit is contained in:
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [archiveteam-warrior-0.0.15](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.14...archiveteam-warrior-0.0.15) (2022-08-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
|
||||
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
|
||||
|
||||
|
||||
|
||||
|
||||
## [archiveteam-warrior-0.0.14](https://github.com/truecharts/apps/compare/archiveteam-warrior-0.0.13...archiveteam-warrior-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -11,12 +11,9 @@ dependencies:
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.9
|
||||
deprecated: false
|
||||
description:
|
||||
"The Archive Team Warrior is a virtual archiving appliance. You can run\
|
||||
\ it to help with the Archive Team archiving efforts. It will download sites and\
|
||||
\ upload them to our archive\u2014and it\u2019s really easy to do!\r\n"
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/archiveteam-warrior
|
||||
icon: https://truecharts.org/img/chart-icons/archiveteam-warrior.png
|
||||
description: "The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!\r\n"
|
||||
home: https://truecharts.org/docs/charts/incubator/archiveteam-warrior
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png
|
||||
keywords:
|
||||
- archiveteam-warrior
|
||||
- Backup
|
||||
@@ -29,6 +26,7 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: archiveteam-warrior
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/archiveteam-warrior
|
||||
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
|
||||
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/
|
||||
type: application
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# archiveteam-warrior
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!
|
||||
|
||||
@@ -13,6 +13,7 @@ For more information, please click here: [archiveteam-warrior](https://truechart
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/incubator/archiveteam-warrior>
|
||||
* <https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior>
|
||||
* <https://hub.docker.com/r/archiveteam/warrior-dockerfile/>
|
||||
|
||||
@@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.9 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `archiveteam-warrior`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://helm.truecharts.org
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install archiveteam-warrior TrueCharts/archiveteam-warrior
|
||||
```
|
||||
@@ -48,7 +49,7 @@ helm install archiveteam-warrior TrueCharts/archiveteam-warrior
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
@@ -67,7 +68,7 @@ helm uninstall archiveteam-warrior
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the Commandline
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
@@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
|
||||
helm install archiveteam-warrior TrueCharts/archiveteam-warrior -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other apps
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user