Skip to content

Commit

Permalink
Fix preload image for clickhouse operator
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Dec 5, 2023
1 parent ba36fce commit d5a7797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/clickhouse-operator/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,8 @@
"preload_images": [
"docker.io/altinity/clickhouse-operator:0.22.0",
"docker.io/library/zookeeper:3.8.1",
"docker.io/altinity/metrics-exporter:0.22.0"
"docker.io/altinity/metrics-exporter:0.22.0",
"clickhouse/clickhouse-server:22.3"
],
"static_analysis_time": 5.4836273193359375e-06
}

0 comments on commit d5a7797

Please sign in to comment.