Skip to content

Commit

Permalink
use later runtime chart by default
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 8, 2024
1 parent 26e7e13 commit 5ba39d6
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 @@ -60,7 +60,7 @@ resource "helm_release" "runtime" {
namespace = "plural-runtime"
chart = "runtime"
repository = "https://pluralsh.github.io/bootstrap"
version = "0.1.22"
version = "0.1.26"
create_namespace = true
timeout = 300
wait = false
Expand Down

0 comments on commit 5ba39d6

Please sign in to comment.