Skip to content

Commit

Permalink
Merge pull request #61 from dasmeta/DMVP-upgrade-fluent-bit
Browse files Browse the repository at this point in the history
fix(DMVP-upgrade-fluent-bit): Upgrade fluent-bit helm
  • Loading branch information
aghamyan44 authored Jun 2, 2023
2 parents b126ce5 + 66a0ec9 commit c162976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fluent-bit/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "helm_release" "fluent-bit" {
name = local.fluent_name
repository = "https://fluent.github.io/helm-charts"
chart = "fluent-bit"
version = "0.20.9"
version = "0.30.3"
namespace = var.namespace

values = [
Expand Down

0 comments on commit c162976

Please sign in to comment.