Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
0a87892a63
commit
1d9d9cce21
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [ntfy-6.0.1](https://github.com/truecharts/charts/compare/ntfy-6.0.0...ntfy-6.0.1) (2023-08-12)
|
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
- enable prometheus metrics ([#11389](https://github.com/truecharts/charts/issues/11389))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [ntfy-6.0.2](https://github.com/truecharts/charts/compare/ntfy-6.0.1...ntfy-6.0.2) (2023-08-18)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/ntfy to v2.7.0 ([#11681](https://github.com/truecharts/charts/issues/11681))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [ntfy-6.0.1](https://github.com/truecharts/charts/compare/ntfy-6.0.0...ntfy-6.0.1) (2023-08-12)
|
## [ntfy-6.0.1](https://github.com/truecharts/charts/compare/ntfy-6.0.0...ntfy-6.0.1) (2023-08-12)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [ntfy-5.0.12](https://github.com/truecharts/charts/compare/ntfy-5.0.11...ntfy-5.0.12) (2023-05-27)
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "2.6.2"
|
appVersion: "2.7.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -18,7 +18,7 @@ name: ntfy
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ntfy
|
- https://github.com/truecharts/charts/tree/master/charts/stable/ntfy
|
||||||
- https://github.com/binwiederhier/ntfy/
|
- https://github.com/binwiederhier/ntfy/
|
||||||
version: 6.0.1
|
version: 6.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [ntfy-6.0.2](https://github.com/truecharts/charts/compare/ntfy-6.0.1...ntfy-6.0.2) (2023-08-18)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/ntfy to v2.7.0 ([#11681](https://github.com/truecharts/charts/issues/11681))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/ntfy
|
repository: tccr.io/truecharts/ntfy
|
||||||
tag: v2.6.2@sha256:352e58f9da7f4022403aefca57b57f3b2c1c3ab005ceb494304745439cb45506
|
tag: v2.7.0@sha256:77f9962a19bbfb837ac625fdab40f6a727d344467a6bf16718cf12aa46c96017
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
Loading…
Reference in New Issue