We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c63678 commit 298a504Copy full SHA for 298a504
src/main.tf
@@ -94,7 +94,7 @@ resource "kubernetes_secret_v1" "controller_ns_github_secret" {
94
95
module "gha_runner_controller" {
96
source = "cloudposse/helm-release/aws"
97
- version = "0.10.0"
+ version = "0.10.1"
98
99
chart = coalesce(var.charts["controller"].chart, local.controller_chart_name)
100
repository = var.charts["controller"].chart_repository
src/runners.tf
@@ -68,7 +68,7 @@ module "gha_runners" {
68
for_each = local.enabled ? local.enabled_runners : {}
69
70
71
72
73
name = each.key
74
chart = coalesce(var.charts["runner_sets"].chart, local.runner_chart_name)
0 commit comments