Skip to content

Commit

Permalink
use latest LTS altinity.stablebuild for eks chart
Browse files Browse the repository at this point in the history
  • Loading branch information
joshleecreates committed Dec 10, 2024
1 parent a2aff25 commit 9a8b219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/clickhouse-eks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: clickhouse-eks
description: A Helm chart for ClickHouse running on AWS EKS across AZs using a nodeSelector to pin resources to run on specific VMs types
type: application
version: 0.1.7
version: 0.1.8
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion charts/clickhouse-eks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clickhouse:
storage: 50Gi

# -- ClickHouse server image
image: "altinity/clickhouse-server:23.8.8.21.altinitystable"
image: "altinity/clickhouse-server:24.3.12.76.altinitystable"

# -- Possible service types are `cluster-ip`, `internal-loadbalancer` and `external-loadbalancer`
service_type: cluster-ip
Expand Down

0 comments on commit 9a8b219

Please sign in to comment.