Skip to content

Commit

Permalink
chore: update container image in examples
Browse files Browse the repository at this point in the history
Signed-off-by: Phoeniix Zhao <[email protected]>
  • Loading branch information
Phoenix500526 committed Oct 23, 2023
1 parent c50a845 commit 3905af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/affinity-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/crd-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3905af7

Please sign in to comment.