Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="littlelink-2.0.1"></a>
|
||||
### [littlelink-2.0.1](https://github.com/truecharts/apps/compare/littlelink-1.5.15...littlelink-2.0.1) (2021-09-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major
|
||||
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
|
||||
|
||||
#### Feat
|
||||
|
||||
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
|
||||
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
|
||||
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
|
||||
* Move some common containers to our own containers
|
||||
|
||||
#### Fix
|
||||
|
||||
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
|
||||
|
||||
<a name="littlelink-1.5.15"></a>
|
||||
## [littlelink-1.5.15](https://github.com/truecharts/apps/compare/littlelink-1.5.14...littlelink-1.5.15) (2021-09-08)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 6.13.8 |
|
||||
| https://truecharts.org/ | common | 7.0.12 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,19 @@
|
||||
|
||||
<a name="littlelink-1.5.15"></a>
|
||||
## [littlelink-1.5.15](https://github.com/truecharts/apps/compare/littlelink-1.5.14...littlelink-1.5.15) (2021-09-08)
|
||||
<a name="littlelink-2.0.1"></a>
|
||||
### [littlelink-2.0.1](https://github.com/truecharts/apps/compare/littlelink-1.5.15...littlelink-2.0.1) (2021-09-13)
|
||||
|
||||
### Fix
|
||||
#### Chore
|
||||
|
||||
* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
|
||||
* update non-major
|
||||
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
|
||||
|
||||
#### Feat
|
||||
|
||||
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
|
||||
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
|
||||
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
|
||||
* Move some common containers to our own containers
|
||||
|
||||
#### Fix
|
||||
|
||||
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| envFrom[0].configMapRef.name | string | `"littlelinkconfig"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/techno-tim/littlelink-server"` | |
|
||||
| image.tag | string | `"latest"` | |
|
||||
| image.tag | string | `"latest@sha256:10dafadbf081fe014799f028024ccb4da2ba566d0413c3d6ebce6fc051a9f3f3"` | |
|
||||
| littlelink.avatar_2x_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg"` | |
|
||||
| littlelink.avatar_alt | string | `"techno tim profile pic"` | |
|
||||
| littlelink.avatar_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"` | |
|
||||
@@ -36,6 +36,5 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| littlelink.youtube | string | `"https://www.youtube.com/channel/ucok-ghyjcwznj3br4oxwh0a"` | |
|
||||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `3000` | |
|
||||
| strategy.type | string | `"Recreate"` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
Reference in New Issue
Block a user