Skip to content

Commit

Permalink
deps: update node-exporter image version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Aug 7, 2023
1 parent 8b6dc69 commit 180cceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sdk/logging/api/v1beta1/logging_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const (
DefaultFluentbitImageRepository = "fluent/fluent-bit"
DefaultFluentbitImageTag = "2.1.4"
DefaultFluentbitBufferVolumeImageRepository = "ghcr.io/kube-logging/node-exporter"
DefaultFluentbitBufferVolumeImageTag = "v0.6.1"
DefaultFluentbitBufferVolumeImageTag = "v0.7.0"
DefaultFluentbitBufferStorageVolumeName = "fluentbit-buffer"
DefaultFluentdImageRepository = "ghcr.io/kube-logging/fluentd"
DefaultFluentdImageTag = "v1.15-ruby3"
Expand All @@ -144,7 +144,7 @@ const (
DefaultFluentdConfigReloaderImageRepository = "ghcr.io/kube-logging/config-reloader"
DefaultFluentdConfigReloaderImageTag = "v0.0.5"
DefaultFluentdBufferVolumeImageRepository = "ghcr.io/kube-logging/node-exporter"
DefaultFluentdBufferVolumeImageTag = "v0.6.1"
DefaultFluentdBufferVolumeImageTag = "v0.7.0"
)

// SetDefaults fills empty attributes
Expand Down

0 comments on commit 180cceb

Please sign in to comment.