Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f9a54fe6aa
commit
0672a1411f
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="logitech-media-server-2.0.5"></a>
|
||||
### [logitech-media-server-2.0.5](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.4...logitech-media-server-2.0.5) (2021-11-02)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update lmscommunity/logitechmediaserver:8.3.0 docker digest to 201247c ([#1268](https://github.com/truecharts/apps/issues/1268))
|
||||
|
||||
|
||||
|
||||
<a name="logitech-media-server-2.0.4"></a>
|
||||
### [logitech-media-server-2.0.4](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.3...logitech-media-server-2.0.4) (2021-11-01)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
#### Feat
|
||||
|
||||
* Project-Eclipse 4, Add App grading annotations to Chart.yaml ([#1180](https://github.com/truecharts/apps/issues/1180))
|
||||
|
||||
#### Fix
|
||||
|
||||
* correct indent error in chart.yaml
|
||||
|
||||
#### Refactor
|
||||
|
||||
* Project Eclipse Part 6, move questions.yaml to root App folder ([#1182](https://github.com/truecharts/apps/issues/1182))
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.3.18
|
||||
digest: sha256:4db9af30eabdbfa0fa2f037501f8b59f2c4dca4ccfacf1cd625008f74ebd94f0
|
||||
generated: "2021-11-01T13:38:35.496592485Z"
|
||||
generated: "2021-11-02T15:25:32.176242404Z"
|
|
@ -26,7 +26,7 @@ sources:
|
|||
- https://github.com/Logitech/slimserver
|
||||
- https://hub.docker.com/r/lmscommunity/logitechmediaserver
|
||||
type: application
|
||||
version: 2.0.4
|
||||
version: 2.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| envTpl.HTTP_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"lmscommunity/logitechmediaserver"` | |
|
||||
| image.tag | string | `"8.3.0@sha256:b3185453321cb1e82b3c22849205ec02af2a01c6b91d24b0ef9ffdc9ea3bb7e9"` | |
|
||||
| image.tag | string | `"8.3.0@sha256:201247c1546faffdc1601287b30220542fa5e7f3b92bf26e1d975ed7bfc0bf75"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mounthPath | string | `"/config"` | |
|
|
@ -3,7 +3,7 @@
|
|||
image:
|
||||
repository: lmscommunity/logitechmediaserver
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 8.3.0@sha256:b3185453321cb1e82b3c22849205ec02af2a01c6b91d24b0ef9ffdc9ea3bb7e9
|
||||
tag: 8.3.0@sha256:201247c1546faffdc1601287b30220542fa5e7f3b92bf26e1d975ed7bfc0bf75
|
||||
|
||||
|
||||
env:
|
Loading…
Reference in New Issue