Skip to content

Commit 935312b

Browse files
committed
chore: update clickhouse-eks to v0.1.8
1 parent 2240407 commit 935312b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clickhouse-cluster/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "clickhouse_cluster_name" {
1515

1616
variable "clickhouse_cluster_chart_version" {
1717
description = "Version of the ClickHouse cluster helm chart version"
18-
default = "0.1.6"
18+
default = "0.1.8"
1919
type = string
2020
}
2121

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ variable "clickhouse_cluster_enable_loadbalancer" {
6969

7070
variable "clickhouse_cluster_chart_version" {
7171
description = "Version of the ClickHouse cluster helm chart version"
72-
default = "0.1.6"
72+
default = "0.1.8"
7373
type = string
7474
}
7575

0 commit comments

Comments
 (0)