Skip to content

Commit

Permalink
Commit released Helm Chart and docs for TrueCharts
Browse files Browse the repository at this point in the history
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
  • Loading branch information
truecharts-admin committed Mar 25, 2022
1 parent f9d1e51 commit d498618
Show file tree
Hide file tree
Showing 18 changed files with 1,474 additions and 30 deletions.
9 changes: 9 additions & 0 deletions charts/stable/double-take/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog<br>


<a name="double-take-1.0.0"></a>
### [double-take-1.0.0](https://github.com/truecharts/apps/compare/double-take-0.0.2...double-take-1.0.0) (2022-03-25)

#### Feat

* Move to stable ([#2279](https://github.com/truecharts/apps/issues/2279))



<a name="double-take-0.0.2"></a>
### [double-take-0.0.2](https://github.com/truecharts/apps/compare/double-take-0.0.1...double-take-0.0.2) (2022-03-24)

Expand Down
4 changes: 2 additions & 2 deletions charts/stable/double-take/helm-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"jakowenko/double-take"` | |
| image.tag | string | `"1.7.0@sha256:7d05d0e36833583ed8ca3dfdcebc8dbe08757a32970d6dbd982f4284184460e4"` | |
| image.repository | string | `"tccr.io/truecharts/double-take"` | |
| image.tag | string | `"v1.7.0@sha256:9872c84e9aa6bf9eeed65452a1590ef7595a0a3d759719af4539708b69fd7567"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/.storage"` | |
| service.main.ports.main.port | int | `10200` | |
Expand Down
8 changes: 5 additions & 3 deletions charts/stable/double-take/security.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions charts/stable/rsshub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog<br>


<a name="rsshub-1.0.0"></a>
### [rsshub-1.0.0](https://github.com/truecharts/apps/compare/rsshub-0.0.3...rsshub-1.0.0) (2022-03-25)

#### Feat

* Move to stable ([#2279](https://github.com/truecharts/apps/issues/2279))



<a name="rsshub-0.0.2"></a>
### [rsshub-0.0.2](https://github.com/truecharts/apps/compare/rsshub-0.0.1...rsshub-0.0.2) (2022-03-22)

Expand Down
4 changes: 2 additions & 2 deletions charts/stable/rsshub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 9.1.6 |
| https://truecharts.org | redis | 2.0.5 |
| https://truecharts.org | common | 9.1.8 |
| https://truecharts.org | redis | 2.0.6 |

## Installing the Chart

Expand Down
2 changes: 1 addition & 1 deletion charts/stable/rsshub/helm-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.REDIS_URL.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/rsshub"` | |
| image.tag | string | `"v2022-03@sha256:3e80aa5d9d3f10bdcfcb80c0fcf5000772a3b4ce915253cc8f0d8b94b1e0fa8e"` | |
| image.tag | string | `"v2022-03@sha256:7b08f8f30371f62a30f09ce6a86f2ce8cdc03b485ed61568f90abf30106dfa41"` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| secret.BITBUCKET_PASSWORD | string | `""` | |
Expand Down
49 changes: 28 additions & 21 deletions charts/stable/rsshub/security.md

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions docs/apps/stable/double-take/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog<br>


<a name="double-take-1.0.0"></a>
### [double-take-1.0.0](https://github.com/truecharts/apps/compare/double-take-0.0.2...double-take-1.0.0) (2022-03-25)

#### Feat

* Move to stable ([#2279](https://github.com/truecharts/apps/issues/2279))



<a name="double-take-0.0.2"></a>
### [double-take-0.0.2](https://github.com/truecharts/apps/compare/double-take-0.0.1...double-take-0.0.2) (2022-03-24)

#### Chore

* update docker general non-major



<a name="double-take-0.0.1"></a>
### double-take-0.0.1 (2022-03-24)

#### Feat

* Add double-take ([#2263](https://github.com/truecharts/apps/issues/2263))
7 changes: 7 additions & 0 deletions docs/apps/stable/double-take/CONFIG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 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](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.

##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
22 changes: 22 additions & 0 deletions docs/apps/stable/double-take/helm-values.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Default Helm-Values

TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.

Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/double-take"` | |
| image.tag | string | `"v1.7.0@sha256:9872c84e9aa6bf9eeed65452a1590ef7595a0a3d759719af4539708b69fd7567"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/.storage"` | |
| service.main.ports.main.port | int | `10200` | |
| service.main.ports.main.targetPort | int | `3000` | |

All Rights Reserved - The TrueCharts Project
37 changes: 37 additions & 0 deletions docs/apps/stable/double-take/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Introduction

Unified UI and API for processing and training images for facial recognition

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://github.com/jakowenko/double-take>

## Requirements

Kubernetes: `>=1.16.0-0`

## Dependencies

| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 9.1.8 |

## Installing the Chart

To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).

## 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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).

## Support

- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) 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)
---
All Rights Reserved - The TrueCharts Project
Loading

0 comments on commit d498618

Please sign in to comment.