Skip to content

Commit

Permalink
Merge pull request #16 from ovaleanu/kafka-version-update
Browse files Browse the repository at this point in the history
  • Loading branch information
vara-bonthu authored Nov 23, 2023
2 parents 9df4bc5 + 09970eb commit 1f424fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strimzi-kafka-operator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "strimzi_kafka_operator" {
name = try(var.strimzi_kafka_operator_helm_config["name"], "strimzi-operator")
repository = try(var.strimzi_kafka_operator_helm_config["repository"], "https://strimzi.io/charts/")
chart = try(var.strimzi_kafka_operator_helm_config["chart"], "strimzi-kafka-operator")
version = try(var.strimzi_kafka_operator_helm_config["version"], "0.35.0")
version = try(var.strimzi_kafka_operator_helm_config["version"], "0.38.0")
timeout = try(var.strimzi_kafka_operator_helm_config["timeout"], 300)
values = try(var.strimzi_kafka_operator_helm_config["values"], null)
create_namespace = try(var.strimzi_kafka_operator_helm_config["create_namespace"], true)
Expand Down

0 comments on commit 1f424fa

Please sign in to comment.