Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5945f91f88
commit
d17dc93d39
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [netdata-5.0.29](https://github.com/truecharts/charts/compare/netdata-5.0.28...netdata-5.0.29) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [netdata-5.0.30](https://github.com/truecharts/charts/compare/netdata-5.0.29...netdata-5.0.30) (2023-07-30)
|
||||
|
||||
### Fix
|
||||
|
||||
- automount sa token ([#11052](https://github.com/truecharts/charts/issues/11052))
|
||||
|
||||
|
||||
|
||||
|
||||
## [netdata-5.0.29](https://github.com/truecharts/charts/compare/netdata-5.0.28...netdata-5.0.29) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [netdata-5.0.20](https://github.com/truecharts/charts/compare/netdata-5.0.19...netdata-5.0.20) (2023-06-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
||||
|
||||
|
||||
|
||||
|
||||
## [netdata-5.0.19](https://github.com/truecharts/charts/compare/netdata-5.0.18...netdata-5.0.19) (2023-05-29)
|
||||
|
||||
### Chore
|
|
@ -19,7 +19,7 @@ name: netdata
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/netdata
|
||||
- https://github.com/netdata
|
||||
version: 5.0.29
|
||||
version: 5.0.30
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [netdata-5.0.30](https://github.com/truecharts/charts/compare/netdata-5.0.29...netdata-5.0.30) (2023-07-30)
|
||||
|
||||
### Fix
|
||||
|
||||
- automount sa token ([#11052](https://github.com/truecharts/charts/issues/11052))
|
||||
|
||||
|
|
@ -138,6 +138,7 @@ securityContext:
|
|||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
automountServiceAccountToken: true
|
||||
initContainers:
|
||||
create-config:
|
||||
enabled: true
|
Loading…
Reference in New Issue