Skip to content

Commit 3073099

Browse files
fix(deps): update dependencies (#977)
1 parent 8eb016e commit 3073099

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/kube-audit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ No modules.
8585
| <a name="input_audit_log_policy"></a> [audit\_log\_policy](#input\_audit\_log\_policy) | Specify the amount of information that is logged to the API server audit logs by choosing the audit log policy profile to use. Supported values are `default` and `verbose`. | `string` | `"default"` | no |
8686
| <a name="input_audit_namespace"></a> [audit\_namespace](#input\_audit\_namespace) | The name of the namespace where log collection service and a deployment will be created. | `string` | `"ibm-kube-audit"` | no |
8787
| <a name="input_audit_webhook_listener_image"></a> [audit\_webhook\_listener\_image](#input\_audit\_webhook\_listener\_image) | The audit webhook listener image reference in the format of `[registry-url]/[namespace]/[image]`.The sub-module uses the `icr.io/ibm/ibmcloud-kube-audit-to-ibm-cloud-logs` image to forward logs to IBM Cloud Logs. This image is for demonstration purposes only. For a production solution, configure and maintain your own log forwarding image. | `string` | `"icr.io/ibm/ibmcloud-kube-audit-to-ibm-cloud-logs"` | no |
88-
| <a name="input_audit_webhook_listener_image_tag_digest"></a> [audit\_webhook\_listener\_image\_tag\_digest](#input\_audit\_webhook\_listener\_image\_tag\_digest) | The tag or digest for the audit webhook listener image to deploy. If changing the value, ensure it is compatible with `audit_webhook_listener_image`. | `string` | `"930a4de1eafd082b47deab8376957302667f01b5@sha256:979f66480aa83641f699288fec511283c3067bab39011e35e58abb9abd5ec672"` | no |
88+
| <a name="input_audit_webhook_listener_image_tag_digest"></a> [audit\_webhook\_listener\_image\_tag\_digest](#input\_audit\_webhook\_listener\_image\_tag\_digest) | The tag or digest for the audit webhook listener image to deploy. If changing the value, ensure it is compatible with `audit_webhook_listener_image`. | `string` | `"189016125b33f865f1474ff303c109430b87e77b@sha256:31a61eacda2819cfaf3538b54ef2276a41655cffe6259e724faff202a27449c5"` | no |
8989
| <a name="input_cluster_config_endpoint_type"></a> [cluster\_config\_endpoint\_type](#input\_cluster\_config\_endpoint\_type) | Specify which type of endpoint to use for for cluster config access: 'default', 'private', 'vpe', 'link'. 'default' value will use the default endpoint of the cluster. | `string` | `"default"` | no |
9090
| <a name="input_cluster_id"></a> [cluster\_id](#input\_cluster\_id) | The ID of the cluster to deploy the log collection service in. | `string` | n/a | yes |
9191
| <a name="input_cluster_resource_group_id"></a> [cluster\_resource\_group\_id](#input\_cluster\_resource\_group\_id) | The resource group ID of the cluster. | `string` | n/a | yes |

modules/kube-audit/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ variable "audit_webhook_listener_image_tag_digest" {
9595
type = string
9696
description = "The tag or digest for the audit webhook listener image to deploy. If changing the value, ensure it is compatible with `audit_webhook_listener_image`."
9797
nullable = false
98-
default = "930a4de1eafd082b47deab8376957302667f01b5@sha256:979f66480aa83641f699288fec511283c3067bab39011e35e58abb9abd5ec672"
98+
default = "189016125b33f865f1474ff303c109430b87e77b@sha256:31a61eacda2819cfaf3538b54ef2276a41655cffe6259e724faff202a27449c5"
9999

100100
validation {
101101
condition = can(regex("^[a-f0-9]{40}@sha256:[a-f0-9]{64}$", var.audit_webhook_listener_image_tag_digest))

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ variable "audit_webhook_listener_image" {
633633
variable "audit_webhook_listener_image_tag_digest" {
634634
type = string
635635
description = "The tag or digest for the audit webhook listener image to deploy. If changing the value, ensure it is compatible with `audit_webhook_listener_image`."
636-
default = "930a4de1eafd082b47deab8376957302667f01b5@sha256:979f66480aa83641f699288fec511283c3067bab39011e35e58abb9abd5ec672"
636+
default = "189016125b33f865f1474ff303c109430b87e77b@sha256:31a61eacda2819cfaf3538b54ef2276a41655cffe6259e724faff202a27449c5"
637637
}
638638

639639
variable "enable_kube_audit_https_traffic" {

0 commit comments

Comments
 (0)