Skip to content

Commit ca6d344

Browse files
committed
feat: bump helm chart version
Signed-off-by: STRRL <[email protected]>
1 parent adabedb commit ca6d344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "helm_release" "node" {
3333
namespace = var.namespace
3434
repository = "https://rss3-network.github.io/helm-charts"
3535
chart = "node"
36-
version = "0.4.4"
36+
version = "0.4.7"
3737

3838
values = concat([
3939
yamlencode(local.node_values)

0 commit comments

Comments
 (0)