Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b933cb1e0c
commit
f52c1e28b6
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [netdata-6.0.1](https://github.com/truecharts/charts/compare/netdata-6.0.0...netdata-6.0.1) (2023-08-13)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/netdata to v1.42.0 ([#11518](https://github.com/truecharts/charts/issues/11518))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [netdata-6.0.2](https://github.com/truecharts/charts/compare/netdata-6.0.1...netdata-6.0.2) (2023-08-26)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/netdata to v1.42.1 ([#11890](https://github.com/truecharts/charts/issues/11890))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [netdata-6.0.1](https://github.com/truecharts/charts/compare/netdata-6.0.0...netdata-6.0.1) (2023-08-13)
|
## [netdata-6.0.1](https://github.com/truecharts/charts/compare/netdata-6.0.0...netdata-6.0.1) (2023-08-13)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [netdata-5.0.22](https://github.com/truecharts/charts/compare/netdata-5.0.21...netdata-5.0.22) (2023-06-07)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.42.0"
|
appVersion: "1.42.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -19,7 +19,7 @@ name: netdata
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/netdata
|
- https://github.com/truecharts/charts/tree/master/charts/stable/netdata
|
||||||
- https://github.com/netdata
|
- https://github.com/netdata
|
||||||
version: 6.0.1
|
version: 6.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [netdata-6.0.2](https://github.com/truecharts/charts/compare/netdata-6.0.1...netdata-6.0.2) (2023-08-26)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/netdata to v1.42.1 ([#11890](https://github.com/truecharts/charts/issues/11890))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/netdata
|
repository: tccr.io/truecharts/netdata
|
||||||
tag: v1.42.0@sha256:31bc724264f85a3d7d8c7ac0c242c2f48987e9db6447022bf3b2b5a13a3b41e7
|
tag: v1.42.1@sha256:bf8244ebd951de643141ff863c019e4957a548d1f0d59d482eb7277a005f978a
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- The service account the pods will use to interact with the Kubernetes API
|
# -- The service account the pods will use to interact with the Kubernetes API
|
||||||
serviceAccount:
|
serviceAccount:
|
Loading…
Reference in New Issue