Skip to content

Commit a2f8b40

Browse files
authored
Update helm-release to v0.10.0 (cloudposse/terraform-aws-components#848)
1 parent cf8b65b commit a2f8b40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.9.1 |
418-
| <a name="module_actions_runner_controller"></a> [actions\_runner\_controller](#module\_actions\_runner\_controller) | cloudposse/helm-release/aws | 0.9.1 |
417+
| <a name="module_actions_runner"></a> [actions\_runner](#module\_actions\_runner) | cloudposse/helm-release/aws | 0.10.0 |
418+
| <a name="module_actions_runner_controller"></a> [actions\_runner\_controller](#module\_actions\_runner\_controller) | cloudposse/helm-release/aws | 0.10.0 |
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 |

src/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ data "aws_ssm_parameter" "docker_config_json" {
110110

111111
module "actions_runner_controller" {
112112
source = "cloudposse/helm-release/aws"
113-
version = "0.9.1"
113+
version = "0.10.0"
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.9.1"
203+
version = "0.10.0"
204204

205205
name = each.key
206206
chart = "${path.module}/charts/actions-runner"

0 commit comments

Comments
 (0)