Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8f87cd2147
commit
167eb2b355
|
@ -1,10 +0,0 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="flexget-0.0.1"></a>
|
||||
### flexget-0.0.1 (2022-03-10)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add flexget ([#2117](https://github.com/truecharts/apps/issues/2117))
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="flexget-0.0.2"></a>
|
||||
### [flexget-0.0.2](https://github.com/truecharts/apps/compare/flexget-0.0.1...flexget-0.0.2) (2022-03-11)
|
||||
|
||||
#### Chore
|
||||
|
||||
* Update digest ([#2129](https://github.com/truecharts/apps/issues/2129))
|
||||
|
||||
|
||||
|
||||
<a name="flexget-0.0.1"></a>
|
||||
### flexget-0.0.1 (2022-03-10)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add flexget ([#2117](https://github.com/truecharts/apps/issues/2117))
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 9.1.2
|
||||
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
|
||||
generated: "2022-03-10T07:58:59.622962628Z"
|
||||
generated: "2022-03-11T07:56:16.335852965Z"
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://hub.docker.com/r/wiserain/flexget
|
||||
- https://github.com/wiserain/docker-flexget
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -14,8 +14,8 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| env.FG_LOG_FILE | string | `"flexget.log"` | |
|
||||
| env.FG_LOG_LEVEL | string | `"info"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"wiserain/flexget"` | |
|
||||
| image.tag | string | `"3.3.2@sha256:5a38f9587d298e923eb828d73c33cac3691bc3b3b8f06508db9e394e0270960c"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/flexget"` | |
|
||||
| image.tag | string | `"v3.3.2@sha256:be8e8bb0834b8d763bc8db69acda82e434de5b53826ec52a5f92e2f4c22f97c0"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: wiserain/flexget
|
||||
repository: tccr.io/truecharts/flexget
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.3.2@sha256:5a38f9587d298e923eb828d73c33cac3691bc3b3b8f06508db9e394e0270960c
|
||||
tag: v3.3.2@sha256:be8e8bb0834b8d763bc8db69acda82e434de5b53826ec52a5f92e2f4c22f97c0
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
|
@ -46,7 +46,7 @@ hide:
|
|||
|
||||
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
|
||||
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
|
||||
wiserain/flexget:3.3.2@sha256:5a38f9587d298e923eb828d73c33cac3691bc3b3b8f06508db9e394e0270960c
|
||||
tccr.io/truecharts/flexget:v3.3.2@sha256:be8e8bb0834b8d763bc8db69acda82e434de5b53826ec52a5f92e2f4c22f97c0
|
||||
|
||||
##### Scan Results
|
||||
|
Loading…
Reference in New Issue