Skip to content

Commit

Permalink
Merge pull request #13 from pluralsh/renovate/runtime-0.1.x
Browse files Browse the repository at this point in the history
chore(deps): update helm release runtime to v0.1.10
  • Loading branch information
michaeljguarino authored Jan 2, 2024
2 parents 96d7969 + 1460bfa commit 31ea23d
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 @@ -3,7 +3,7 @@ resource "helm_release" "runtime" {
namespace = "plural-runtime"
chart = "runtime"
repository = "https://pluralsh.github.io/bootstrap"
version = "0.1.9"
version = "0.1.10"
create_namespace = true
timeout = 600
values = [
Expand Down

0 comments on commit 31ea23d

Please sign in to comment.