From 094fab9a8761ed69a53a7e278f0a104e32b49fcd Mon Sep 17 00:00:00 2001 From: Alexandr Demicev Date: Tue, 27 Aug 2024 12:12:08 +0200 Subject: [PATCH] Use consistent namings for etcdrestore Signed-off-by: Alexandr Demicev --- Tiltfile | 2 +- .../templates/rancher-turtles-exp-etcdrestore-components.yaml | 2 +- exp/etcdrestore/config/default/manager_image_patch.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tiltfile b/Tiltfile index b661c1b0..026ae06b 100644 --- a/Tiltfile +++ b/Tiltfile @@ -53,7 +53,7 @@ projects = { }, "turtles-etcdsnapshotrestore": { "context": "exp/etcdrestore", - "image": "ghcr.io/rancher/turtles-etcd-backup-restore:dev", + "image": "ghcr.io/rancher/turtles-etcd-snapshot-restore:dev", "live_reload_deps": [ "main.go", "go.mod", diff --git a/charts/rancher-turtles/templates/rancher-turtles-exp-etcdrestore-components.yaml b/charts/rancher-turtles/templates/rancher-turtles-exp-etcdrestore-components.yaml index 1067ed36..17894fe8 100644 --- a/charts/rancher-turtles/templates/rancher-turtles-exp-etcdrestore-components.yaml +++ b/charts/rancher-turtles/templates/rancher-turtles-exp-etcdrestore-components.yaml @@ -408,7 +408,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.uid - image: ghcr.io/rancher/turtles-etcd-backup-restore:dev + image: ghcr.io/rancher/turtles-etcd-snapshot-restore:dev imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/exp/etcdrestore/config/default/manager_image_patch.yaml b/exp/etcdrestore/config/default/manager_image_patch.yaml index d145b45f..50ff8703 100644 --- a/exp/etcdrestore/config/default/manager_image_patch.yaml +++ b/exp/etcdrestore/config/default/manager_image_patch.yaml @@ -7,5 +7,5 @@ spec: template: spec: containers: - - image: ghcr.io/rancher/turtles-etcd-backup-restore:dev + - image: ghcr.io/rancher/turtles-etcd-snapshot-restore:dev name: manager \ No newline at end of file