Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
63d3e45b12
commit
53c033556c
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [netdata-4.0.10](https://github.com/truecharts/charts/compare/netdata-4.0.9...netdata-4.0.10) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [netdata-4.0.11](https://github.com/truecharts/charts/compare/netdata-4.0.10...netdata-4.0.11) (2023-02-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netdata to v1.38.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [netdata-4.0.10](https://github.com/truecharts/charts/compare/netdata-4.0.9...netdata-4.0.10) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
## [netdata-4.0.2](https://github.com/truecharts/charts/compare/netdata-4.0.1...netdata-4.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [netdata-4.0.2](https://github.com/truecharts/charts/compare/netdata-4.0.1...netdata-4.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.37.1"
|
||||
appVersion: "1.38.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -20,7 +20,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/netdata
|
||||
- https://hub.docker.com/netdata/netdata
|
||||
- https://github.com/netdata
|
||||
version: 4.0.10
|
||||
version: 4.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [netdata-4.0.11](https://github.com/truecharts/charts/compare/netdata-4.0.10...netdata-4.0.11) (2023-02-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netdata to v1.38.0
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/netdata
|
||||
tag: 1.37.1@sha256:b81174344e62e74b626d2a259586d7543937483776d5a23de70699d8467460e3
|
||||
tag: 1.38.0@sha256:5735d91c09cf4223e8bcccef40e0c92c30da875ddc01a8d0b749c42bcc15208b
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue