From f37df38cde19ef7974a8ceeb2b4f4dbbf288f43f Mon Sep 17 00:00:00 2001 From: OleksandrChaika <99030120+OleksandrChaika@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:39:05 +0100 Subject: [PATCH] Update link to the container in service file --- docs/deploying/sua-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/sua-service.yaml b/docs/deploying/sua-service.yaml index 408ffc3..46cf5ed 100644 --- a/docs/deploying/sua-service.yaml +++ b/docs/deploying/sua-service.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: suaservice - image: ghcr.io/SoftwareDefinedVehicle/leda-contrib-self-update-agent-fork/self-update-agent:latest + image: ghcr.io/eclipse-leda/leda-contrib-self-update-agent/self-update-agent:latest command: ["/app/sdv-self-update-agent"] args: ["-p", "/data/selfupdates"] imagePullPolicy: IfNotPresent