From 3774aafe885f6c9f47a32a9c90d8744e1a65276c Mon Sep 17 00:00:00 2001 From: "Roberto C. Morano" Date: Mon, 12 Aug 2024 11:51:43 +0200 Subject: [PATCH] chore(helm): fix default vote-commitment app docker image name --- deploy/cf-vote-commitment/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cf-vote-commitment/values.yaml b/deploy/cf-vote-commitment/values.yaml index 92a32cefb..6a8b8d4b9 100644 --- a/deploy/cf-vote-commitment/values.yaml +++ b/deploy/cf-vote-commitment/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - repository: pro.registry.gitlab.metadata.dev.cf-deployments.org/base-infrastructure/docker-registry/vote-commitment-app + repository: pro.registry.gitlab.metadata.dev.cf-deployments.org/base-infrastructure/docker-registry/cf-vote-commitment-app tag: "0.0.1" pullPolicy: Always