I tried installing it by following the official documentation, but it seems to be failing because it is trying to pull a container image that does not exist.
I Tried
helm repo add clickstack https://clickhouse.github.io/ClickStack-helm-charts
helm install clickstack-operators clickstack/clickstack-operators
Log
NAME: clickstack-operators
LAST DEPLOYED: Thu Jul 9 00:29:22 2026
NAMESPACE: default
STATUS: deployed
REVISION: 1
DESCRIPTION: Install complete
TEST SUITE: None
...
kube describe pod
│ Events:
│ Type Reason Age From Message
│ ---- ------ ---- ---- -------
│ Normal Scheduled 46s default-scheduler Successfully assigned default/clickstack-operators-clickhouse-operator-controller-manage8jv4w to master
│ Normal BackOff 17s (x2 over 44s) kubelet spec.containers{manager}: Back-off pulling image "ghcr.io/clickhouse/clickhouse-operator:v0.0.1"
│ Warning Failed 17s (x2 over 44s) kubelet spec.containers{manager}: Error: ImagePullBackOff
│ Normal Pulling 2s (x3 over 45s) kubelet spec.containers{manager}: Pulling image "ghcr.io/clickhouse/clickhouse-operator:v0.0.1"
│ Warning Failed 2s (x3 over 45s) kubelet spec.containers{manager}: Failed to pull image "ghcr.io/clickhouse/clickhouse-operator:v0.0.1": failed to
│ pull and unpack image "ghcr.io/clickhouse/clickhouse-operator:v0.0.1": failed to resolve reference "ghcr.io/clickhouse/clickhouse-operator:v0.0.1": failed to authoriz
│ e: failed to fetch oauth token: unexpected status from GET request to https://ghcr.io/token?scope=repository%3Aclickhouse%2Fclickhouse-operator%3Apull&service=ghcr.io
│ : 403 Forbidden
│ Warning Failed 2s (x3 over 45s) kubelet spec.containers{manager}: Error: ErrImagePull
│
Did I do something wrong?
my environment
OS: Linux (6.19.3-2-cachyos)
Server Version: v1.34.3+k3s1
helm v4.1.1
I tried installing it by following the official documentation, but it seems to be failing because it is trying to pull a container image that does not exist.
I Tried
Log
Did I do something wrong?
my environment