File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -414,8 +414,8 @@ Consult [actions-runner-controller](https://github.com/actions-runner-controller
414414
415415| Name | Source | Version |
416416|------|--------|---------|
417- | <a name="module_actions_runner"></a> [actions\_runner](#module\_actions\_runner) | cloudposse/helm-release/aws | 0.7.0 |
418- | <a name="module_actions_runner_controller"></a> [actions\_runner\_controller](#module\_actions\_runner\_controller) | cloudposse/helm-release/aws | 0.7.0 |
417+ | <a name="module_actions_runner"></a> [actions\_runner](#module\_actions\_runner) | cloudposse/helm-release/aws | 0.9.1 |
418+ | <a name="module_actions_runner_controller"></a> [actions\_runner\_controller](#module\_actions\_runner\_controller) | cloudposse/helm-release/aws | 0.9.1 |
419419| <a name="module_eks"></a> [eks](#module\_eks) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
420420| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../../account-map/modules/iam-roles | n/a |
421421| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ data "aws_ssm_parameter" "docker_config_json" {
110110
111111module "actions_runner_controller" {
112112 source = " cloudposse/helm-release/aws"
113- version = " 0.7.0 "
113+ version = " 0.9.1 "
114114
115115 name = " " # avoids hitting length restrictions on IAM Role names
116116 chart = var. chart
@@ -200,7 +200,7 @@ module "actions_runner" {
200200 for_each = local. enabled ? var. runners : {}
201201
202202 source = " cloudposse/helm-release/aws"
203- version = " 0.7.0 "
203+ version = " 0.9.1 "
204204
205205 name = each. key
206206 chart = " ${ path . module } /charts/actions-runner"
You can’t perform that action at this time.
0 commit comments