Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b1bbe75b1a
commit
8d4d982f9f
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [ntfy-4.0.11](https://github.com/truecharts/charts/compare/ntfy-4.0.10...ntfy-4.0.11) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [ntfy-4.0.12](https://github.com/truecharts/charts/compare/ntfy-4.0.11...ntfy-4.0.12) (2023-02-15)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/ntfy to v1.31.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [ntfy-4.0.11](https://github.com/truecharts/charts/compare/ntfy-4.0.10...ntfy-4.0.11) (2023-02-10)
|
## [ntfy-4.0.11](https://github.com/truecharts/charts/compare/ntfy-4.0.10...ntfy-4.0.11) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [ntfy-4.0.3](https://github.com/truecharts/charts/compare/ntfy-4.0.2...ntfy-4.0.3) (2022-11-30)
|
## [ntfy-4.0.3](https://github.com/truecharts/charts/compare/ntfy-4.0.2...ntfy-4.0.3) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [ntfy-4.0.3](https://github.com/truecharts/charts/compare/ntfy-4.0.2...ntfy-4.0.3) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [ntfy-4.0.3](https://github.com/truecharts/charts/compare/ntfy-4.0.2...ntfy-4.0.3) (2022-11-30)
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.30.1"
|
appVersion: "1.31.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -19,7 +19,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ntfy
|
- https://github.com/truecharts/charts/tree/master/charts/stable/ntfy
|
||||||
- https://hub.docker.com/r/binwiederhier/ntfy
|
- https://hub.docker.com/r/binwiederhier/ntfy
|
||||||
- https://github.com/binwiederhier/ntfy/
|
- https://github.com/binwiederhier/ntfy/
|
||||||
version: 4.0.11
|
version: 4.0.12
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [ntfy-4.0.12](https://github.com/truecharts/charts/compare/ntfy-4.0.11...ntfy-4.0.12) (2023-02-15)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/ntfy to v1.31.0
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/ntfy
|
repository: tccr.io/truecharts/ntfy
|
||||||
tag: 1.30.1@sha256:747d446e938199e787b0f0ee251598b90551601b92a844c29dc6024d3a6a61f8
|
tag: 1.31.0@sha256:2dbc498f574751ae193eff21b6f70742e98379aaa64a7b77b3fa40dd52618140
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
extraArgs: ["serve"]
|
extraArgs: ["serve"]
|
Loading…
Reference in New Issue