From 21e934a23d5a271bdf4c188fe5cbc81bcd8ead71 Mon Sep 17 00:00:00 2001 From: Matthew Berryman Date: Mon, 8 Jan 2024 20:13:15 +1030 Subject: docs: refer to image with multi-arch support (#1513) --- docker-compose.yml | 2 +- docs/docs/self-hosting/docker.md | 2 +- docs/docs/self-hosting/k8s.md | 2 +- docs/zh-CN/k8s.md | 2 +- k8s/atuin.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8cedac5de..d9305baae 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.5' services: atuin: restart: always - image: ghcr.io/atuinsh/atuin:main + image: ghcr.io/atuinsh/atuin:latest command: server start volumes: - "./config:/config" diff --git a/docs/docs/self-hosting/docker.md b/docs/docs/self-hosting/docker.md index b9acff051..610e1b18d 100644 --- a/docs/docs/self-hosting/docker.md +++ b/docs/docs/self-hosting/docker.md @@ -25,7 +25,7 @@ version: '3.5' services: atuin: restart: always - image: ghcr.io/atuinsh/atuin:main + image: ghcr.io/atuinsh/atuin:latest command: server start volumes: - "./config:/config" diff --git a/docs/docs/self-hosting/k8s.md b/docs/docs/self-hosting/k8s.md index 5ba58b6b3..99c765e2c 100644 --- a/docs/docs/self-hosting/k8s.md +++ b/docs/docs/self-hosting/k8s.md @@ -55,7 +55,7 @@ spec: value: "8888" - name: ATUIN_OPEN_REGISTRATION value: "true" - image: ghcr.io/atuinsh/atuin:main + image: ghcr.io/atuinsh/atuin:latest name: atuin ports: - containerPort: 8888 diff --git a/docs/zh-CN/k8s.md b/docs/zh-CN/k8s.md index d512a4b06..ce63aab12 100644 --- a/docs/zh-CN/k8s.md +++ b/docs/zh-CN/k8s.md @@ -56,7 +56,7 @@ spec: value: "8888" - name: ATUIN_OPEN_REGISTRATION value: "true" - image: ghcr.io/atuinsh/atuin:main + image: ghcr.io/atuinsh/atuin:latest name: atuin ports: - containerPort: 8888 diff --git a/k8s/atuin.yaml b/k8s/atuin.yaml index b0ad6b7cd..2a9cb82a1 100644 --- a/k8s/atuin.yaml +++ b/k8s/atuin.yaml @@ -30,7 +30,7 @@ spec: value: "8888" - name: ATUIN_OPEN_REGISTRATION value: "true" - image: ghcr.io/atuinsh/atuin:main + image: ghcr.io/atuinsh/atuin:latest name: atuin ports: - containerPort: 8888 -- cgit v1.2.3