Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
66172cfaca
commit
24222a3484
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="snipe-it-2.0.14"></a>
|
||||
### [snipe-it-2.0.14](https://github.com/truecharts/apps/compare/snipe-it-2.0.13...snipe-it-2.0.14) (2022-04-17)
|
||||
|
||||
#### Chore
|
||||
|
||||
* add force tls gui option ([#2496](https://github.com/truecharts/apps/issues/2496))
|
||||
|
||||
|
||||
|
||||
<a name="snipe-it-2.0.13"></a>
|
||||
### [snipe-it-2.0.13](https://github.com/truecharts/apps/compare/snipe-it-2.0.12...snipe-it-2.0.13) (2022-04-17)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
<a name="snipe-it-2.0.4"></a>
|
||||
### [snipe-it-2.0.4](https://github.com/truecharts/apps/compare/snipe-it-2.0.3...snipe-it-2.0.4) (2022-03-26)
|
||||
|
||||
#### Chore
|
||||
|
||||
* bump all apps to trigger ci
|
||||
|
||||
|
||||
|
||||
<a name="snipe-it-2.0.2"></a>
|
|
@ -9,4 +9,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org
|
||||
version: 2.0.34
|
||||
digest: sha256:647e3fdb8f01b9dbd2ce83a1bfd7914a3be96036e3f6cd1c692d50333b6791e0
|
||||
generated: "2022-04-17T07:59:36.257875349Z"
|
||||
generated: "2022-04-17T10:58:53.554699944Z"
|
|
@ -29,7 +29,7 @@ name: snipe-it
|
|||
sources:
|
||||
- https://snipeitapp.com/
|
||||
- https://hub.docker.com/r/linuxserver/
|
||||
version: 2.0.13
|
||||
version: 2.0.14
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- management
|
|
@ -183,6 +183,12 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: APP_FORCE_TLS
|
||||
label: "APP_FORCE_TLS"
|
||||
description: "Force use of HTTPS"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: APP_TRUSTED_PROXIES
|
||||
label: "APP_TRUSTED_PROXIES"
|
||||
description: "APP_TRUSTED_PROXIES"
|
Loading…
Reference in New Issue