Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Bump cluster logging chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyaplis committed Jan 3, 2020
1 parent 1f73fe4 commit 6fd3dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "helm_release" "cluster-logging-fluentd" {
namespace = "kube-system"
wait = true
force_update = true
version = "0.0.10"
version = "0.0.11"

values = [templatefile("${path.module}/templates/helm-fluentd-gcp.tpl", {
cluster_name = var.cluster_name,
Expand Down

0 comments on commit 6fd3dd1

Please sign in to comment.