Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
05888214bc
commit
9f5cbd1f9e
|
@ -1,13 +0,0 @@
|
|||
|
||||
|
||||
## [node-exporter-1.0.8](https://github.com/truecharts/charts/compare/node-exporter-1.0.7...node-exporter-1.0.8) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.10.8 ([#9216](https://github.com/truecharts/charts/issues/9216))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [node-exporter-1.0.9](https://github.com/truecharts/charts/compare/node-exporter-1.0.8...node-exporter-1.0.9) (2023-06-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/node-exporter to v1.6.0 ([#9319](https://github.com/truecharts/charts/issues/9319))
|
||||
|
||||
|
||||
|
||||
|
||||
## [node-exporter-1.0.8](https://github.com/truecharts/charts/compare/node-exporter-1.0.7...node-exporter-1.0.8) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update helm chart common to 12.10.2 ([#9158](https://github.com/truecharts/charts/issues/9158))
|
||||
- update container image tccr.io/truecharts/node-exporter to v1.5.0 ([#9143](https://github.com/truecharts/charts/issues/9143))
|
||||
- update helm chart common to 12.10.0 ([#9129](https://github.com/truecharts/charts/issues/9129))
|
||||
|
||||
|
||||
|
||||
|
||||
## [node-exporter-1.0.6](https://github.com/truecharts/charts/compare/node-exporter-1.0.3...node-exporter-1.0.6) (2023-05-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.10.2 ([#9158](https://github.com/truecharts/charts/issues/9158))
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.5.0"
|
||||
appVersion: "1.6.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -21,7 +21,7 @@ name: node-exporter
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
|
||||
type: application
|
||||
version: 1.0.8
|
||||
version: 1.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [node-exporter-1.0.9](https://github.com/truecharts/charts/compare/node-exporter-1.0.8...node-exporter-1.0.9) (2023-06-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/node-exporter to v1.6.0 ([#9319](https://github.com/truecharts/charts/issues/9319))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/node-exporter
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.5.0@sha256:3e66f61c18145bb2267e2caf74e8ac5dcf48f75ac276890838355ba8069952c9
|
||||
tag: v1.6.0@sha256:08146d9308b3a8ab5615f6dc6cb903db17d3cde14d944a433482c38ece936293
|
||||
|
||||
service:
|
||||
main:
|
Loading…
Reference in New Issue