Skip to content

Commit

Permalink
fix(deps): update logs agent to 1.3.3 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Nov 18, 2024
1 parent 659946c commit af5d553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/logs-agent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data "ibm_container_cluster_config" "cluster_config" {

locals {
logs_agent_chart_location = "oci://icr.io/ibm/observe/logs-agent-helm"
logs_agent_version = "1.3.2" # datasource: icr.io/ibm/observe/logs-agent-helm
logs_agent_version = "1.3.3" # datasource: icr.io/ibm/observe/logs-agent-helm
logs_agent_selected_log_source_paths = distinct(concat([for namespace in var.logs_agent_log_source_namespaces : "/var/log/containers/*_${namespace}_*.log"], var.logs_agent_selected_log_source_paths))
logs_agent_iam_api_key = var.logs_agent_iam_api_key != null ? var.logs_agent_iam_api_key : ""
logs_agent_trusted_profile = var.logs_agent_trusted_profile != null ? var.logs_agent_trusted_profile : ""
Expand Down

0 comments on commit af5d553

Please sign in to comment.