File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ locals {
2828 # Note that the agent must have write access to the directory (handlded by the initContainer) and be a persistent volume.
2929 log_analysis_agent_db_path = " /var/lib/logdna"
3030 cloud_monitoring_chart_location = " ${ path . module } /chart/sysdig-agent"
31- cloud_monitoring_image_tag_digest = " 13.0.2 @sha256:ad92408deb1bc8f75d30ff5d2238bee86c765e3f7ed9d7b7de53b6fbe7350f31 " # datasource: icr.io/ext/sysdig/agent
31+ cloud_monitoring_image_tag_digest = " 13.0.3 @sha256:7c86b788403ae30851d50b1b9106bab4ed3d8242043efef6775e90dce9c09b4c " # datasource: icr.io/ext/sysdig/agent
3232 cloud_monitoring_agent_registry = " icr.io/ext/sysdig/agent"
3333 cloud_monitoring_agent_tags = var. cloud_monitoring_add_cluster_name ? concat ([" ibm.containers-kubernetes.cluster.name:${ local . cluster_name } " ], var. cloud_monitoring_agent_tags ) : var. cloud_monitoring_agent_tags
3434 cloud_monitoring_host = var. cloud_monitoring_endpoint_type == " private" ? " ingest.private.${ var . cloud_monitoring_instance_region } .monitoring.cloud.ibm.com" : " logs.${ var . cloud_monitoring_instance_region } .monitoring.cloud.ibm.com"
You can’t perform that action at this time.
0 commit comments