Skip to content

Commit

Permalink
use new runtime chart
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 6, 2024
1 parent 09385c7 commit 3e68c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/setup/console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "helm_release" "runtime" {
namespace = "plural-runtime"
chart = "runtime"
repository = "https://pluralsh.github.io/bootstrap"
version = "0.1.12"
version = "0.1.13"
create_namespace = true
timeout = 300
wait = false
Expand Down

0 comments on commit 3e68c78

Please sign in to comment.