We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03df7a6 + ea0aea6 commit 063e011Copy full SHA for 063e011
modules/fluent-bit/main.tf
@@ -2,7 +2,7 @@ resource "helm_release" "fluentbit" {
2
name = "fluentbit"
3
repository = "https://fluent.github.io/helm-charts"
4
chart = "fluent-bit"
5
- version = "0.51.0"
+ version = "0.53.0"
6
namespace = var.namespace
7
8
values = [yamlencode({
0 commit comments