Skip to content

Commit

Permalink
update console setup too
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed May 13, 2024
1 parent 8e2fcad commit fac4030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/setup/console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "helm_release" "runtime" {
namespace = "plural-runtime"
chart = "runtime"
repository = "https://pluralsh.github.io/bootstrap"
version = "0.1.18"
version = "0.1.22"
create_namespace = true
timeout = 300
wait = false
Expand All @@ -76,7 +76,7 @@ resource "helm_release" "console" {
namespace = "plrl-console"
chart = "console"
repository = "https://pluralsh.github.io/console"
version = "0.3.12"
version = "0.3.18"
create_namespace = true
timeout = 600
wait = true
Expand Down

0 comments on commit fac4030

Please sign in to comment.