Skip to content

Commit

Permalink
feat(deps): update icr.io/ibm/observe/logs-agent-helm docker tag to v…
Browse files Browse the repository at this point in the history
…1.5.0 (#472)

Co-authored-by: Conall Ó Cofaigh <[email protected]>
  • Loading branch information
terraform-ibm-modules-ops and ocofaigh authored Mar 10, 2025
1 parent c8087c2 commit 7ff0297
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 @@ -25,7 +25,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.4.2" # datasource: icr.io/ibm/observe/logs-agent-helm
logs_agent_version = "1.5.0" # 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 7ff0297

Please sign in to comment.