Skip to content

Commit

Permalink
Tested with NIM 2.14.0 and SM 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Oct 19, 2023
1 parent 981477e commit f5bf95e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nginx-nms-docker/manifests/0.clickhouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ spec:
spec:
containers:
- name: clickhouse
image: clickhouse/clickhouse-server:21.12.4.1
# NGINX Instance Manager up to 2.8.0
#image: clickhouse/clickhouse-server:21.12.4.1
# NGINX Instance Manager 2.9.0+
#image: clickhouse/clickhouse-server:23.1.2.9
# NGINX Instance Manager 2.14.0+
image: clickhouse/clickhouse-server:23.8.3.48
ports:
- name: binary
containerPort: 9000
Expand Down

0 comments on commit f5bf95e

Please sign in to comment.