File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ resource "plural_service_deployment" "apps" {
5454 repoUrl = local.context.spec.configuration.console.repo_url
5555 }
5656 protect = true
57+ templated = true
5758
5859 depends_on = [ kubernetes_namespace . infra ]
5960}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ resource "helm_release" "runtime" {
6060 namespace = " plural-runtime"
6161 chart = " runtime"
6262 repository = " https://pluralsh.github.io/bootstrap"
63- version = " 0.1.18 "
63+ version = " 0.1.22 "
6464 create_namespace = true
6565 timeout = 300
6666 wait = false
@@ -76,7 +76,7 @@ resource "helm_release" "console" {
7676 namespace = " plrl-console"
7777 chart = " console"
7878 repository = " https://pluralsh.github.io/console"
79- version = " 0.3.12 "
79+ version = " 0.3.18 "
8080 create_namespace = true
8181 timeout = 600
8282 wait = true
Original file line number Diff line number Diff line change 44 cluster_ready = {
55 cluster = module.eks
66 addons = module.eks_blueprints_addons
7- }
7+ }
88 monitoring_role_name = var. monitoring_role == " " ? " ${ var . cluster_name } -PluralRDSMonitoringRole" : var. monitoring_role
99}
You can’t perform that action at this time.
0 commit comments