From 865cfdc3fdf3449da89a13cab0173a990b156bdb Mon Sep 17 00:00:00 2001 From: Dmitry Trifonov Date: Mon, 28 Aug 2023 14:04:41 +0300 Subject: [PATCH] Update values.yaml Fix for Failed to pull image "tarantool/examples-kv:1.0.0": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/tarantool/examples-kv:1.0.0": failed to unpack image on snapshotter overlayfs: unexpected media type text/html for sha256:8bec421bec64fc1a4912858de8dcb728b25b8a10fb0e0cef40dbd892c76ef688: not found --- charts/cartridge/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cartridge/values.yaml b/charts/cartridge/values.yaml index 18aab3f..da5f317 100644 --- a/charts/cartridge/values.yaml +++ b/charts/cartridge/values.yaml @@ -23,7 +23,7 @@ storageClass: "" tarantool: # The default cartridge image, overrides by tarantool.roles.*.image image: - repository: tarantool/examples-kv + repository: tarantool/example-kv tag: 1.0.0 pullPolicy: IfNotPresent runDir: /var/run/tarantool