Skip to content

Commit b5caebd

Browse files
terraform-ibm-modules-opsrenovate-botterraform-ibm-modules-dev
authored
fix(deps): update icr.io/ext/logdna-agent docker tag to v3.8.2-20230410.b36ffc65f1efd53d (#109)
* fix(deps): update icr.io/ext/logdna-agent docker tag to v3.8.2-20230410.b36ffc65f1efd53d * docs: committing files modified by the hook --------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: terraform-ibm-modules-dev <[email protected]>
1 parent aa604d1 commit b5caebd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ No modules.
126126
| <a name="input_cluster_resource_group_id"></a> [cluster\_resource\_group\_id](#input\_cluster\_resource\_group\_id) | Resource group of the cluster | `string` | n/a | yes |
127127
| <a name="input_logdna_add_cluster_name"></a> [logdna\_add\_cluster\_name](#input\_logdna\_add\_cluster\_name) | If true, configure the logdna agent to attach a tag containing the cluster name to all log messages. | `bool` | `true` | no |
128128
| <a name="input_logdna_agent_tags"></a> [logdna\_agent\_tags](#input\_logdna\_agent\_tags) | array of tags to group the host logs pushed by the logdna agent | `list(string)` | `[]` | no |
129-
| <a name="input_logdna_agent_version"></a> [logdna\_agent\_version](#input\_logdna\_agent\_version) | Version of the agent to deploy. To lookup version run: `ibmcloud cr images --restrict ext/logdna-agent`. If null, the default value is used. | `string` | `"3.8.2-20230403.9e7a73bbaa433690"` | no |
129+
| <a name="input_logdna_agent_version"></a> [logdna\_agent\_version](#input\_logdna\_agent\_version) | Version of the agent to deploy. To lookup version run: `ibmcloud cr images --restrict ext/logdna-agent`. If null, the default value is used. | `string` | `"3.8.2-20230410.b36ffc65f1efd53d"` | no |
130130
| <a name="input_logdna_enabled"></a> [logdna\_enabled](#input\_logdna\_enabled) | Deploy IBM Cloud Logging agent | `bool` | `true` | no |
131131
| <a name="input_logdna_ingestion_key"></a> [logdna\_ingestion\_key](#input\_logdna\_ingestion\_key) | Ingestion key for the IBM Cloud Logging agent to communicate with the instance | `string` | `null` | no |
132132
| <a name="input_logdna_instance_name"></a> [logdna\_instance\_name](#input\_logdna\_instance\_name) | IBM Cloud Logging instance to use. Required if LogDNA is enabled | `string` | `null` | no |

chart/logdna-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
image:
44
repository: "ext/logdna-agent"
55
# renovate: datasource=docker depName=icr.io/ext/logdna-agent versioning=regex:^(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)-(?<build>\d{8}).\w+?$
6-
tag: "3.8.2-20230403.9e7a73bbaa433690"
6+
tag: "3.8.2-20230410.b36ffc65f1efd53d"
77
registry: icr.io
88
env:
99
region: "ca-tor"

module-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"name": "logdna_agent_version",
6060
"type": "string",
6161
"description": "Version of the agent to deploy. To lookup version run: `ibmcloud cr images --restrict ext/logdna-agent`. If null, the default value is used.",
62-
"default": "3.8.2-20230403.9e7a73bbaa433690",
62+
"default": "3.8.2-20230410.b36ffc65f1efd53d",
6363
"pos": {
6464
"filename": "variables.tf",
6565
"line": 34

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ variable "logdna_agent_version" {
3535
type = string
3636
description = "Version of the agent to deploy. To lookup version run: `ibmcloud cr images --restrict ext/logdna-agent`. If null, the default value is used."
3737
# renovate: datasource=docker depName=icr.io/ext/logdna-agent versioning=regex:^(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)-(?<build>\d{8}).\w+?$
38-
default = "3.8.2-20230403.9e7a73bbaa433690"
38+
default = "3.8.2-20230410.b36ffc65f1efd53d"
3939
nullable = false
4040
}
4141

0 commit comments

Comments
 (0)