Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8cf0b44a08
commit
ef92d05cc1
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [netdata-4.0.12](https://github.com/truecharts/charts/compare/netdata-4.0.11...netdata-4.0.12) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [netdata-4.0.13](https://github.com/truecharts/charts/compare/netdata-4.0.12...netdata-4.0.13) (2023-02-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netdata to v1.38.1
|
||||
|
||||
|
||||
|
||||
|
||||
## [netdata-4.0.12](https://github.com/truecharts/charts/compare/netdata-4.0.11...netdata-4.0.12) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [netdata-4.0.3](https://github.com/truecharts/charts/compare/netdata-4.0.2...netdata-4.0.3) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [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.38.0"
|
||||
appVersion: "1.38.1"
|
||||
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/r/netdata/netdata
|
||||
- https://github.com/netdata
|
||||
version: 4.0.12
|
||||
version: 4.0.13
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [netdata-4.0.13](https://github.com/truecharts/charts/compare/netdata-4.0.12...netdata-4.0.13) (2023-02-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netdata to v1.38.1
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/netdata
|
||||
tag: 1.38.0@sha256:5735d91c09cf4223e8bcccef40e0c92c30da875ddc01a8d0b749c42bcc15208b
|
||||
tag: 1.38.1@sha256:884fc2c9d237ad3b8df8fca30c6c8a55999da37b3619d3cb61a24253bb2901f1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue