Skip to content

Commit

Permalink
use new console version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 1, 2024
1 parent ca4c49c commit cce153a
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 @@ -30,7 +30,7 @@ resource "helm_release" "console" {
namespace = "plrl-console"
chart = "console"
repository = "https://pluralsh.github.io/console"
version = "0.1.15"
version = "0.1.17"
create_namespace = true
timeout = 300
values = [
Expand Down

0 comments on commit cce153a

Please sign in to comment.