From 3905af72272a569e1cc3bfb1763b6c347f6b8ae2 Mon Sep 17 00:00:00 2001 From: Phoeniix Zhao Date: Sat, 21 Oct 2023 10:46:43 +0800 Subject: [PATCH] chore: update container image in examples Signed-off-by: Phoeniix Zhao --- examples/affinity-example.yml | 2 +- examples/crd-deployment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/affinity-example.yml b/examples/affinity-example.yml index 5d4def44..8cf6ca62 100644 --- a/examples/affinity-example.yml +++ b/examples/affinity-example.yml @@ -15,7 +15,7 @@ spec: - affinity-xline-cluster # This label is internally set and could be used to select pods. topologyKey: "kubernetes.io/hostname" container: - image: "datenlord/xline" + image: "xline-kv/xline" name: "my-xline" ports: - containerPort: 2379 diff --git a/examples/crd-deployment.yml b/examples/crd-deployment.yml index 9fb82461..e21ca064 100644 --- a/examples/crd-deployment.yml +++ b/examples/crd-deployment.yml @@ -16,5 +16,5 @@ spec: spec: containers: - name: xline-operator - image: datenlord/xline-operator:latest + image: ghcr.io/xline-kv/xline-operator:latest imagePullPolicy: Never # remove this line to get the latest xline-operator.