Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f452db5442
commit
fd52444ef0
|
@ -1,8 +0,0 @@
|
|||
|
||||
<a name="bazarr-8.0.6"></a>
|
||||
### [bazarr-8.0.6](https://github.com/truecharts/apps/compare/bazarr-8.0.5...bazarr-8.0.6) (2021-10-12)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
<a name="bazarr-8.0.7"></a>
|
||||
### [bazarr-8.0.7](https://github.com/truecharts/apps/compare/bazarr-8.0.6...bazarr-8.0.7) (2021-10-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update container image ghcr.io/k8s-at-home/bazarr to v1.0.0 ([#1135](https://github.com/truecharts/apps/issues/1135))
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.3.5
|
||||
digest: sha256:4c67c6646702374ce99ec9b264db27ef5ad5025d300d5f16d5f0799551bedbd3
|
||||
generated: "2021-10-12T17:23:51.489348066Z"
|
||||
generated: "2021-10-13T21:47:31.080213988Z"
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.9.9"
|
||||
appVersion: "1.0.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
|
@ -29,4 +29,4 @@ sources:
|
|||
- https://github.com/Bazarr/Bazarr
|
||||
- https://hub.docker.com/r/linuxserver/bazarr
|
||||
type: application
|
||||
version: 8.0.6
|
||||
version: 8.0.7
|
|
@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| env | object | `{}` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/k8s-at-home/bazarr"` | |
|
||||
| image.tag | string | `"v0.9.9@sha256:889f97670f5af6b39896a89c76652e346693b446bc9097988ff8eb32141fc38f"` | |
|
||||
| image.tag | string | `"v1.0.0@sha256:b9f8768f7c9a5d6dfe633fe6b4afe71ef4d1efae3ae992c7dd7b4da651725af0"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
|
@ -7,7 +7,7 @@
|
|||
image:
|
||||
repository: ghcr.io/k8s-at-home/bazarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.9.9@sha256:889f97670f5af6b39896a89c76652e346693b446bc9097988ff8eb32141fc38f
|
||||
tag: v1.0.0@sha256:b9f8768f7c9a5d6dfe633fe6b4afe71ef4d1efae3ae992c7dd7b4da651725af0
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
|
@ -3,7 +3,7 @@
|
|||
image:
|
||||
repository: ghcr.io/k8s-at-home/bazarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.9.9@sha256:889f97670f5af6b39896a89c76652e346693b446bc9097988ff8eb32141fc38f
|
||||
tag: v1.0.0@sha256:b9f8768f7c9a5d6dfe633fe6b4afe71ef4d1efae3ae992c7dd7b4da651725af0
|
||||
|
||||
service:
|
||||
main:
|
Loading…
Reference in New Issue