Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f8fc46f808
commit
255a94c041
|
@ -1,6 +1,15 @@
|
||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="amcrest2mqtt-2.0.3"></a>
|
||||||
|
### [amcrest2mqtt-2.0.3](https://github.com/truecharts/apps/compare/amcrest2mqtt-2.0.2...amcrest2mqtt-2.0.3) (2021-10-26)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* update container image dchesterton/amcrest2mqtt to v1.0.10 ([#1248](https://github.com/truecharts/apps/issues/1248))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="amcrest2mqtt-2.0.2"></a>
|
<a name="amcrest2mqtt-2.0.2"></a>
|
||||||
### [amcrest2mqtt-2.0.2](https://github.com/truecharts/apps/compare/amcrest2mqtt-2.0.1...amcrest2mqtt-2.0.2) (2021-10-26)
|
### [amcrest2mqtt-2.0.2](https://github.com/truecharts/apps/compare/amcrest2mqtt-2.0.1...amcrest2mqtt-2.0.2) (2021-10-26)
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
<a name="amcrest2mqtt-0.0.5"></a>
|
<a name="amcrest2mqtt-0.0.5"></a>
|
||||||
### [amcrest2mqtt-0.0.5](https://github.com/truecharts/apps/compare/amcrest2mqtt-0.0.4...amcrest2mqtt-0.0.5) (2021-10-18)
|
|
||||||
|
|
||||||
#### Refactor
|
|
||||||
|
|
||||||
* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="amcrest2mqtt-0.0.4"></a>
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.3.16
|
version: 8.3.16
|
||||||
digest: sha256:6c16b453aa059cb6d78f591974e7f24b3a90cbe0381df81e252905a8b3f3007f
|
digest: sha256:6c16b453aa059cb6d78f591974e7f24b3a90cbe0381df81e252905a8b3f3007f
|
||||||
generated: "2021-10-26T19:16:47.969778659Z"
|
generated: "2021-10-26T21:11:58.032646625Z"
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.0.9"
|
appVersion: "1.0.10"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
|
@ -17,7 +17,7 @@ maintainers:
|
||||||
name: amcrest2mqtt
|
name: amcrest2mqtt
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/dchesterton/amcrest2mqtt
|
- https://github.com/dchesterton/amcrest2mqtt
|
||||||
version: 2.0.2
|
version: 2.0.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -21,7 +21,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"dchesterton/amcrest2mqtt"` | image repository |
|
| image.repository | string | `"dchesterton/amcrest2mqtt"` | image repository |
|
||||||
| image.tag | string | `"1.0.9@sha256:cc70f2238aa9fdc77185eced6131190d4b159e7b88591ca238aee3ab863cca65"` | image tag |
|
| image.tag | string | `"1.0.10@sha256:02665e8aa973b27456cd7c468e1defe8497f47a38c4ce34c86e9e94fb77075c5"` | image tag |
|
||||||
| probes.liveness.enabled | bool | `false` | |
|
| probes.liveness.enabled | bool | `false` | |
|
||||||
| probes.readiness.enabled | bool | `false` | |
|
| probes.readiness.enabled | bool | `false` | |
|
||||||
| probes.startup.enabled | bool | `false` | |
|
| probes.startup.enabled | bool | `false` | |
|
|
@ -2,7 +2,7 @@ image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: dchesterton/amcrest2mqtt
|
repository: dchesterton/amcrest2mqtt
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: 1.0.9@sha256:cc70f2238aa9fdc77185eced6131190d4b159e7b88591ca238aee3ab863cca65
|
tag: 1.0.10@sha256:02665e8aa973b27456cd7c468e1defe8497f47a38c4ce34c86e9e94fb77075c5
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
Loading…
Reference in New Issue